File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
24
24
25
25
class WebDriver (ChromiumDriver ):
26
- """Controls the MDEdgeDriver and allows you to drive the browser."""
26
+ """Controls the MSEdgeDriver and allows you to drive the browser."""
27
27
28
28
def __init__ (
29
29
self ,
Original file line number Diff line number Diff line change @@ -146,12 +146,12 @@ class BaseWebDriver(metaclass=ABCMeta):
146
146
class WebDriver (BaseWebDriver ):
147
147
"""Controls a browser by sending commands to a remote server. This server
148
148
is expected to be running the WebDriver wire protocol as defined at
149
- https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol .
149
+ https://www.selenium.dev/documentation/legacy/json_wire_protocol/ .
150
150
151
151
:Attributes:
152
152
- session_id - String ID of the browser session started and controlled by this WebDriver.
153
153
- capabilities - Dictionary of effective capabilities of this browser session as returned
154
- by the remote server. See https://github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities
154
+ by the remote server. See https://www.selenium.dev/documentation/legacy/desired_capabilities/
155
155
- command_executor - remote_connection.RemoteConnection object used to execute commands.
156
156
- error_handler - errorhandler.ErrorHandler object used to handle errors.
157
157
"""
You can’t perform that action at this time.
0 commit comments