seleniumhq.github.io icon indicating copy to clipboard operation
seleniumhq.github.io copied to clipboard

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

Open jsfehler opened this issue 3 years ago • 0 comments

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 avatar Jun 24 '22 21:06 jsfehler