[Linux] Minor documentation improvements (#6749)

This commit is contained in:
Maxim Lobanov
2022-12-13 17:07:05 +01:00
committed by GitHub
parent 6033af8dd1
commit e63632f872
9 changed files with 74 additions and 129 deletions

View File

@@ -10,8 +10,7 @@ function Get-ChromeDriverVersion {
function Get-FirefoxVersion {
$firefoxVersion = firefox --version
$aptSourceRepo = Get-AptSourceRepository -PackageName "mozillateam"
return "$firefoxVersion (apt source repository: $aptSourceRepo)"
return "$firefoxVersion"
}
function Get-GeckodriverVersion {
@@ -26,8 +25,7 @@ function Get-ChromiumVersion {
function Get-EdgeVersion {
$edgeVersion = (microsoft-edge --version).trim()
$aptSourceRepo = Get-AptSourceRepository -PackageName "microsoft-edge"
return "$edgeVersion (apt source repository: $aptSourceRepo)"
return "$edgeVersion"
}
function Get-EdgeDriverVersion {