Skip to content

[🐛 Bug]: [py] The API docs are missing some modules #15623

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

Closed
cgoldberg opened this issue Apr 13, 2025 · 1 comment · Fixed by #15624
Closed

[🐛 Bug]: [py] The API docs are missing some modules #15623

cgoldberg opened this issue Apr 13, 2025 · 1 comment · Fixed by #15624
Labels
C-py Python Bindings I-defect Something is not working as intended

Comments

@cgoldberg
Copy link
Contributor

cgoldberg commented Apr 13, 2025

Description

The following modules are not included in the Python API docs:
https://www.selenium.dev/selenium/docs/api/py/api.html

selenium.webdriver.common.bidi.browser
selenium.webdriver.common.bidi.common
selenium.webdriver.common.bidi.network
selenium.webdriver.common.fedcm.account
selenium.webdriver.common.fedcm.dialog

selenium.webdriver.remote.client_config
selenium.webdriver.remote.fedcm
selenium.webdriver.remote.locator_converter

Reproducible Code

# generate the docs
$ tox -c py/tox.ini -e docs

Debugging Logs

N/A
@cgoldberg cgoldberg added C-py Python Bindings I-defect Something is not working as intended labels Apr 13, 2025
@cgoldberg
Copy link
Contributor Author

#15624 Fixes this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-py Python Bindings I-defect Something is not working as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant