selenium.webdriver.common.driver_finder

Classes

DriverFinder(service, options)

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.

get_browser_path() str[source]
get_driver_path() str[source]