What 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
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
What 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_connectionorselenium.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:
However, viewing the source code (https://github.com/SeleniumHQ/selenium/tree/trunk/py/selenium/webdriver/firefox) shows the missing items:
Relevant log output
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