jadooman / robotframework-seleniumlibrary

Automatically exported from code.google.com/p/robotframework-seleniumlibrary
Apache License 2.0
0 stars 0 forks source link

Mouse over does not work with IE10 and IE 11 #269

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

code

Click On Settings button
    Wait Until Element Is Visible    ${ADMIN_MENU_LINK}   ${WAIT_TIME}
    Mouse Over    ${ADMIN_MENU_LINK}

Fails silently without any error on IE 10 and IE 11. 
but it never mouse over the element specified.

Original issue reported on code.google.com by priyanka...@gmail.com on 28 Jan 2015 at 7:00

GoogleCodeExporter commented 9 years ago
'0 Stacktrace:
23:44:00     at sun.reflect.NativeConstructorAccessorImpl.newInstance0 
(NativeConstructorAccessorImpl.java:-2)
23:44:00     at sun.reflect.NativeConstructorAccessorImpl.newInstance 
(NativeConstructorAccessorImpl.java:57)
23:44:00     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance 
(DelegatingConstructorAccessorImpl.java:45)
23:44:00     at java.lang.reflect.Constructor.newInstance (Constructor.java:526)
23:44:00     at org.openqa.selenium.remote.ErrorHandler.createThrowable 
(ErrorHandle...
23:44:00     [ Message content over the limit has been removed. ]
23:44:00 ....selenium.remote.ErrorHandler.throwIfResponseFailed 
(ErrorHandler.java:145)
23:44:00     at org.openqa.selenium.remote.RemoteWebDriver.execute 
(RemoteWebDriver.java:573)
23:44:00     at org.openqa.selenium.remote.RemoteExecuteMethod.execute 
(RemoteExecuteMethod.java:34)
23:44:00     at org.openqa.selenium.remote.RemoteMouse.mouseMove 
(RemoteMouse.java:88)
23:44:00     at 
org.openqa.selenium.support.events.internal.EventFiringMouse.mouseMove 
(EventFiringMouse.java:58)
23:44:00     at 
org.openqa.selenium.remote.server.handler.interactions.MouseMoveToLocation.call 
(MouseMoveToLocation.java:58)
23:44:00     at 
org.openqa.selenium.remote.server.handler.interactions.MouseMoveToLocation.call 
(MouseMoveToLocation.java:1)
23:44:00     at java.util.concurrent.FutureTask.run (FutureTask.java:262)
23:44:00     at org.openqa.selenium.remote.server.DefaultSession$1.run 
(DefaultSession.java:170)
23:44:00     at java.util.concurrent.ThreadPoolExecutor.runWorker 
(ThreadPoolExecutor.java:1145)
23:44:00     at java.util.concurrent.ThreadPoolExecutor$Worker.run 
(ThreadPoolExecutor.java:615)
23:44:00     at java.lang.Thread.run (Thread.java:744)'

Original comment by priyanka...@gmail.com on 28 Jan 2015 at 10:12