[wtr-general] Re: Safari Getting Table Cell Text

2011-12-08 Thread Brad
On Dec 8, 4:49 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Dec 7, 2011 at 5:32 PM, Brad bradask...@gmail.com wrote: It seems like this should be working cell = @b.table(:class, user-table)[0][1] #getting row 0 cell 1 puts cell.text O have replied at SO: http

[wtr-general] Re: Goto Not working with FireFox on Mac....

2011-02-14 Thread Brad
Thanks Bill! Don't I feel stupid? I only went as far as to verify the array contained strings with urls[0] but I never even tried #.chomp :-( That worked! I'm glad I asked. Thanks again. Brad On Feb 14, 12:33 pm, Bill Agee billa...@gmail.com wrote: I would inspect the strings in your urls

[wtr-general] Watir on Linux

2010-08-11 Thread Brad
I run that command I get an error ./ firefox-bin: No such file or directory Hence Telnet isn't working either. Any help would be appreciated. Thanks. Brad -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you

[wtr-general] Re: Tabs

2010-05-13 Thread Brad
Hey Wesley, Thanks for the response. I did however fail to mention I'm working on Chrome and I don't believe Chrome supports 'attach'. Brad On May 12, 11:04 pm, Wesley Chen cjq@gmail.com wrote: ie = Watir::IE.attach(:title, xxx) can locate an existing IE window. ie.close can close the ie

[wtr-general] Tabs

2010-05-12 Thread Brad
two tabs. So I have two questions: How do I go back to the original tab? How can I close the newly opened tab? Please let me know if you need more information. Thanks. Brad -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received

[wtr-general] Re: After upgrading to Watir 1.6.2, it is not working fine.

2009-10-21 Thread Brad
I'm having a problem too. Even if I'm in the IRB and type require 'watir' I get: no such file to load -- watir I'm using the latest release candidate of Ruby 1.8.6-27 on a PC On Oct 20, 6:11 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Tue, Oct 20, 2009 at 12:02 PM, meenu

[wtr-general] Re: After upgrading to Watir 1.6.2, it is not working fine.

2009-10-21 Thread Brad
Thanks using: require 'rubygems' work both in my script and in the irb. Why the change? On Oct 21, 8:20 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Oct 21, 2009 at 3:10 PM, Brad bradask...@gmail.com wrote: I get: no such file to load -- watir Try adding this at the top

[wtr-general] Can you determine if a link will pop up a dialog?

2009-09-29 Thread Brad
and clear them. However, sometimes a PDF opens in the browser window instead of a pop up. Is there a way to determine if a link will have a pop up or not? Thanks. Brad --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[wtr-general] Re: Mac FireWatir PopUp

2009-09-28 Thread Brad
Surly I'm not the only person who has this problem :-) On Sep 25, 7:49 am, Brad bradask...@gmail.com wrote: Hi Angrez, What I'm seeing is the pop dialog, which is a download dialog is not clicked on i.e. it is not dismisses. If I understand the code correctly you say what you want

[wtr-general] Re: Mac FireWatir PopUp

2009-09-25 Thread Brad
, correct? I different I see is in the example the JavaScript dialog box come down out of the browser and the popup handler works. My dialog is free floating modal dialog. Any suggestions? Thanks. Brad On Sep 25, 1:24 am, Angrez Singh ang...@gmail.com wrote: What behaviour are you seeing? As per

[wtr-general] Mac FireWatir PopUp

2009-09-24 Thread Brad
and Download).click I looked at the unittests and see that it works for the second image on this page http://sites.google.com/site/watirattachments/ Thanks for any help. Brad --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[wtr-general] Re: Datahander

2009-09-23 Thread Brad
Anyone? What am I missing? On Sep 22, 4:26 pm, Brad bradask...@gmail.com wrote: Hello, Hope this isn't a dumb question but, I was trying to use datahandler. require 'watir' require 'watir/datahandler.rb' d = DataHandler.new('data.csv') one = d.data[1].Name puts one Now when I edit

[wtr-general] Re: Datahander

2009-09-23 Thread Brad
that is being opened. Unless someone can tell me differently I'm sticking with it. Brad On Sep 23, 8:48 am, Brad bradask...@gmail.com wrote: Anyone? What am I missing? On Sep 22, 4:26 pm, Brad bradask...@gmail.com wrote: Hello, Hope this isn't a dumb question but, I was trying to use datahandler

[wtr-general] Datahander

2009-09-22 Thread Brad
/kill excel.exe? Thanks. Brad --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read the following