Skip to content

Commit 2fe8e77

Browse files
committed
[py] Remove duplicate web_socket_url from BaseOptions
1 parent 3af1b2b commit 2fe8e77

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

py/selenium/webdriver/common/options.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -284,28 +284,6 @@ class BaseOptions(metaclass=ABCMeta):
284284
- `None`
285285
"""
286286

287-
web_socket_url = _BaseOptionsDescriptor("webSocketUrl")
288-
"""Gets and Sets WebSocket URL.
289-
290-
Usage:
291-
------
292-
- Get
293-
- `self.web_socket_url`
294-
- Set
295-
- `self.web_socket_url` = `value`
296-
297-
Parameters:
298-
-----------
299-
`value`: `str`
300-
301-
Returns:
302-
--------
303-
- Get
304-
- `str` or `None`
305-
- Set
306-
- `None`
307-
"""
308-
309287
page_load_strategy = _PageLoadStrategyDescriptor("pageLoadStrategy")
310288
""":Gets and Sets page load strategy, the default is "normal".
311289

0 commit comments

Comments
 (0)