[🐛 Bug]: Webdriver.firefox API documentation incomplete
See original GitHub issueWhat happened?
The Webdriver.firefox API documentation (https://www.selenium.dev/selenium/docs/api/py/api.html#webdriver-firefox) is incomplete, in that it doesn’t mention selenium.webdriver.firefox.remote_connection
or selenium.webdriver.firefox.service
.
How can we reproduce the issue?
Visit https://www.selenium.dev/selenium/docs/api/py/api.html#webdriver-firefox and note the following links:
- selenium.webdriver.firefox.extension_connection
- selenium.webdriver.firefox.firefox_binary
- selenium.webdriver.firefox.options
- selenium.webdriver.firefox.firefox_profile
- selenium.webdriver.firefox.webdriver
However, viewing the source code (https://github.com/SeleniumHQ/selenium/tree/trunk/py/selenium/webdriver/firefox) shows the missing items:
- remote_connection
- service
Relevant log output
n/a
Operating System
Kubuntu
Selenium version
Python 4.1.3
What are the browser(s) and version(s) where you see this issue?
LibreWolf 99.0.1
What are the browser driver(s) and version(s) where you see this issue?
GeckoDriver 0.31.0
Are you using Selenium Grid?
No response
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Enabling trace logs — Firefox Source Docs documentation
Enabling trace logs¶. geckodriver provides different bands of logs for different audiences. The most important log entries are shown to everyone by default, ......
Read more >WebDriver cannot be resolved to a type FirefoxDriver cannot ...
This error happens when you use Eclipse as IDE and try to run code that doesn't even compile. Check ...
Read more >7. WebDriver API — Selenium Python Bindings 2 documentation
An internal error occurred int the extension. Might be caused by bad input or bugs in webdriver. class selenium.webdriver.firefox.extension_connection.
Read more >WebDriver - W3C
This document was produced by a group operating under the W3C Patent Policy ... If the current session is null send an error...
Read more >Selenium Client Driver — Selenium 4.7 documentation
The selenium package is used to automate web browser interaction from ... Failure to observe this step will give you an error selenium.common.exceptions....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@BWPanda The Python API docs have been updated thanks! https://www.selenium.dev/selenium/docs/api/py/api.html
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.