Created
          August 20, 2017 15:54 
        
      - 
      
 - 
        
Save ybouhjira/6b624fc58f57cc396b3b7b08e6ef9b26 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
ybouhjira created this gist
Aug 20, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,70 @@ ▶ java -jar selenium-server-standalone-3.0.1.jar 16:53:31.518 INFO - Selenium build info: version: '3.0.1', revision: '1969d75' 16:53:31.519 INFO - Launching a standalone Selenium Server 2017-08-20 16:53:31.537:INFO::main: Logging initialized @248ms 16:53:31.591 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped: registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX 16:53:31.591 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped: registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX 16:53:31.592 INFO - Driver class not found: com.opera.core.systems.OperaDriver 16:53:31.592 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped: Unable to create new instances on this machine. 16:53:31.592 INFO - Driver class not found: com.opera.core.systems.OperaDriver 16:53:31.592 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered 16:53:31.593 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 LINUX 2017-08-20 16:53:31.629:INFO:osjs.Server:main: jetty-9.2.15.v20160210 2017-08-20 16:53:31.645:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@6d8a00e3{/,null,AVAILABLE} 2017-08-20 16:53:31.660:INFO:osjs.ServerConnector:main: Started ServerConnector@4f933fd1{HTTP/1.1}{0.0.0.0:4444} 2017-08-20 16:53:31.660:INFO:osjs.Server:main: Started @372ms 16:53:31.660 INFO - Selenium Server is up and running 16:53:34.759 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000 16:53:34.788 INFO - Executing: [new session: Capabilities [{rotatable=true, locationContextEnabled=true, loggingPrefs=org.openqa.selenium.logging.LoggingPreferences@6f7ec7d8, browserName=chrome, javascriptEnabled=true, chromeOptions={args=[healdess, disable-gpu, no-sandbox], excludeSwitches=[ignore-certificate-errors], binary=/usr/bin/google-chrome}, handlesAlerts=true, requestOrigins={name=webdriverio, version=4.6.2, url=http://webdriver.io}}]]) 16:53:34.803 INFO - Creating a new session for Capabilities [{rotatable=true, locationContextEnabled=true, loggingPrefs=org.openqa.selenium.logging.LoggingPreferences@6f7ec7d8, browserName=chrome, javascriptEnabled=true, chromeOptions={args=[healdess, disable-gpu, no-sandbox], excludeSwitches=[ignore-certificate-errors], binary=/usr/bin/google-chrome}, handlesAlerts=true, requestOrigins={name=webdriverio, version=4.6.2, url=http://webdriver.io}}] Starting ChromeDriver (v2.9.248304) on port 11526 16:53:35.121 INFO - Attempting bi-dialect session, assuming Postel's Law holds true on the remote end [0.047][WARNING]: PAC support disabled because there is no system implementation 16:53:35.464 INFO - Detected dialect: OSS 16:53:35.502 INFO - Done: [new session: Capabilities [{rotatable=true, locationContextEnabled=true, loggingPrefs=org.openqa.selenium.logging.LoggingPreferences@6f7ec7d8, browserName=chrome, javascriptEnabled=true, chromeOptions={args=[healdess, disable-gpu, no-sandbox], excludeSwitches=[ignore-certificate-errors], binary=/usr/bin/google-chrome}, handlesAlerts=true, requestOrigins={name=webdriverio, version=4.6.2, url=http://webdriver.io}}]] 16:53:35.538 INFO - Executing: [get: https://www.google.com]) 16:53:35.927 WARN - Exception thrown org.openqa.selenium.WebDriverException: unknown error: Runtime.executionContextCreated has invalid 'context': {"auxData":{"frameId":"18309.1","isDefault":true},"id":1,"name":"","origin":"://"} (Session info: chrome=60.0.3112.101) (Driver info: chromedriver=2.9.248304,platform=Linux 3.16.0-38-generic x86_64) (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 69 milliseconds Build info: version: '3.0.1', revision: '1969d75', time: '2016-10-18 09:48:19 -0700' System info: host: 'toshiba-laptop', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '3.16.0-38-generic', java.version: '1.8.0_121' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities [{applicationCacheEnabled=false, rotatable=false, chrome={userDataDir=/tmp/.com.google.Chrome.aXneS2}, takesHeapSnapshot=true, databaseEnabled=false, handlesAlerts=true, version=60.0.3112.101, platform=LINUX, browserConnectionEnabled=false, nativeEvents=true, acceptSslCerts=true, locationContextEnabled=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true}] Session ID: dec0032a6f7512779127748e5351e12e at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:216) at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:168) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:635) at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:322) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.openqa.selenium.support.events.EventFiringWebDriver$2.invoke(EventFiringWebDriver.java:103) at com.sun.proxy.$Proxy4.get(Unknown Source) at org.openqa.selenium.support.events.EventFiringWebDriver.get(EventFiringWebDriver.java:162) at org.openqa.selenium.remote.server.handler.ChangeUrl.call(ChangeUrl.java:40) at org.openqa.selenium.remote.server.handler.ChangeUrl.call(ChangeUrl.java:25) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.openqa.selenium.remote.server.DefaultSession$1.run(DefaultSession.java:176) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 16:53:35.930 WARN - Exception: unknown error: Runtime.executionContextCreated has invalid 'context': {"auxData":{"frameId":"18309.1","isDefault":true},"id":1,"name":"","origin":"://"} (Session info: chrome=60.0.3112.101) (Driver info: chromedriver=2.9.248304,platform=Linux 3.16.0-38-generic x86_64) (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 69 milliseconds Build info: version: '3.0.1', revision: '1969d75', time: '2016-10-18 09:48:19 -0700' System info: host: 'toshiba-laptop', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '3.16.0-38-generic', java.version: '1.8.0_121' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities [{applicationCacheEnabled=false, rotatable=false, chrome={userDataDir=/tmp/.com.google.Chrome.aXneS2}, takesHeapSnapshot=true, databaseEnabled=false, handlesAlerts=true, version=60.0.3112.101, platform=LINUX, browserConnectionEnabled=false, nativeEvents=true, acceptSslCerts=true, locationContextEnabled=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true}] Session ID: dec0032a6f7512779127748e5351e12e