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'
22foreach ($browserName in $chromiumNames ) {
33 $chromiumCommand =
44 $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'
22foreach ($browserName in $chromiumNames ) {
33 $chromiumCommand =
44 $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'
22foreach ($browserName in $chromiumNames ) {
33 $chromiumCommand =
44 $ExecutionContext.SessionState.InvokeCommand.GetCommand ($browserName , ' Application' )
You can’t perform that action at this time.
0 commit comments