Skip to content

Commit 9f4b238

Browse files
committed
Update ChromeDriver for Windows 76.0.3809.126
See https://chromedriver.chromium.org/downloads for changelog.
1 parent d716fea commit 9f4b238

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
@@ -15,7 +15,7 @@ Describe "Verify the Binaries SHA256 Hash" {
1515

1616
It "Check ChromeDriver.exe Hash" {
1717
# The ChromeDriver.exe was extracted from https://chromedriver.storage.googleapis.com/76.0.3809.68/chromedriver_win32.zip its VirusTotal Scan URL - https://www.virustotal.com/gui/url/69ffe387a3fa4fbf8a108391580f1a0befb8b96b82486da4417cfcdab4add4d4/detection
18-
# VirusTotal Scan URL = https://www.virustotal.com/gui/file/66cfa645f83fde41720beac7061a559fd57b6f5caa83d7918f44de0f4dd27845/detection
18+
# VirusTotal Scan URL = https://www.virustotal.com/gui/file/297e5f1be088a60b0fbfd67bf6b6e9d3aff4acbe228cddd77642a9e270cb4c30/detection
1919
$Hash = (Get-FileHash -Algorithm SHA256 -Path $PSScriptRoot\assemblies\chromedriver.exe).Hash
2020
$Hash |Should Be (Get-Content -Path $PSScriptRoot\assemblies\chromedriver.exe.sha256)
2121
}

assemblies/chromedriver.exe

512 Bytes
Binary file not shown.

assemblies/chromedriver.exe.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
66CFA645F83FDE41720BEAC7061A559FD57B6F5CAA83D7918F44DE0F4DD27845
1+
297E5F1BE088A60B0FBFD67BF6B6E9D3AFF4ACBE228CDDD77642A9E270CB4C30

0 commit comments

Comments
 (0)