selenium.webdriver.common.driver_finder#

Classes

DriverFinder(service, options)

Find and obtain the correct driver and associated browser.

class DriverFinder(service, options)[source]#

Bases: object

Find and obtain the correct driver and associated browser.

Parameters:
  • service (Service) – instance of the driver service class.

  • options (BaseOptions) – instance of the browser options class.

get_browser_path()[source]#
Return type:

str

get_driver_path()[source]#
Return type:

str