Test.WebDriverWrapper.Helpers
Description
download :: String -> FilePath -> IO () Source #
Downloads from url at output filepath.
url
output
decompress :: FilePath -> FilePath -> IO () Source #
Decompresses geckodriver's download, which comes in .zip for Windows or .tar.gz for everyone else. Takes in the archive's filepath and the output filepath.
.zip
.tar.gz