selenium.webdriver.common.driver_finder¶
Classes
|
Find and obtain the correct driver and associated browser. |
- class selenium.webdriver.common.driver_finder.DriverFinder(service: Service, options: BaseOptions)[source]¶
Find and obtain the correct driver and associated browser.
- Args:
service: instance of the driver service class. options: instance of the browser options class.