Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
webdrivers
v0.4.3
Webdrivers
Cache
Chrome
BrowserVersionFinder
DriverLocalVersionFinder
DriverRemoteVersionFinder
InstallDriverExecutor
SemverConverter
Chromedriver
Common
OS
TarGzExtractor
ZipExtractor
Gecko
DriverLocalVersionFinder
DriverRemoteVersionFinder
InstallDriverExecutor
Geckodriver
HabitatSettings
Built with Crystal 1.10.0
2023-10-23 13:53:11 UTC
class
Webdrivers::
Common::
ZipExtractor
Webdrivers::Common::ZipExtractor
Reference
Object
Defined in:
webdrivers/common/zip_extractor.cr
Constructors
.new
(zip_file : File, driver_name : String, install_path : String)
Instance Method Summary
#driver_name
: String
#extract
#install_path
: String
#zip_file
: File
Constructor Detail
def self.
new
(zip_file : File, driver_name : String, install_path : String)
#
[
View source
]
Instance Method Detail
def
driver_name
: String
#
[
View source
]
def
extract
#
[
View source
]
def
install_path
: String
#
[
View source
]
def
zip_file
: File
#
[
View source
]