File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- $chromiumNames = ' chromium' , ' chrome' , ' msedge '
1
+ $chromiumNames = ' chromium' , ' chrome'
2
2
foreach ($browserName in $chromiumNames ) {
3
3
$chromiumCommand =
4
4
$ExecutionContext.SessionState.InvokeCommand.GetCommand ($browserName , ' Application' )
Original file line number Diff line number Diff line change 1
- $chromiumNames = ' chromium' , ' chrome' , ' msedge '
1
+ $chromiumNames = ' chromium' , ' chrome'
2
2
foreach ($browserName in $chromiumNames ) {
3
3
$chromiumCommand =
4
4
$ExecutionContext.SessionState.InvokeCommand.GetCommand ($browserName , ' Application' )
Original file line number Diff line number Diff line change 1
- $chromiumNames = ' chromium' , ' chrome' , ' msedge '
1
+ $chromiumNames = ' chromium' , ' chrome'
2
2
foreach ($browserName in $chromiumNames ) {
3
3
$chromiumCommand =
4
4
$ExecutionContext.SessionState.InvokeCommand.GetCommand ($browserName , ' Application' )
You can’t perform that action at this time.
0 commit comments