I've created a new class attribute called remote that defines if the webdrive will be initialized as a remote connection. Now, the user can choose between firefox and chrome and set if it will be a remote connections parsing remote=True. I've maintained the client remote for compatibility, but added a warning saying that remote client is deprecated.
Also updated the docs and the samples.
Tested it on my environment using docker-compose with selenium/standalone-chrome:4.0.0 image.
I've created a new class attribute called
remote
that defines if the webdrive will be initialized as a remote connection. Now, the user can choose betweenfirefox
andchrome
and set if it will be a remote connections parsingremote=True
. I've maintained the clientremote
for compatibility, but added a warning saying thatremote
client is deprecated.Also updated the docs and the samples.
Tested it on my environment using docker-compose with
selenium/standalone-chrome:4.0.0
image.