Skip to content

Commit

Permalink
Fix docstring for removed arg (browser_profile) (#12174)
Browse files Browse the repository at this point in the history
Fix docstring for removed arg
  • Loading branch information
mdmintz committed Jun 7, 2023
1 parent 8b02c88 commit 0f2e1b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/selenium/webdriver/remote/webdriver.py
Expand Up @@ -284,7 +284,6 @@ def start_session(self, capabilities: dict) -> None:
:Args:
- capabilities - a capabilities dict to start the session with.
- browser_profile - A selenium.webdriver.firefox.firefox_profile.FirefoxProfile object. Only used if Firefox is requested.
"""

caps = _create_caps(capabilities)
Expand Down

0 comments on commit 0f2e1b1

Please sign in to comment.