Hello,

I would like to use *watir* rather than *watir-webdriver* since I want 
watir's ability to wait until the next page loads after I submit a form in 
my web application. *I've got both of them installed on the same machine.*

( Watir waits: http://wiki.openqa.org/display/WTR/How+to+wait+with+Watir )
( watir-webdriver doesn't: http://watirwebdriver.com/waiting/ )

*First question:* did I understand correctly? Does watir wait while 
watir-webdriver doesn't?

I wanted to run watir with chrome and was asked to install the 
chromedriver: http://watirwebdriver.com/chrome/ .

Now my code executes:

require 'watir'
> browser = Watir::Browser.new :chrome
> browser.goto ...#etc
>

*Am I really using watir and not watir-webdriver (through some transparent, 
implicit import)? I need to know because I need to know if wait works as I 
expect it - watir style rather than watir-webdriver style.)*
*
*
Thanks,
>g.

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to