qxf2 / qxf2-page-object-model

Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services.
https://qxf2.com
MIT License
256 stars 191 forks source link

Update the Dokerfile #445

Open akkuldn opened 1 week ago

akkuldn commented 1 week ago

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.