[Ubuntu] Add Microsoft Edge Web Driver (#5878)

* [Ubuntu] Add Edge Web Driver

* take part 0 in sw report
This commit is contained in:
Mikhail Koliada
2022-07-09 08:49:21 +02:00
committed by GitHub
parent ae186119be
commit 82c8123cac
4 changed files with 39 additions and 0 deletions

View File

@@ -232,6 +232,7 @@ $browsersAndDriversList = @(
(Get-ChromeDriverVersion),
(Get-ChromiumVersion),
(Get-EdgeVersion),
(Get-EdgeDriverVersion),
(Get-SeleniumVersion)
)