Skip to content

Commit 07e2d8a

Browse files
committed
Try adding --edge-skip-compat-layer-relaunch flag
1 parent befa635 commit 07e2d8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/selenium/pbtest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ def chrome_manager(self):
189189
def edge_manager(self):
190190
opts = EdgeOptions()
191191
opts.add_argument("--load-extension=" + self.extension_path)
192+
opts.add_argument("--edge-skip-compat-layer-relaunch") # https://github.com/SeleniumHQ/selenium/issues/15340#issuecomment-2689372248
192193
opts.binary_location = self.browser_path
193194

194195
for i in range(5):

0 commit comments

Comments
 (0)