Skip to content

Commit 62760fc

Browse files
authored
Always pass -new-instance when launching Firefox browser (#25251)
@brendandahl suggested it would have a positive impact on launching Firefox. Not sure that I saw any behavioral difference, though maybe this is one of those "can't hurt" things. Wdyt?
1 parent 1ef3068 commit 62760fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def configure(data_dir):
116116

117117
class FirefoxConfig:
118118
data_dir_flag = '-profile '
119-
default_flags = ()
119+
default_flags = ('-new-instance',)
120120
headless_flags = '-headless'
121121
executable_name = exe_suffix('firefox')
122122

0 commit comments

Comments
 (0)