Skip to content

Instantly share code, notes, and snippets.

@kerin
Created April 30, 2014 11:48
Show Gist options
  • Save kerin/67798ff71696ede7d36b to your computer and use it in GitHub Desktop.
Save kerin/67798ff71696ede7d36b to your computer and use it in GitHub Desktop.
[1;35mStarting selenium server... started - PID:  20769
Running tests
[ basic.test module ]
Running: Basic test
INFO Request: POST /wd/hub/session
- data: {"desiredCapabilities":{"browserName":"pantomjs","javascriptEnabled":true,"acceptSslCerts":true,"platform":"ANY"},"sessionId":null}
- headers: {"Content-Type":"application/json; charset=utf-8","Content-Length":131}
There was an error while executing the Selenium command
The current platform is not supported: LINUX
ERROR Response 500 POST /wd/hub/session{ status: 13,
sessionId: '',
value:
{ suppressed: [],
localizedMessage: 'The current platform is not supported: LINUX',
cause: null,
class: 'java.lang.IllegalStateException',
hCode: 629345137 },
state: 'unhandled error',
class: 'org.openqa.selenium.remote.Response',
hCode: 1229856247 }
ERROR Unable to start a new session.
Connection refused! Is selenium server started?
INFO Selenium process finished.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment