-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
When using this driver to connect to selenium/standalone-chrome:3.9 or newer, one gets a confusing error message:
09 09 2020 13:25:20.208:DEBUG [WebDriver]: WebDriver config: {"remoteHost":true,"hostname":"localhost","port":4444}
09 09 2020 13:25:20.209:DEBUG [WebDriver]: Browser capabilities: {"platform":"ANY","testName":"Karma test","tags":[],"version":"","base":"WebDriver","browserName":"chrome"}
09 09 2020 13:25:21.558:DEBUG [WebDriver]: Session ID: undefined
09 09 2020 13:25:21.588:ERROR [WebDriver]: WebDriver command failed { spec:
{ platform: 'ANY',
testName: 'Karma test',
tags: [],
version: '',
base: 'WebDriver',
browserName: 'chrome' },
error:
{"message":"[get(\"http://ip-of-host-running-karma-tests:9876/?id=99564073\")] Error response status: 6 Selenium error: No active session with ID url","status":6,"cause":{"sessionId":"url","value":{"error":"invalid session id","message":"No active session with ID url","stacktrace":""},"status":6}} }
Tried to use several configs, the session id is always undefined. Might be a bug somewhere in the wd dependency.
Workaround: Use the selenium/standalone-chrome:3.8 docker image.
kisdaniel and Magoli1
Metadata
Metadata
Assignees
Labels
No labels