Description
What happened?
(If this is a bug or a feature is certainly discussable. I decided to file it as a bug, because it is effectively blocking functionality in our code that should work without having to add a feature)
The timeout used for executing DevTools commands in the Java library is hardcoded to 10 seconds. For some commands (e.g. printing a large/complex page to PDF) or on overloaded systems, this might not be enough. It should be configurable.
How can we reproduce the issue?
-
Relevant log output
-
Operating System
Linux
Selenium version
Java 4.22.0
What are the browser(s) and version(s) where you see this issue?
Chrome 124
What are the browser driver(s) and version(s) where you see this issue?
ChromeDriver 124.0.6367.201
Are you using Selenium Grid?
No response