Skip to content

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

Closed
@jsfehler

Description

@jsfehler

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

Activity

shbenzer

shbenzer commented on Oct 12, 2024

@shbenzer
Contributor

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

harsha509

harsha509 commented on Oct 12, 2024

@harsha509
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      [🐛 Bug]: Python BiDi documentation contradicts source code examples · Issue #1060 · SeleniumHQ/seleniumhq.github.io