Skip to content

Instantly share code, notes, and snippets.

@hazmeister
Created May 4, 2017 21:43
Show Gist options
  • Save hazmeister/1a4ca30be2ad5b893e693e6dea6c7ecf to your computer and use it in GitHub Desktop.
Save hazmeister/1a4ca30be2ad5b893e693e6dea6c7ecf to your computer and use it in GitHub Desktop.
C:\Users\IEUser>java -jar selenium-server-standalone.jar -role standalone
14:35:08.969 INFO - Selenium build info: version: '3.4.0', revision: 'unknown'
14:35:08.969 INFO - Launching a standalone Selenium Server
2017-05-04 14:35:09.016:INFO::main: Logging initialized @558ms to org.seleniumhq.jetty9.util.log.StdErrLog
14:35:09.156 INFO - Driver class not found: com.opera.core.systems.OperaDriver
14:35:09.156 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
14:35:09.156 INFO - Driver class not found: com.opera.core.systems.OperaDriver
14:35:09.156 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
14:35:09.156 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform WIN10
2017-05-04 14:35:09.282:INFO:osjs.Server:main: jetty-9.4.3.v20170317
2017-05-04 14:35:09.375:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@d8355a8{/,null,AVAILABLE}
2017-05-04 14:35:09.485:INFO:osjs.AbstractConnector:main: Started ServerConnector@5f2108b5{HTTP/1.1,[http/1.1]}{0.0.0.0:4444}
2017-05-04 14:35:09.485:INFO:osjs.Server:main: Started @1022ms
14:35:09.485 INFO - Selenium Server is up and running
14:36:34.719 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
14:36:34.781 INFO - Executing: [new session: Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}]])
14:36:34.813 INFO - Creating a new session for Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}]
Started InternetExplorerDriver server (32-bit)
3.3.99.4
Listening on port 24558
Only local connections are allowed
14:36:39.078 INFO - Detected dialect: W3C
14:36:39.109 INFO - Done: [new session: Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}]]
14:36:39.219 INFO - Executing: [get: http://the-internet.herokuapp.com/])
14:36:40.109 INFO - Done: [get: http://the-internet.herokuapp.com/]
14:36:40.141 INFO - Executing: [find element: By.linkText: Infinite Scroll])
14:36:40.344 INFO - Done: [find element: By.linkText: Infinite Scroll]
14:36:40.454 INFO - Executing: [mousemove: 0 false])
14:36:40.469 WARN - Exception thrown
org.openqa.selenium.UnsupportedCommandException: mouseMoveTo
Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
System info: host: 'MSEDGEWIN10', ip: '10.0.2.15', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_121'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.remote.http.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:220)
at org.openqa.selenium.remote.http.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:118)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:82)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:637)
at org.openqa.selenium.remote.RemoteExecuteMethod.execute(RemoteExecuteMethod.java:35)
at org.openqa.selenium.remote.RemoteMouse.mouseMove(RemoteMouse.java:89)
at org.openqa.selenium.support.events.internal.EventFiringMouse.mouseMove(EventFiringMouse.java:58)
at org.openqa.selenium.remote.server.handler.interactions.MouseMoveToLocation.call(MouseMoveToLocation.java:59)
at org.openqa.selenium.remote.server.handler.interactions.MouseMoveToLocation.call(MouseMoveToLocation.java:32)
at java.util.concurrent.FutureTask.run(Unknown Source)
at org.openqa.selenium.remote.server.DefaultSession$1.run(DefaultSession.java:176)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
14:36:40.484 WARN - Exception: mouseMoveTo
Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
System info: host: 'MSEDGEWIN10', ip: '10.0.2.15', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_121'
Driver info: driver.version: RemoteWebDriver
14:36:40.578 INFO - Executing: [delete session: 65d4497c-2805-4ece-b366-2a81b1003313])
14:36:41.265 INFO - Done: [delete session: 65d4497c-2805-4ece-b366-2a81b1003313]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment