class
Webdrivers::Gecko::InstallDriverExecutor
- Webdrivers::Gecko::InstallDriverExecutor
- Reference
- Object
Defined in:
webdrivers/gecko/install_driver_executor.crConstant Summary
-
MAX_DOWNLOAD_ATTEMPTS =
2
Constructors
Instance Method Summary
- #current_version : SemanticVersion | Nil
- #driver_directory : String
- #driver_name : String
- #execute
- #install_version : SemanticVersion
Constructor Detail
def self.new(install_version : SemanticVersion, driver_directory : String, driver_name : String, current_version : SemanticVersion | Nil)
#