-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Screenshots not working with RemoteWebDriver and Shutterbug 1.6 #103
Comments
Hi @therealdjryan cannot reproduce it here. Could you please share example project/code |
Hi @therealdjryan ,
It does not work with declaring through builder as in your example
The reason for that is that CommandExecutor is instantiated by a lambda result in RemoteWebDriverBuilder
|
Hi @glibas, Thanks for chasing down the workaround. Unfortunately in my environment I need to be able to set the readTimeout to handle a couple sluggish pages. I don't think there's a way to do that without using the builder, or rather using ClientConfig which is set in the builder |
Hi @therealdjryan , There is a way, however to set your readTimeout without using builder. It's not pretty but works (effectively same what RemoteWebdriver does under the hood but with Custom ClientConfig instead of default one)
|
@glibas, Thanks! |
Hi @therealdjryan , |
This bug still seems to be present. I am running selenium grid 4.1.2 and shutterbug 1.6
The text was updated successfully, but these errors were encountered: