On Tue, Oct 11, 2011 at 11:27 AM, Jari Bakken <[email protected]> wrote: > > This is the intended default behaviour in WebDriver when you try to click an > element. If you can provide an example of a case where this is failing, > please open a bug in the Selenium tracker: > http://code.google.com/p/selenium/issues/entry
You mentioned elsewhere that this appears to be a bug with chromedriver. For the time being will use said work-around. > >> >> Dealing with alert boxes you would now be able to do something like: >> some_element.alert_box.text >> some_element.alert_box.dismiss >> > > Yes, we should replace the alert extension with an API that wraps > WebDriver's alert handling. I don't think it makes sense to add the API to > Element though, was that a typo? > Yes, that was a typo and should have been Watir::Browser -- 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]
