Skip to content

Commit

Permalink
[py] Fix typo in description of WebDriver class (#6724)
Browse files Browse the repository at this point in the history
  • Loading branch information
Herst authored and cgoldberg committed Dec 4, 2018
1 parent 80709c4 commit 9621aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/remote/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class WebDriver(object):
:Attributes:
- session_id - String ID of the browser session started and controlled by this WebDriver.
- capabilities - Dictionaty of effective capabilities of this browser session as returned
- capabilities - Dictionary of effective capabilities of this browser session as returned
by the remote server. See https://github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities
- command_executor - remote_connection.RemoteConnection object used to execute commands.
- error_handler - errorhandler.ErrorHandler object used to handle errors.
Expand Down

0 comments on commit 9621aa4

Please sign in to comment.