Skip to content

Commit

Permalink
[windows] Update signature for Edge Web Driver (actions#9056)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil-mubarakshin authored Dec 22, 2023
1 parent c46c9c7 commit 50c8126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/windows/scripts/build/Install-EdgeDriver.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Write-Host "Expand Microsoft Edge WebDriver archive..."
Expand-7ZipArchive -Path $archivePath -DestinationPath $edgeDriverPath

#Validate the EdgeDriver signature
$signatureThumbprint = "573EF451A68C33FB904346D44551BEF3BB5BBF68"
$signatureThumbprint = "CB9C4FBEA1D87D2D468AC5A9CAAB0163F6AD8401"
Test-FileSignature -Path "$edgeDriverPath\msedgedriver.exe" -ExpectedThumbprint $signatureThumbprint

Write-Host "Setting the environment variables..."
Expand Down

0 comments on commit 50c8126

Please sign in to comment.