[py] Add missing modules to python API docs #15779
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
💥 What does this PR do?
This PR adds the following modules to
py/docs/source/api.rst
:selenium.webdriver.common.bidi.browsing_context
selenium.webdriver.common.bidi.log
selenium.webdriver.common.bidi.storage
Since they were missing, their documentation was not getting generated in the Python API docs.
💡 Additional Considerations
Note to maintainers: Any time a new Python file/module is added, a new entry must be added to
py/docs/source/api.rst
in order for the module's docstrings to get generated into documentation pages.🔄 Types of changes
PR Type
Documentation, Bug fix
Description
Add missing BiDi modules to Python API docs
Ensure documentation generation for new modules
Improve completeness of API reference documentation
Changes walkthrough 📝
api.rst
Add missing BiDi modules to API documentation index
py/docs/source/api.rst
browsing_context
,log
, andstorage
BiDi modules to API docs