We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befa635 commit 07e2d8aCopy full SHA for 07e2d8a
tests/selenium/pbtest.py
@@ -189,6 +189,7 @@ def chrome_manager(self):
189
def edge_manager(self):
190
opts = EdgeOptions()
191
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
193
opts.binary_location = self.browser_path
194
195
for i in range(5):
0 commit comments