Bind commands to this instance (not prototype) so each driver instanc…#56
Merged
teo-nikolov merged 1 commit intoAutomateThePlanet:mainfrom Mar 6, 2026
Merged
Conversation
…e uses its own powershell session
1 task
teo-nikolov
approved these changes
Mar 6, 2026
github-actions bot
pushed a commit
that referenced
this pull request
Mar 6, 2026
## [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))
github-actions bot
pushed a commit
that referenced
this pull request
Mar 6, 2026
## [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))
|
🎉 This PR is included in version 1.3.0 🎉 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.
This a very small change that allows for multiple drivers per test.
The issue is completely described in the issue 55