[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 http://groups.google.com/group/wati

[wtr-general] Cannot fireEvent text_field defined by xpath

2010-03-19 Thread al3kc
Hi All, I tried to make fireEvent for the text field defined by xpath. My code is: $browser.text_field(:xpath, "//inp...@class = 'className']").fireEvent("ondblclick") Error is: undefined method `childnodes' for # In the same time I can successfully do $browser.text_field(:class, 'className')

[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

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 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 from the web sit

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 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 wrote: > >> Hi All, >>I am automating

Re: [wtr-general] Watir and Frames

2010-03-19 Thread Željko Filipin
On Fri, Mar 19, 2010 at 7:37 AM, Pallavi Sharma 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, so other could find

Re: [wtr-general] Query regarding chromewatir

2010-03-19 Thread Željko Filipin
On Fri, Mar 19, 2010 at 7:28 AM, Mrunal Gore 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 http://watir.com/support. In sh

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 wrote: > 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 gu

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 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 'firewatir' > > br

[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 wrote: > Hi jw, > > Thanks for mentioning this, I'm also

[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 usi

[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] 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 wrote: > It seems clear (due to the existence of seleniumGrid) that there's a > need for a standard client