Skip to content

feat: enable WebView2 support#70

Merged
teo-nikolov merged 34 commits intodevelopfrom
feature/webview-support
Apr 2, 2026
Merged

feat: enable WebView2 support#70
teo-nikolov merged 34 commits intodevelopfrom
feature/webview-support

Conversation

@teo-nikolov
Copy link
Copy Markdown
Collaborator

Proposed changes

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

Types of changes

What types of changes does your code introduce to Appium?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the Contributing Guide
  • I have signed the CLA
  • Lint passes locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

teo-nikolov and others added 30 commits December 30, 2025 15:41
## [1.2.0](v1.1.0...v1.2.0) (2026-01-09)

### Features

* add "none" session option to start without attaching to any element ([22586a2](22586a2))
* add appWorkingDir, prerun, postrun, and isolatedScriptExecution capabilities ([5a581ae](5a581ae))

### Bug Fixes

* allow elementId with optional x/y offsets for click/hover ([2d01246](2d01246))
* **deps:** downgrade appium peer dependency to 3.0.0-rc.2 ([98262d2](98262d2))
* make modifierKeys case-insensitive ([7a05300](7a05300))
* update ESLint config ([2e08f8d](2e08f8d))
* version bump ([a872a23](a872a23))

### Miscellaneous Chores

* add extra logging ([5da452f](5da452f))
* bump peerDependency appium to ^3.1.0 ([cdee0ca](cdee0ca))
* configure semantic-release branches for stable and preview releases ([a4a1fa2](a4a1fa2))
* remove unnecessary ESLint ignore comments ([4c70038](4c70038))
* upgrade dependencies and devDependencies to latest versions ([4fd016c](4fd016c))
…stance uses its own powershell session (#56) [skip ci]

Co-authored-by: Yuri Schwab <yuri.schwab@probolabs.ai>
fix multiple bugs: patternGetValue missing return, clipboard PS quoting, regex group accessor, command binding to prototype vs instance, isolated PS shared buffers, mouseScroll event not enqueued, getDeviceTime signature mismatch; add windows: getWindowElement command;
Implement end to end tests with real calculator, notepad and todo apps
- Reject outputPath values that don't end with .mp4, since the hardcoded
  ffmpeg args (-movflags +faststart, libx264) only produce valid MP4 output
- Guard getVideoPath() with fs.stat to ensure the path resolves to a
  regular file before it can be passed to rimraf, preventing accidental
  deletion of directories or unrelated files
- Add e2e tests: valid outputPath persists on disk after stop, invalid
  extension is rejected with an explanatory error message
* getTitle, back, forward, setWindowsRect, getElementsScreenshot
## [1.3.0](v1.2.0...v1.3.0) (2026-03-06)

### Features

* **commands:** add extra W3C commands ([57c654a](57c654a))
* **commands:** add support for close app and launch app ([26db919](26db919))
* **commands:** implement waitForAppLaunch and forceQuit ([6cce956](6cce956))
* **tests:** add unit tests and missing commands - recording, deletion and click and drag ([a8989c0](a8989c0))

### Bug Fixes

* Bind commands to this instance (not prototype) so each driver instance uses its own powershell session ([#56](#56)) [skip ci] ([6dc2125](6dc2125))
* **capability:** fix post run script ([97b57af](97b57af))
* **commands:** add allow-insecure check for fs operations ([4662035](4662035))
* **commands:** match closeApp and launchApp implementation with appium windows driver ([073c566](073c566))
* fix bugs and implemented end to end tests ([47efa4c](47efa4c))
* lint ([fb6ebc8](fb6ebc8))
* **lint:** lint ([acf7271](acf7271))
* **recorder:** fix screen recording ([9da1025](9da1025))
* **recorder:** validate outputPath before rimraf ([8aa49dd](8aa49dd))
…ng-permissions

ci: enable npm trusted publishing
## [1.3.0](v1.2.0...v1.3.0) (2026-03-06)

### Features

* **commands:** add extra W3C commands ([57c654a](57c654a))
* **commands:** add support for close app and launch app ([26db919](26db919))
* **commands:** implement waitForAppLaunch and forceQuit ([6cce956](6cce956))
* **tests:** add unit tests and missing commands - recording, deletion and click and drag ([a8989c0](a8989c0))

### Bug Fixes

* Bind commands to this instance (not prototype) so each driver instance uses its own powershell session ([#56](#56)) [skip ci] ([6dc2125](6dc2125))
* **capability:** fix post run script ([97b57af](97b57af))
* **commands:** add allow-insecure check for fs operations ([4662035](4662035))
* **commands:** match closeApp and launchApp implementation with appium windows driver ([073c566](073c566))
* fix bugs and implemented end to end tests ([47efa4c](47efa4c))
* lint ([fb6ebc8](fb6ebc8))
* **lint:** lint ([acf7271](acf7271))
* **recorder:** fix screen recording ([9da1025](9da1025))
* **recorder:** validate outputPath before rimraf ([8aa49dd](8aa49dd))

### Miscellaneous Chores

* **release:** 1.3.0 [skip ci] ([c29b822](c29b822))
…-fix

fix: fixed not being able to attach to slow-starting classic apps
Set encoding for stderr output to 'utf8'.
teo-nikolov and others added 4 commits March 9, 2026 15:41
## [1.3.1](v1.3.0...v1.3.1) (2026-03-09)

### Bug Fixes

* add stderr encoding for PowerShell session ([a233063](a233063))
* fixed incorrect $pattern variable reference ([a0afceb](a0afceb))
* fixed not being able to attach to slow-starting classic apps on session creation ([f25b000](f25b000))
@teo-nikolov teo-nikolov merged commit 371f888 into develop Apr 2, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

🎉 This PR is included in version 1.3.2-preview.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants