Skip to content

Commit d716fea

Browse files
committed
Update ChromeDriver for MacOS 76.0.3809.126
See https://chromedriver.chromium.org/downloads for changelog.
1 parent 0b6c2d0 commit d716fea

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
@@ -27,7 +27,7 @@ Describe "Verify the Binaries SHA256 Hash" {
2727
}
2828

2929
It "Check ChromeDriver MacOS Hash" {
30-
# VirusTotal Scan URL = https://www.virustotal.com/gui/file/57097bb65200f003152906c831ccd226ebbd5a9fd47df46f18adc29f7d01f2f0/detection
30+
# VirusTotal Scan URL = https://www.virustotal.com/gui/file/e19d7c2806adaea658c3f5465da0231c090e354d1339d1544a9f92501964a471/detection
3131
$Hash = (Get-FileHash -Algorithm SHA256 -Path $PSScriptRoot\assemblies\macos\chromedriver).Hash
3232
$Hash |Should Be (Get-Content -Path $PSScriptRoot\assemblies\macos\chromedriver.sha256)
3333
}

assemblies/macos/chromedriver

0 Bytes
Binary file not shown.

assemblies/macos/chromedriver.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
57097BB65200F003152906C831CCD226EBBD5A9FD47DF46F18ADC29F7D01F2F0
1+
E19D7C2806ADAEA658C3F5465DA0231C090E354D1339D1544A9F92501964A471

0 commit comments

Comments
 (0)