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 8b02c88 commit 0f2e1b1Copy full SHA for 0f2e1b1
1 file changed
py/selenium/webdriver/remote/webdriver.py
@@ -284,7 +284,6 @@ def start_session(self, capabilities: dict) -> None:
284
285
:Args:
286
- 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.
288
"""
289
290
caps = _create_caps(capabilities)
0 commit comments