Skip to content

Selenium python integration - #246

Draft
vishnuv688 wants to merge 15 commits into
mainfrom
vv/selenium-python-integration
Draft

Selenium python integration#246
vishnuv688 wants to merge 15 commits into
mainfrom
vv/selenium-python-integration

Conversation

@vishnuv688

@vishnuv688 vishnuv688 commented Jul 2, 2026

Copy link
Copy Markdown
Member

What & why

Currently, DevTools supports only TypeScript and JavaScript tests, as it was originally designed for WebdriverIO. With the addition of Selenium support, we are also introducing Python support as a first step, since Selenium supports multiple languages such as Python, Java, JavaScript, and Ruby.

Type of change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Polish (an improvement to an existing feature)
  • Breaking change (existing behavior changes for users)
  • Documentation
  • Internal (build, CI, dependencies, tooling)

Packages touched

  • shared (types and contracts)
  • core (framework-agnostic capture/reporting)
  • service (WebdriverIO adapter)
  • nightwatch-devtools (Nightwatch adapter)
  • selenium-devtools (Selenium adapter)
  • backend (server)
  • app (UI)
  • script (page-injected runtime)
  • selenium-py-devtools

Notes for reviewers

Screenshots / recordings

image

Fixes #279

Tracked under #277 (Python Selenium adapter). The remaining work is broken out as sub-issues there, one pull request each, so this PR stays scoped to the rename and the backend CLI entry.

Comment thread .github/workflows/python.yml Fixed
vishnuv688 and others added 3 commits August 11, 2026 15:14
…ntain permissions'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@vishnuv688 vishnuv688 changed the title Vv/selenium python integration Selenium python integration Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename to selenium-devtools-py and give the backend a runnable CLI entry

2 participants