qooxdoo-archive / qxwebdriver-java

WebDriver testing support for qooxdoo desktop applications
Other
3 stars 6 forks source link

Exception when clicking a list item that's scrolled out of view #1

Closed danielwagner closed 10 years ago

danielwagner commented 10 years ago

The test org.oneandone.qxwebdriver.widgetbrowser.ListIT.list fails in Firefox 27 with Selenium 2.39.0: An ElementNotVisibleException is thrown when click() is called on the list item even though the locator returns an element and isDisplayed returns true.

danielwagner commented 10 years ago

Fixed with c21e94c