Skip to content

Commit 0b6c2d0

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

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
@@ -21,7 +21,7 @@ Describe "Verify the Binaries SHA256 Hash" {
2121
}
2222

2323
It "Check ChromeDriver Linux Hash" {
24-
# VirusTotal Scan URL = https://www.virustotal.com/gui/file/3da69344b8b2b3b7e1497378672231a179eed6b3a0fdccbfacd3d053612e2547/detection
24+
# VirusTotal Scan URL = https://www.virustotal.com/gui/file/da1ff4d52963446f679b2175fc05af020fd4e02b92b7b3447ed51fab8f4f4d28/detection
2525
$Hash = (Get-FileHash -Algorithm SHA256 -Path $PSScriptRoot\assemblies\linux\chromedriver).Hash
2626
$Hash |Should Be (Get-Content -Path $PSScriptRoot\assemblies\linux\chromedriver.sha256)
2727
}

assemblies/linux/chromedriver

0 Bytes
Binary file not shown.

assemblies/linux/chromedriver.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3DA69344B8B2B3B7E1497378672231A179EED6B3A0FDCCBFACD3D053612E2547
1+
DA1FF4D52963446F679B2175FC05AF020FD4E02B92B7B3447ED51FAB8F4F4D28

0 commit comments

Comments
 (0)