Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.3 #275

Merged
merged 190 commits into from
Jun 13, 2024
Merged

v1.3 #275

merged 190 commits into from
Jun 13, 2024

Conversation

yimelia
Copy link
Member

@yimelia yimelia commented Jun 13, 2024

No description provided.

Dan-Maor and others added 30 commits April 4, 2023 21:57
## [4.13.1](appium/WebDriverAgent@v4.13.0...v4.13.1) (2023-04-04)

### Bug Fixes

* Fixed Xpath lookup for Xcode 14.3 ([#681](appium/WebDriverAgent#681)) ([3e0b191](appium/WebDriverAgent@3e0b191))
## [4.13.2](appium/WebDriverAgent@v4.13.1...v4.13.2) (2023-04-28)

### Miscellaneous Chores

* add withoutSession for pasteboard for debug ([#688](appium/WebDriverAgent#688)) ([edcbf9e](appium/WebDriverAgent@edcbf9e))
* move some implementation to wda

* tune

* Update webdriveragent.js

* update review

* refactor: set started=true after getStatus

* chore: use WDA_RUNNER_BUNDLE_ID

* refactor: rename

* chore: refer to updatedWDABundleId to build xctrunner

* add fixme to not create xcodebuild instance for webDriverAgentUrl

* return a bit early

* refactor: fix review

* refactor: fix review
## [4.14.0](appium/WebDriverAgent@v4.13.2...v4.14.0) (2023-05-02)

### Features

* start wda process via Xctest in a real device ([#687](appium/WebDriverAgent#687)) ([e1c0f83](appium/WebDriverAgent@e1c0f83))
* feat: Make isFocused attribute available for iOS elements

* Extra line break
## [4.15.0](appium/WebDriverAgent@v4.14.0...v4.15.0) (2023-05-04)

### Features

* Make isFocused attribute available for iOS elements ([#692](appium/WebDriverAgent#692)) ([0ec74ce](appium/WebDriverAgent@0ec74ce))
* perf: tune webDriverAgentUrl case by skiping xcodebuild stuff

* include a small fix

* Update webdriveragent.js
## [4.15.1](appium/WebDriverAgent@v4.15.0...v4.15.1) (2023-05-06)

### Performance Improvements

* tune webDriverAgentUrl case by skiping xcodebuild stuff ([#691](appium/WebDriverAgent#691)) ([d8f1457](appium/WebDriverAgent@d8f1457))
BREAKING CHANGE: The minimum supported xCode/iOS version is now 13/15.0
## [5.0.0](appium/WebDriverAgent@v4.15.1...v5.0.0) (2023-05-14)

### ⚠ BREAKING CHANGES

* The minimum supported xCode/iOS version is now 13/15.0

### Code Refactoring

* Drop workarounds for legacy iOS versions ([#696](appium/WebDriverAgent#696)) ([bb562b9](appium/WebDriverAgent@bb562b9))
## [5.1.0](appium/WebDriverAgent@v5.0.0...v5.1.0) (2023-05-14)

### Features

* Add a possibility to provide a target picker value ([#699](appium/WebDriverAgent#699)) ([fc76aee](appium/WebDriverAgent@fc76aee))

### Code Refactoring

* Remove obsolete coordinate calculation workarounds needed for older xCode SDKs ([#698](appium/WebDriverAgent#698)) ([025b42c](appium/WebDriverAgent@025b42c))
## [5.1.1](appium/WebDriverAgent@v5.1.0...v5.1.1) (2023-05-15)

### Bug Fixes

* Assert app is installed before launching or activating it ([#704](appium/WebDriverAgent#704)) ([94e5c51](appium/WebDriverAgent@94e5c51))
## [5.1.2](appium/WebDriverAgent@v5.1.1...v5.1.2) (2023-05-15)

### Miscellaneous Chores

* remove code for old os versions ([#694](appium/WebDriverAgent#694)) ([4a9faa5](appium/WebDriverAgent@4a9faa5))
## [5.1.3](appium/WebDriverAgent@v5.1.2...v5.1.3) (2023-05-16)

### Bug Fixes

* Revert "fix: Assert app is installed before launching or activating it ([#704](appium/WebDriverAgent#704))" ([#705](appium/WebDriverAgent#705)) ([00baeb2](appium/WebDriverAgent@00baeb2))
## [5.1.4](appium/WebDriverAgent@v5.1.3...v5.1.4) (2023-05-16)

### Bug Fixes

* Prevent freeze on launch/activate of a missing app ([#706](appium/WebDriverAgent#706)) ([c4976e3](appium/WebDriverAgent@c4976e3))
## [5.1.5](appium/WebDriverAgent@v5.1.4...v5.1.5) (2023-05-18)

### Miscellaneous Chores

* Drop obsolete workarounds for coordinates calculation ([#701](appium/WebDriverAgent#701)) ([259f731](appium/WebDriverAgent@259f731))
Bumps [@appium/support](https://github.com/appium/appium/tree/HEAD/packages/support) from 3.1.11 to 4.0.0.
- [Release notes](https://github.com/appium/appium/releases)
- [Changelog](https://github.com/appium/appium/blob/master/packages/support/CHANGELOG.md)
- [Commits](https://github.com/appium/appium/commits/@appium/[email protected]/packages/support)

---
updated-dependencies:
- dependency-name: "@appium/support"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## [5.1.6](appium/WebDriverAgent@v5.1.5...v5.1.6) (2023-05-18)

### Miscellaneous Chores

* **deps:** bump @appium/support from 3.1.11 to 4.0.0 ([#710](appium/WebDriverAgent#710)) ([3e49523](appium/WebDriverAgent@3e49523))
KazuCocoa and others added 28 commits March 3, 2024 01:34
## [7.0.4](appium/WebDriverAgent@v7.0.3...v7.0.4) (2024-03-03)

### Miscellaneous Chores

* dummy commit to trigger a release ([0cb66c5](appium/WebDriverAgent@0cb66c5))
## [7.0.5](appium/WebDriverAgent@v7.0.4...v7.0.5) (2024-03-03)

### Reverts

* Revert "chore: tune release packages (#856)" (#857) ([dc72015](appium/WebDriverAgent@dc72015)), closes [#856](appium/WebDriverAgent#856) [#857](appium/WebDriverAgent#857)
## [7.0.6](appium/WebDriverAgent@v7.0.5...v7.0.6) (2024-03-03)

### Miscellaneous Chores

* Handle app startup errors as session creation exceptions ([#855](appium/WebDriverAgent#855)) ([0ec5398](appium/WebDriverAgent@0ec5398))
## [7.1.0](appium/WebDriverAgent@v7.0.6...v7.1.0) (2024-03-07)

### Features

* Add wrappers for native XCTest video recorder ([#858](appium/WebDriverAgent#858)) ([9728548](appium/WebDriverAgent@9728548))

### Miscellaneous Chores

* bump typescript ([89880f5](appium/WebDriverAgent@89880f5))
…(#862)

* chore: respect defaultActiveApplication

* return immediately if the given defaultActiveApplication was already foreground

* move the foreground check prior than the self.testedApplication

* move is auto detection
## [7.1.1](appium/WebDriverAgent@v7.1.0...v7.1.1) (2024-03-13)

### Bug Fixes

* respect defaultActiveApplication in activeApplication selection ([#862](appium/WebDriverAgent#862)) ([b1ddae2](appium/WebDriverAgent@b1ddae2))
## [7.1.2](appium/WebDriverAgent@v7.1.1...v7.1.2) (2024-03-14)

### Bug Fixes

* Always assume en0 is the WiFi interface ([#864](appium/WebDriverAgent#864)) ([6dbfb3f](appium/WebDriverAgent@6dbfb3f))
## [7.2.0](appium/WebDriverAgent@v7.1.2...v7.2.0) (2024-03-21)

### Features

* Enable usePreinstalledWDA feature for simulators ([#866](appium/WebDriverAgent#866)) ([7c684e2](appium/WebDriverAgent@7c684e2))
* feat: add a method to launch wda via devicectl

* reflect review and updates

* update type, use waitForCondition

* adjust

* fix lint

* update review
## [7.3.0](appium/WebDriverAgent@v7.2.0...v7.3.0) (2024-03-23)

### Features

* Support prebuiltWDAPath for iOS 17 ([#868](appium/WebDriverAgent#868)) ([39194d4](appium/WebDriverAgent@39194d4))
## [7.3.1](appium/WebDriverAgent@v7.3.0...v7.3.1) (2024-03-24)

### Miscellaneous Chores

* move node-simctl to dev deps ([#869](appium/WebDriverAgent#869)) ([9033759](appium/WebDriverAgent@9033759))
BREAKING CHANGE: calls launch app process command with devicectl via this.device.devicectl
## [8.0.0](appium/WebDriverAgent@v7.3.1...v8.0.0) (2024-03-25)

### ⚠ BREAKING CHANGES

* calls launch app process command with devicectl via this.device.devicectl

### Features

* launch WDA via devicectl object ([#870](appium/WebDriverAgent#870)) ([090b815](appium/WebDriverAgent@090b815))
## [8.0.1](appium/WebDriverAgent@v8.0.0...v8.0.1) (2024-03-26)

### Miscellaneous Chores

* use bundle id outside opts for this.device.devicectl.launchApp ([#872](appium/WebDriverAgent#872)) ([e2aeda2](appium/WebDriverAgent@e2aeda2))
@yimelia yimelia merged commit c0bf130 into master Jun 13, 2024
2 of 10 checks passed
@yimelia yimelia deleted the dev branch June 13, 2024 12:11
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.

7 participants