[windows] Update signature for Edge Web Driver (#9036)

This commit is contained in:
Shamil Mubarakshin
2023-12-16 20:00:54 +01:00
committed by GitHub
parent 5d6e226c1d
commit 50f736491f

View File

@@ -27,7 +27,7 @@ Write-Host "Expand Microsoft Edge WebDriver archive..."
Expand-7ZipArchive -Path $archivePath -DestinationPath $edgeDriverPath
#Validate the EdgeDriver signature
$signatureThumbprint = "CB9C4FBEA1D87D2D468AC5A9CAAB0163F6AD8401"
$signatureThumbprint = "573EF451A68C33FB904346D44551BEF3BB5BBF68"
Test-FileSignature -Path "$edgeDriverPath\msedgedriver.exe" -ExpectedThumbprint $signatureThumbprint
Write-Host "Setting the environment variables..."