question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[🐛 Bug]: Webdriver.firefox API documentation incomplete

See original GitHub issue

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

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:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
SinghHrmncommented, May 11, 2022

@BWPanda The Python API docs have been updated thanks! https://www.selenium.dev/selenium/docs/api/py/api.html

0reactions
github-actions[bot]commented, Jun 11, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found