Skip to content

Commit 0f2e1b1

Browse files
authored
Fix docstring for removed arg (browser_profile) (#12174)
Fix docstring for removed arg
1 parent 8b02c88 commit 0f2e1b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/selenium/webdriver/remote/webdriver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ def start_session(self, capabilities: dict) -> None:
284284
285285
:Args:
286286
- capabilities - a capabilities dict to start the session with.
287-
- browser_profile - A selenium.webdriver.firefox.firefox_profile.FirefoxProfile object. Only used if Firefox is requested.
288287
"""
289288

290289
caps = _create_caps(capabilities)

0 commit comments

Comments
 (0)