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 3af1b2b commit 2fe8e77Copy full SHA for 2fe8e77
py/selenium/webdriver/common/options.py
@@ -284,28 +284,6 @@ class BaseOptions(metaclass=ABCMeta):
284
- `None`
285
"""
286
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
304
- - `str` or `None`
305
306
- - `None`
307
- """
308
309
page_load_strategy = _PageLoadStrategyDescriptor("pageLoadStrategy")
310
""":Gets and Sets page load strategy, the default is "normal".
311
0 commit comments