We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdf288 commit 0a970d8Copy full SHA for 0a970d8
images/windows/scripts/build/Install-EdgeDriver.ps1
@@ -27,7 +27,7 @@ Write-Host "Expand Microsoft Edge WebDriver archive..."
27
Expand-7ZipArchive -Path $archivePath -DestinationPath $edgeDriverPath
28
29
#Validate the EdgeDriver signature
30
-$signatureThumbprint = "0BD8C56733FDCC06F8CB919FF5A200E39B1ACF71"
+$signatureThumbprint = "7920AC8FB05E0FFFE21E8FF4B4F03093BA6AC16E"
31
Test-FileSignature -Path "$edgeDriverPath\msedgedriver.exe" -ExpectedThumbprint $signatureThumbprint
32
33
Write-Host "Setting the environment variables..."
0 commit comments