Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐛 Bug]: Python BiDi documentation contradicts source code examples #1060

Closed
jsfehler opened this issue Jun 24, 2022 · 2 comments
Closed
Labels
bug Something isn't working C-py code-python Fix code example in Python hacktoberfest

Comments

@jsfehler
Copy link

What happened?

At https://www.selenium.dev/documentation/webdriver/bidirectional/bidi_api/
The python version for the example Listen to console.log events uses the Log class directly.

The source code at https://github.com/SeleniumHQ/selenium/blob/9de853d91adeca219d8230fe73ca7e579f769999/py/selenium/webdriver/common/log.py

Specifies This class is not to be used directly and should be used from the webdriver base classes.

What browsers and operating systems are you seeing the problem on?

N/A

@jsfehler jsfehler added bug Something isn't working needs-triaging labels Jun 24, 2022
@diemol diemol added code-python Fix code example in Python C-py and removed needs-triaging labels Aug 19, 2022
@shbenzer
Copy link
Contributor

@harsha509 Documentation at referenced link has been removed from site - this issue can likely be closed.

@harsha509
Copy link
Member

Thank you for reviewing this, @shbenzer!

I’ll go ahead and close it as not valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working C-py code-python Fix code example in Python hacktoberfest
Projects
None yet
Development

No branches or pull requests

4 participants