Skip to content

Commit 925fee2

Browse files
stanleyhonAutomatedTester
authored andcommitted
Updating python bindings to use ms:edgeOptions for options to msedgedriver. (#7640)
1 parent 9a00897 commit 925fee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/selenium/webdriver/edge/options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121

2222
class Options(ChromiumOptions):
23+
KEY = "ms:edgeOptions"
2324

2425
def __init__(self, is_legacy=True):
2526
super(Options, self).__init__()

0 commit comments

Comments
 (0)