File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
images/macos/scripts/docs-gen Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,15 @@ function Build-BrowserSection {
99 [ToolVersionNode ]::new(" Google Chrome" , $ (Get-ChromeVersion ))
1010 [ToolVersionNode ]::new(" Google Chrome for Testing" , $ (Get-ChromeForTestingVersion ))
1111 [ToolVersionNode ]::new(" ChromeDriver" , $ (Get-ChromeDriverVersion ))
12+ [ToolVersionNode ]::new(" Mozilla Firefox" , $ (Get-FirefoxVersion ))
13+ [ToolVersionNode ]::new(" geckodriver" , $ (Get-GeckodriverVersion ))
1214 )
1315
1416 if ((-not $os.IsVenturaArm64 ) -and (-not $os.IsSonomaArm64 ) -and (-not $os.IsSequoiaArm64 )) {
1517 $nodes += @ (
1618 [ToolVersionNode ]::new(" Microsoft Edge" , $ (Get-EdgeVersion ))
1719 [ToolVersionNode ]::new(" Microsoft Edge WebDriver" , $ (Get-EdgeDriverVersion ))
18- [ToolVersionNode ]::new(" Mozilla Firefox" , $ (Get-FirefoxVersion ))
19- [ToolVersionNode ]::new(" geckodriver" , $ (Get-GeckodriverVersion ))
20+
2021 )
2122 }
2223
You can’t perform that action at this time.
0 commit comments