[wtr-general] Re: FireWatir :PopUp Handling

2009-09-18 Thread Ravinder Singroha
Hi Angrez ie.startClicker(cancel) is not working. This is my script whcih i have written require 'firewatir' #include the FireWatir Module. include FireWatir $ie=Firefox.new #ie.maximize(); $ie.maximize $ie.goto file:///F:/popup.html $sessionHwnd=$ie.title();

[wtr-general] Re: What is the current support level for Ruby in Watir?

2009-09-18 Thread Jari Bakken
On Thu, Sep 17, 2009 at 6:51 PM, karim rayani karim@gmail.com wrote: still i was unable to use Ruby 1.9.1 on windows that comfortably. I guess Watir with Ruby 1.9.1 might be on the way once we have a stable One click installer for Window, the highest priority for the ruby community right

[wtr-general] Re: What is the current support level for Ruby in Watir?

2009-09-18 Thread Nathan Lane
Alright, thanks for that information. So what is the difference between if I install Ruby using the Windows one-click installer, and if I just go get the latest Ruby version and extract it over the old installation? Other than now my uninstall won't work -- I still have my path set to all of the

[wtr-general] Re: What is the current support level for Ruby in Watir?

2009-09-18 Thread Bill Agee
If you install the Ruby binaries without the Windows installer, I believe some libraries won't work until you perform some extra steps manually. Looks like you have to manually add the Ruby bin/ dir to your PATH, too. If you check the Ruby on Windows section here, there are some details:

[wtr-general] Re: What is the current support level for Ruby in Watir?

2009-09-18 Thread karim rayani
the windows one click install is version 1.8.6. 1.8.6 is the most stable one and widely used. you might run into all sorts of problems and mess up all the current set up. It would be wise not to do that. /// Karim Rayani http://karimnumerouno.wordpress.com On Fri, Sep 18, 2009 at 7:28 AM,

[wtr-general] Re: What is the current support level for Ruby in Watir?

2009-09-18 Thread karim rayani
sorry to misguide you you can follow the steps in the below article as well, it contains the detailed instruction to install the ruby 1.9.1 on a windows machine, but i am not sure if you would be able to download the latest watir package which has the 1.9.1 fixes :) Regards,

[wtr-general] Re: I'm looking for a way to count all PageTo(*) elements or to loop until the bullet_search_white_small.gif doesn't exist in the page

2009-09-18 Thread Anna Gabutero
On Thu, Sep 17, 2009 at 09:22:19AM -0700, Guy wrote: 1). How can I get the text out of em tag for each div? that tag seems as not supported. The latest git version supports em: http://github.com/bret/watir/commit/1a8e3368b7e7ce790f8a596a7d8bcefe0f937407

[wtr-general] Re: What is the current support level for Ruby in Watir?

2009-09-18 Thread karimnumerouno
I am so sorry this is the link http://alwaysthecritic.typepad.com/atc/2009/03/install-ruby-191-on-windows.html but watir did not work due to some compilation bug Sorry for the inconvenience Karim Rayani http://karimnuermouno.wordpress.com On Sep 18, 8:51 pm, karim rayani karim@gmail.com