qxf2-page-object-model icon indicating copy to clipboard operation
qxf2-page-object-model copied to clipboard

Update the Dokerfile

Open akkuldn opened this issue 6 months ago • 0 comments

Selenium manager has been integrated into selenium starting from Selenium 4.10. Selenium now automatically installs the required chromedriver or geckodriver for the Browser present. Also, if the desired Browser is not found then it automatically sets up the latest version of that Browser, downloads the driver for it and runs the test on it. We can update our Dockerfile to remove the steps to setup the Browser and its associated driver.

akkuldn avatar Sep 02 '24 06:09 akkuldn