docs: Python Selenium Adapter arch and doc update - #335
Merged
Conversation
Greptile SummaryThe PR updates the project documentation to cover the Python Selenium adapter and distinguish it from the three JavaScript adapters.
Confidence Score: 5/5The PR appears safe to merge because no blocking failure remains within the eligible follow-up-review scope. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| ARCHITECTURE.md | Adds the Python Selenium adapter to the package architecture and clarifies that shared TypeScript capture code applies to the JavaScript adapters. |
| README.md | Adds top-level Python installation and integration guidance and updates project-wide adapter descriptions. |
| packages/selenium-devtools-py/README.md | Substantially expands Python adapter documentation for trace export, capture behavior, lifecycle, module layout, and remaining feature gaps. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart LR
TEST[Python Selenium tests] --> ADAPTER[selenium-devtools-py]
ADAPTER -->|scope, data| BACKEND[Node.js backend]
BACKEND --> LIVE[Live dashboard]
BACKEND --> TRACE[Portable trace archive]
TRACE --> PLAYER[Trace player]
Reviews (3): Last reviewed commit: "traceGranularity and tracePolicy doc upd..." | Re-trigger Greptile
vishnuv688
force-pushed
the
vv/python-adapter-readme
branch
from
September 3, 2026 03:36
c773900 to
2c9e145
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What & why
Type of change
Packages touched
shared(types and contracts)core(framework-agnostic capture/reporting)elements(published element/snapshot API —@wdio/elements)service(WebdriverIO adapter)nightwatch-devtools(Nightwatch adapter)selenium-devtools(Selenium adapter)backend(server)app(UI)script(page-injected runtime)selenium-devtools-pyNotes for reviewers
Screenshots / recordings