We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4b238 commit a9d41eeCopy full SHA for a9d41ee
3 files changed
Selenium.tests.ps1
@@ -33,7 +33,7 @@ Describe "Verify the Binaries SHA256 Hash" {
33
}
34
35
It "Check GeckoDriver.exe Hash" {
36
- # VirusTotal Scan URL = https://www.virustotal.com/gui/file/1ae81b2a6f40f7d11be3c91c4d83977ae0c0897bd5d154c02a6d869b58866b58/detection
+ # VirusTotal Scan URL = https://www.virustotal.com/gui/file/3104a5ba26ff22962d0d75536506c081939bcd7580ba16503d4f3ce5507d06d2/detection
37
$Hash = (Get-FileHash -Algorithm SHA256 -Path $PSScriptRoot\assemblies\geckodriver.exe).Hash
38
$Hash |Should Be (Get-Content -Path $PSScriptRoot\assemblies\geckodriver.exe.sha256)
39
assemblies/geckodriver.exe
-2.38 MB
assemblies/geckodriver.exe.sha256
@@ -1 +1 @@
1
-1AE81B2A6F40F7D11BE3C91C4D83977AE0C0897BD5D154C02A6D869B58866B58
+3104A5BA26FF22962D0D75536506C081939BCD7580BA16503D4F3CE5507D06D2
0 commit comments