Re: [wtr-general] Query regarding chromewatir

2010-03-19 Thread Mrunal Gore
Hi , I went through your blog. But i didn't find any steps regarding installation of selenium-webdriver and watir-webdriver. Can anybody help me regarding this issue? It's urgent. Also tell the various gems to be installed. Regards, Mrunal On Thu, Mar 18, 2010 at 6:29 AM, Al Snow

Re: [wtr-general] Watir and Frames

2010-03-19 Thread Pallavi Sharma
This worked: Adding site in trusted site Checking low security for accepting all cookies Lowering the security of browser to minimum possible. Regards Pallavi. On Tue, Mar 16, 2010 at 11:50 AM, Mrunal mrunal.gor...@gmail.com wrote: Hi Pallavi, Can see the link properties or that frame

[wtr-general] Re: WatirGrid (distributed watir) anyone?

2010-03-19 Thread JArkelen
Hi jw, Thanks for mentioning this, I'm also looking for a solution like this so that I'm able to run 200+ tests with more computers. I will give it a go. Cheers, John On Feb 5, 2:20 am, jw joshuawal...@gmail.com wrote: It seems clear (due to the existence of seleniumGrid) that there's a need

[wtr-general] Firewatir Wait Issue

2010-03-19 Thread tonymocha
Have problem with Firewatir wait command that won't wait for the page to load complete before proceeding other actions. Here is the sample code I used: require 'rubygems' require 'firewatir' browser = FireWatir::Firefox.new browser.goto(http://www.google.com;) browser.text_field(:name,q).set

[wtr-general] Yahoo mail compose

2010-03-19 Thread Dilip M
Hi All, I am automating yahoomail..while i am doing so i encountered a problem.. i will explain here that problem plz can any one solve and guide me to solve.. i can able to login successfully.then after while composing a mail iam unable to compose a new mail. I am

[wtr-general] Re: WatirGrid (distributed watir) anyone?

2010-03-19 Thread JArkelen
I tested this, but assigning a PC as controller works, but assigning another PC as provider gives this error: C:/Ruby/lib/ruby/1.8/rinda/ring.rb:212:in 'lookup_ring_any': RingNotFound Any ideas? Cheers, John On Mar 19, 9:00 am, JArkelen johnvanarke...@gmail.com wrote: Hi jw, Thanks for

Re: [wtr-general] Firewatir Wait Issue

2010-03-19 Thread kiran yajamanyam
You can use sleep() instead of Wait. On Thu, Mar 18, 2010 at 2:46 PM, tonymocha mochat...@gmail.com wrote: Have problem with Firewatir wait command that won't wait for the page to load complete before proceeding other actions. Here is the sample code I used: require 'rubygems' require

Re: [wtr-general] Yahoo mail compose

2010-03-19 Thread Wesley Chen
I think you have to post your script here. Wesley. For life, the easier, the better. On Thu, Mar 18, 2010 at 6:18 PM, Dilip M lovingdilip...@gmail.com wrote: Hi All, I am automating yahoomail..while i am doing so i encountered a problem.. i will explain here that problem plz can

Re: [wtr-general] Query regarding chromewatir

2010-03-19 Thread Željko Filipin
On Fri, Mar 19, 2010 at 7:28 AM, Mrunal Gore mrun...@qualitykiosk.com wrote: But i didn't find any steps regarding installation of selenium-webdriver and watir-webdriver. You can create a ticket here: http://github.com/jarib/watir-webdriver/issues Željko -- Before posting, please read

Re: [wtr-general] Watir and Frames

2010-03-19 Thread Željko Filipin
On Fri, Mar 19, 2010 at 7:37 AM, Pallavi Sharma write2pall...@gmail.com wrote: This worked: Adding site in trusted site Checking low security for accepting all cookies Lowering the security of browser to minimum possible. Are those steps at Frames wiki page? If not, would you add them there,

Re: [wtr-general] Yahoo mail compose

2010-03-19 Thread kiran yajamanyam
Please let us know where you are unable to proceed. On Fri, Mar 19, 2010 at 2:35 PM, Wesley Chen cjq@gmail.com wrote: I think you have to post your script here. Wesley. For life, the easier, the better. On Thu, Mar 18, 2010 at 6:18 PM, Dilip M lovingdilip...@gmail.com wrote: Hi

Re: [wtr-general] Invitation to connect on LinkedIn

2010-03-19 Thread Željko Filipin
On Thu, Mar 18, 2010 at 12:12 PM, sunny bansal sunnban...@gmail.com wrote: LinkedIn I'd like to add you to my professional network on LinkedIn. - sunny Confirm that you know sunny © 2010, LinkedIn Corporation Sunny, Please do not send messages like this to watir-general. I have removed it

[wtr-general] Re: Drop down menu

2010-03-19 Thread jw
so if you have ahold of the SelectList object using $b.select_list(:index, 2), can you make if flash? if so, can you view the values using $b.select_list(:index, 2).options The Watir API says options is a method but in my installation it doesn't seem to be implemented. Here is the code from the

[wtr-general] Re: Cannot fireEvent text_field defined by xpath

2010-03-19 Thread al3kc
This issue also is reproduced on ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] with watir 1.6.5 -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to