Skip to main content

Posts

Showing posts with the label SeleniumBase

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. hashtag # seleniumautomation hashtag # python hashtag # seleniumBase hashtag # tipsandtricks hashtag # drivers P.S. SeleniumBase is much more than WebDriverManager. SeleniumBase is a test framework that wraps Selenium and extends Pytest.