mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-19 08:21:44 +00:00
Fix msedge driver output in readme (#5664)
This commit is contained in:
@@ -40,7 +40,7 @@ function Get-EdgeVersion {
|
||||
}
|
||||
|
||||
function Get-EdgeDriverVersion {
|
||||
return Run-Command "msedgedriver --version" | Take-Part -Part 0,1
|
||||
return Run-Command "msedgedriver --version" | Take-Part -Part 0,1,2,3
|
||||
}
|
||||
|
||||
function Get-FirefoxVersion {
|
||||
|
||||
Reference in New Issue
Block a user