On Fri, Sep 21, 2012 at 4:03 AM, Barry Horgan <[email protected]> wrote: > redemptionList_element.select 'Single' > throws the following error: > 'Element is not currently visible and so may not be interacted with (Selenium::WebDriver::Error::ElementNotVisibleError)'
Looks like the element is not visible. Does this work? redemptionList_element.when_present.select 'Single' Željko -- 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]
