Skip to content

Commit

Permalink
Updating python bindings to use ms:edgeOptions for options to msedged…
Browse files Browse the repository at this point in the history
…river. (SeleniumHQ#7640)
  • Loading branch information
stanleyhon authored and AutomatedTester committed Oct 15, 2019
1 parent 9a00897 commit 925fee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/selenium/webdriver/edge/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@


class Options(ChromiumOptions):
KEY = "ms:edgeOptions"

def __init__(self, is_legacy=True):
super(Options, self).__init__()
Expand Down

0 comments on commit 925fee2

Please sign in to comment.