Skip to content

Commit

Permalink
[py] Add new websocketUrl capability
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Sep 28, 2021
1 parent 68cd181 commit 47777fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions py/selenium/webdriver/remote/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,14 @@
'acceptInsecureCerts',
'browserName',
'browserVersion',
'platformName',
'pageLoadStrategy',
'platformName',
'proxy',
'setWindowRect',
'strictFileInteractability',
'timeouts',
'unhandledPromptBehavior',
'strictFileInteractability'
'webSocketUrl'
])

_OSS_W3C_CONVERSION = {
Expand Down

0 comments on commit 47777fe

Please sign in to comment.