webdriver_manager icon indicating copy to clipboard operation
webdriver_manager copied to clipboard

Remote to docker container and then use webdriver-manager to install

Open minorling opened this issue 2 years ago • 1 comments

I'd like to build a docker container with selenium-hub, and then use webdriver-manager to install the browsers in the container to execute, but now webdriver-manager could only install in local instead of remote server, so request to help this feature, thank you.

minorling avatar Sep 28 '23 08:09 minorling

You should be able to install webdriver-manager on a remote server. You can install it and run it in a Dockerfile

david-engelmann avatar Oct 06 '23 15:10 david-engelmann