File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
images/macos/scripts/docs-gen Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ function Build-BrowserSection {
88 [ToolVersionNode ]::new(" SafariDriver" , $ (Get-SafariDriverVersion ))
99 [ToolVersionNode ]::new(" Google Chrome" , $ (Get-ChromeVersion ))
1010 [ToolVersionNode ]::new(" Google Chrome for Testing" , $ (Get-ChromeForTestingVersion ))
11- [ToolVersionNode ]::new(" ChromeDriver" , $ (Get-ChromeDriverVersion ))
12- [ToolVersionNode ]::new(" Mozilla Firefox" , $ (Get-FirefoxVersion ))
13- [ToolVersionNode ]::new(" geckodriver" , $ (Get-GeckodriverVersion ))
11+ [ToolVersionNode ]::new(" ChromeDriver" , $ (Get-ChromeDriverVersion ))
1412 )
1513
1614 if ((-not $os.IsVenturaArm64 ) -and (-not $os.IsSonomaArm64 ) -and (-not $os.IsSequoiaArm64 )) {
@@ -22,6 +20,8 @@ function Build-BrowserSection {
2220 }
2321
2422 $nodes += @ (
23+ [ToolVersionNode ]::new(" Mozilla Firefox" , $ (Get-FirefoxVersion ))
24+ [ToolVersionNode ]::new(" geckodriver" , $ (Get-GeckodriverVersion ))
2525 [ToolVersionNode ]::new(" Selenium server" , $ (Get-SeleniumVersion ))
2626 )
2727
You can’t perform that action at this time.
0 commit comments