Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix Selenium Server download URL
  • Loading branch information
vpolikarpov-akvelon committed Oct 4, 2023
commit 6a3da046d76c0201992d082b9be92ab21f7fe5bd
2 changes: 1 addition & 1 deletion images/win/scripts/Installers/Install-Selenium.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $seleniumDownloadUrl = Get-GitHubPackageDownloadUrl `
-RepoName "selenium" `
-BinaryName "$seleniumBinaryName" `
-Version $seleniumMajorVersion `
-UrlFilter "*{BinaryName}_{Version}.jar"
-UrlFilter "*{BinaryName}-{Version}.jar"

Start-DownloadWithRetry -Url $seleniumDownloadUrl -Name $seleniumFileName -DownloadPath $seleniumDirectory

Expand Down