Merged
Conversation
Releases/v1.2.0
## [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>
…n and click and drag
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
…p ci] Feat/unit testing commands
Feat/extra w3c commands
## [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'.
|
🎉 This PR is included in version 1.3.2-preview.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
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
xin the boxes that applyChecklist
Put an
xin 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.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...