Skip to content

Commit a9d41ee

Browse files
committed
Update GeckoDriver/FirefoxDriver for Windows to v0.24.0
See https://github.com/mozilla/geckodriver/releases/tag/v0.24.0 for changelog
1 parent 9f4b238 commit a9d41ee

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Selenium.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Describe "Verify the Binaries SHA256 Hash" {
3333
}
3434

3535
It "Check GeckoDriver.exe Hash" {
36-
# VirusTotal Scan URL = https://www.virustotal.com/gui/file/1ae81b2a6f40f7d11be3c91c4d83977ae0c0897bd5d154c02a6d869b58866b58/detection
36+
# VirusTotal Scan URL = https://www.virustotal.com/gui/file/3104a5ba26ff22962d0d75536506c081939bcd7580ba16503d4f3ce5507d06d2/detection
3737
$Hash = (Get-FileHash -Algorithm SHA256 -Path $PSScriptRoot\assemblies\geckodriver.exe).Hash
3838
$Hash |Should Be (Get-Content -Path $PSScriptRoot\assemblies\geckodriver.exe.sha256)
3939
}

assemblies/geckodriver.exe

-2.38 MB
Binary file not shown.

assemblies/geckodriver.exe.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1AE81B2A6F40F7D11BE3C91C4D83977AE0C0897BD5D154C02A6D869B58866B58
1+
3104A5BA26FF22962D0D75536506C081939BCD7580BA16503D4F3CE5507D06D2

0 commit comments

Comments
 (0)