On Mon, May 6, 2013 at 7:12 PM, Eachus Lonny <[email protected]> wrote:
> Using watir-webdriver, does Watir remain updated when a page is changed > via JavaScript, like the old Watir used to? > I think so. Try and let us know if you experience any problems. > I also notice that the old "attach" method is no longer available. Is > there a way to attach a Watir browser instance to an existing browser > window? > No. There is a bug from 2009: https://code.google.com/p/selenium/issues/detail?id=18 There is a way to attach to windows created by the script and javascript popups, if that would help: http://watirwebdriver.com/browser-popups/ http://watirwebdriver.com/javascript-dialogs/ Željko -- https://leanpub.com/watirbook -- -- 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.
