I'm using Selenium WebDriver (v2.5.0). I get this error when I use a "selenium.click(...)" command ...
Element is not currently visible and so may not be interacted with Build info: version: '2.5.0', revision: '13516', time: '2011-08-23 18:30:44' System info: os.name: 'Linux', os.arch: 'amd64', os.version: '2.6.38-10-generic', java.version: '1.6.0_26' Driver info: driver.version: RemoteWebDriver
The thing is, on the browser, when I roll the mouse over an element, the thing being clicked on becomes visible. Is there any way to turn off WebDriver's checks of whether something is visible or not?
Thanks, - Dave