Skip to main content

SeleniumBase (Selenium Python)

Most of us know that using WebDriverManager, we can automatically download the driver’s binary files (.exe files) for Web Automation in Selenium Java. But did you know that using SeleniumBase 1.32.10 which is for python we can achieve the same thing? i.e. If you don’t already have chromedriver or geckodriver(Firefox driver) downloaded for your browser tests to use, they will be downloaded automatically when you run your tests for the first time using the specified browser. hashtagseleniumautomation hashtagpython hashtagseleniumBase hashtagtipsandtricks hashtagdrivers

P.S. SeleniumBase is much more than WebDriverManager. SeleniumBase is a test framework that wraps Selenium and extends Pytest.

Comments