Description
I'm trying to run a test in examples\visual_testing. The command which I used like this:
pytest python_home_test.py --server=192.168.1.101 --cap_file=..\capabilities\local_cap_file_firefox.py --browser=remote
Selenium Grid docker -->> selenium/hub, selenium/node-firfox
OS: Linux localhost.localdomain 3.10.0-862.9.1.nd7.zx.4.x86_64 #1 SMP Wed Jan 9 01:27:43 CST 2019 x86_64 x86_64 x86_64 GNU/Linux
Selenium grid looks working ok.
after running test, I get a failed with stacktrace:
E selenium.common.exceptions.SessionNotCreatedException: Message: Unable to create session from {
E "desiredCapabilities": {
E "server:CONFIG_UUID": "e9e2ba04-f65c-42c6-830b-3ad01b57e376",
E "os": "LINUX",
E "browser": "firefox"
E },
E "capabilities": {
E "firstMatch": [
E {
E "server:CONFIG_UUID": "e9e2ba04-f65c-42c6-830b-3ad01b57e376"
E }
E ]
E }
E }
E Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
E System info: host: '9636b7966d94', ip: '172.17.0.3', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-862.9.1.nd7.zx.4.x86_64', java.version: '1.8.0_252'
E Driver info: driver.version: unknown
E Stacktrace:
E at org.openqa.selenium.remote.server.NewSessionPipeline.lambda$null$4 (NewSessionPipeline.java:76)
E at java.util.Optional.orElseThrow (Optional.java:290)
E at org.openqa.selenium.remote.server.NewSessionPipeline.lambda$createNewSession$5 (NewSessionPipeline.java:75)
E at java.util.Optional.orElseGet (Optional.java:267)
E at org.openqa.selenium.remote.server.NewSessionPipeline.createNewSession (NewSessionPipeline.java:73)
E at org.openqa.selenium.remote.server.commandhandler.BeginSession.execute (BeginSession.java:65)
E at org.openqa.selenium.remote.server.WebDriverServlet.lambda$handle$0 (WebDriverServlet.java:235)
E at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:511)
E at java.util.concurrent.FutureTask.run (FutureTask.java:266)
E at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
E at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
E at java.lang.Thread.run (Thread.java:748)
......\envs\seleniumbase_env\lib\site-packages\selenium\webdriver\remote\errorhandler.py:242: SessionNotCreatedException
can you have a look at this issue?