xebia / Xebium

Xebium provides Selenium (webdriver) bindings for FitNesse, with Selenium-IDE support
http://xebia.github.com/Xebium/
Apache License 2.0
76 stars 62 forks source link

Cannot click on an element not currently in the viewport #158

Open raboof opened 8 years ago

raboof commented 8 years ago

At least on IE11, when using 'fast' emulation, clicking on an element not currently in the viewport throws an error:

__EXCEPTION__:java.lang.AssertionError: com.thoughtworks.selenium.SeleniumException: The point at which the driver is attempting to click on the element was not scrolled into the viewport. (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 52 millisecondsaan:

This error does not occur when using 'traditional' emulation.

I think it would make sense to support this.

raboof commented 8 years ago

Thanks to @denniebouman for the report