Answer the question
In order to leave comments, you need to log in
How to fix WebDriverException when waiting more than 1m (approximately) when autotest is run remotely?
There is a server on which we run autotests remotely.
We use selenoid + docker + UI selenoid VNC.
We run autotests via IntelliJ IDEA via gradle in 4 threads.
When I run an autotest, where the script says to wait ~60+ seconds, the following happens:
1) ~60 seconds after the launch, the connection seems to be disconnected.
UI VNC log:
2) After another ~3 minutes, a WebDriverException arrives in IntelliJ IDEA.
com.codeborne.selenide.ex.ElementNotFound
Caused by: org.openqa.selenium.WebDriverException
org.openqa.selenium.WebDriverException
org.openqa.selenium.WebDriverException
"-service-startup-timeout",
"10m",
"-session-attempt-timeout",
"10m",
"-session-delete-timeout",
"10m"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question