File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
images/macos/scripts/docs-gen Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,13 @@ 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 ))
11+ [ToolVersionNode ]::new(" ChromeDriver" , $ (Get-ChromeDriverVersion ))
1212 )
1313
1414 if ((-not $os.IsVenturaArm64 ) -and (-not $os.IsSonomaArm64 ) -and (-not $os.IsSequoiaArm64 )) {
1515 $nodes += @ (
1616 [ToolVersionNode ]::new(" Microsoft Edge" , $ (Get-EdgeVersion ))
1717 [ToolVersionNode ]::new(" Microsoft Edge WebDriver" , $ (Get-EdgeDriverVersion ))
18-
1918 )
2019 }
2120
You can’t perform that action at this time.
0 commit comments