mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Remove selenium from the CLASSPATH on Windows image
This commit is contained in:
@@ -29,8 +29,7 @@ try {
|
||||
exit 1
|
||||
}
|
||||
|
||||
Write-Host "Add selenium to CLASSPATH..."
|
||||
setx "CLASSPATH" "$($seleniumBinPath);$($env:CLASSPATH)" /M
|
||||
Write-Host "CLASSPATH: $($seleniumBinPath);$($env:CLASSPATH)"
|
||||
Write-Host "Add selenium jar to the environment variables..."
|
||||
setx "SELENIUM_JAR_PATH" "$($seleniumBinPath)" /M
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user