Add debug info about classpath value

This commit is contained in:
Ivan Nosar
2019-12-20 13:05:06 +03:00
parent b221ce077d
commit 166982b4c4

View File

@@ -31,5 +31,6 @@ try {
Write-Host "Add selenium to CLASSPATH..."
setx "CLASSPATH" "$($seleniumBinPath);$($env:CLASSPATH)" /M
Write-Host "CLASSPATH: $($seleniumBinPath);$($env:CLASSPATH)"
exit 0