Created
February 21, 2014 18:05
-
-
Save quicksnap/9139681 to your computer and use it in GitHub Desktop.
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 characters
| INFO: Launching a standalone server | |
| Setting system property webdriver.chrome.driver to /Users/dan/projects/myApp/selenium/chromedriver2_server | |
| 10:00:17.185 INFO - Java: Oracle Corporation 24.51-b03 | |
| 10:00:17.186 INFO - OS: Mac OS X 10.9.1 x86_64 | |
| 10:00:17.194 INFO - v2.39.0, with Core v2.39.0. Built from revision ff23eac | |
| 10:00:17.277 INFO - Default driver org.openqa.selenium.ie.InternetExplorerDriver registration is skipped: registration capabilities Capabilities [{platform=WINDOWS, ensureCleanSession=true, browserName=internet explorer, version=}] does not match with current platform: MAC | |
| 10:00:17.306 INFO - RemoteWebDriver instances should connect to: http://127.0.0.1:4444/wd/hub | |
| 10:00:17.307 INFO - Version Jetty/5.1.x | |
| 10:00:17.307 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver] | |
| 10:00:17.308 INFO - Started HttpContext[/selenium-server,/selenium-server] | |
| 10:00:17.308 INFO - Started HttpContext[/,/] | |
| 10:00:17.325 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@599a4de1 | |
| 10:00:17.325 INFO - Started HttpContext[/wd,/wd] | |
| 10:00:17.329 INFO - Started SocketListener on 0.0.0.0:4444 | |
| 10:00:17.329 INFO - Started org.openqa.jetty.jetty.Server@5788e8f8 | |
| 10:01:32.940 INFO - Executing: [new session: Capabilities [{browserName=chrome}]] at URL: /session) | |
| 10:01:32.948 INFO - Creating a new session for Capabilities [{browserName=chrome}] | |
| Starting ChromeDriver (v2.2) on port 28478 | |
| 10:01:34.005 INFO - Done: /session | |
| 10:01:34.032 INFO - Executing: [set script timeoutt: 11000] at URL: /session/74e4fb4c-cb29-48e6-a2e0-f983162956d9/timeouts/async_script) | |
| 10:01:34.038 INFO - Done: /session/74e4fb4c-cb29-48e6-a2e0-f983162956d9/timeouts/async_script | |
| 10:01:34.093 INFO - Executing: [get: about:blank] at URL: /session/74e4fb4c-cb29-48e6-a2e0-f983162956d9/url) | |
| 10:01:39.477 INFO - Executing: [delete session: 74e4fb4c-cb29-48e6-a2e0-f983162956d9] at URL: /session/74e4fb4c-cb29-48e6-a2e0-f983162956d9) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment