[Ubuntu] Rework Selenium installation (#4308)

This commit is contained in:
Dibir Magomedsaygitov
2021-10-29 16:55:01 +03:00
committed by GitHub
parent f5d2b977cd
commit d502c64087
7 changed files with 35 additions and 9 deletions

View File

@@ -212,7 +212,8 @@ $browsersAndDriversList = @(
(Get-ChromeDriverVersion),
(Get-FirefoxVersion),
(Get-GeckodriverVersion),
(Get-ChromiumVersion)
(Get-ChromiumVersion),
(Get-SeleniumVersion)
)
$markdown += New-MDList -Style Unordered -Lines $browsersAndDriversList