Re: [wtr-general] Re: run test scripts on three different browsers one after another?

2013-09-20 Thread Dan Franko
Yeah, that's why I stated I wasn't sure what they were considering a failure. On Fri, Sep 20, 2013 at 9:52 AM, Oscar Rieken bis...@gmail.com wrote: To me this doesn't sound like a good test I would probably do something more like before do b = (ENV['BROWSER'] ||= 'firefox').downcase

Re: [wtr-general] Re: Accessing a Span

2013-01-16 Thread Dan Franko
I disagree that you need both the text and class in this case. Unless there's another button or span with that same text, you don't need anything else. On Jan 16, 2013, at 9:41 AM, Super Kevy kpe...@scholarshipamerica.org wrote: ie$.span(:class = 'ui-button-text', text='Ok').flash

Re: [wtr-general] Re: Accessing a Span

2013-01-16 Thread Dan Franko
Can you give the full html of the page with that pop-up showing? I don't think we're getting the whole picture here. Is it possible that the div is inside a frame? You really don't want to use coordinates. On Wed, Jan 16, 2013 at 1:25 PM, Deepak Kumar deepak.maveric...@gmail.comwrote: Can

Re: [wtr-general] Re: Update chromedriver

2012-08-15 Thread Dan Franko
Execute: gem list watir-webdriver and gem list selenium-webdriver in the terminal. You should get something like the below back. watir-webdriver (0.6.1, 0.5.5, 0.5.4) selenium-webdriver (2.25.0, 2.22.2, 2.22.1, 2.21.2, 2.20.0) On Wed, Aug 15, 2012 at 1:52 PM, Joe Fleck joeflec...@gmail.com

Re: [wtr-general] webdriver javascript pop-up

2011-10-25 Thread Dan Franko
Cliff, Seriously. This is amazing. It's working great. I really appreciate it. Dan On Tue, Oct 25, 2011 at 12:48 PM, Cliff Cyphers cliff.cyph...@gmail.comwrote: I've found that the fire_event can be very problematic which extensions/alerts is using. watir-webdriver will be updated to use