|
org.openqa.selenium.WebDriverException: Unable to parse remote response: <html> |
|
<head> |
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> |
|
<title>Error 500 Server Error</title> |
|
</head> |
|
<body><h2>HTTP ERROR 500</h2> |
|
<p>Problem accessing /wd/hub/session. Reason: |
|
<pre> Server Error</pre></p><h3>Caused by:</h3><pre>java.io.IOException: org.openqa.grid.common.exception.GridException: Cannot extract a capabilities from the request: { |
|
"desiredCapabilities": { |
|
"acceptInsecureCerts": true, |
|
"browserName": "googlechrome", |
|
"version": "65.0.3325.181", |
|
"platform": "ANY" |
|
}, |
|
"requiredCapabilities": {}, |
|
"capabilities": { |
|
"desiredCapabilities": { |
|
"acceptInsecureCerts": true, |
|
"browserName": "googlechrome", |
|
"version": "65.0.3325.181", |
|
"platform": "ANY" |
|
}, |
|
"requiredCapabilities": {}, |
|
"alwaysMatch": { |
|
"acceptInsecureCerts": true, |
|
"browserName": "googlechrome" |
|
}, |
|
"firstMatch": [] |
|
} |
|
} |
|
|
|
|