On Wed, Oct 17, 2012 at 3:40 PM, Adrian Killens <[email protected]> wrote: > Element must be displayed to click (Selenium::WebDriver::Error::ElementNotVisibleError)
If it exists on the page, it does not mean it is automatically visible or enabled. Try something like this: browser.element.when_present.click More information: http://watirwebdriver.com/waiting/ Željko -- filipin.eu -- 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]
