I would very much like to have this function on Linux but as
predicted, I get the error:
org.openqa.selenium.InvalidElementStateException: Cannot perform
native interaction: native events are disabled on this platform.
System info:
os.name: 'Linux', os.arch: 'amd64', os.version:
'2.6.35.13-91.fc14.x86_64', java.version: '1.6.0_20'
What other options do I have to perform a mouseOver using the
WebDriver? Apparently it is possible somehow because it works if I use
a WebDriverBackedSelenium and do a mouseOver.