selenium.webdriver.common.driver_finder¶
Classes
|
A Driver finding class responsible for obtaining the correct driver and associated browser. |
- class selenium.webdriver.common.driver_finder.DriverFinder(service: Service, options: BaseOptions)[source]¶
A Driver finding class responsible for obtaining the correct driver and associated browser.
- Parameters:
service – instance of the driver service class.
options – instance of the browser options class.