Skip to content

Commit b127d3a

Browse files
[Windows] Update EdgeDriver signature (#11361)
1 parent 0b3c476 commit b127d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/windows/scripts/build/Install-EdgeDriver.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Write-Host "Expand Microsoft Edge WebDriver archive..."
2727
Expand-7ZipArchive -Path $archivePath -DestinationPath $edgeDriverPath
2828

2929
#Validate the EdgeDriver signature
30-
$signatureThumbprint = "7920AC8FB05E0FFFE21E8FF4B4F03093BA6AC16E"
30+
$signatureThumbprint = "0BD8C56733FDCC06F8CB919FF5A200E39B1ACF71"
3131
Test-FileSignature -Path "$edgeDriverPath\msedgedriver.exe" -ExpectedThumbprint $signatureThumbprint
3232

3333
Write-Host "Setting the environment variables..."

0 commit comments

Comments
 (0)