Browse Source

WDA更新版本,WDA2是最新签名版本

caner 8 months ago
parent
commit
4e1f1cbf14
100 changed files with 2300 additions and 5 deletions
  1. BIN
      .DS_Store
  2. 4 5
      README.md
  3. BIN
      WDA.ipa
  4. BIN
      WDA2.ipa
  5. 334 0
      WebDriverAgent-10.0.0/.azure-pipelines.yml
  6. 0 0
      WebDriverAgent-10.0.0/.github/ISSUE_TEMPLATE.md
  7. 0 0
      WebDriverAgent-10.0.0/.github/dependabot.yml
  8. 57 0
      WebDriverAgent-10.0.0/.github/workflows/functional-test.yml
  9. 15 0
      WebDriverAgent-10.0.0/.github/workflows/pr-title.yml
  10. 102 0
      WebDriverAgent-10.0.0/.github/workflows/publish.js.yml
  11. 33 0
      WebDriverAgent-10.0.0/.github/workflows/unit-test.yml
  12. 111 0
      WebDriverAgent-10.0.0/.github/workflows/wda-package.yml
  13. 0 0
      WebDriverAgent-10.0.0/.gitignore
  14. 0 0
      WebDriverAgent-10.0.0/.mocharc.js
  15. 0 0
      WebDriverAgent-10.0.0/.npmrc
  16. 45 0
      WebDriverAgent-10.0.0/.releaserc
  17. 1336 0
      WebDriverAgent-10.0.0/CHANGELOG.md
  18. 0 0
      WebDriverAgent-10.0.0/CONTRIBUTING.md
  19. 31 0
      WebDriverAgent-10.0.0/Configurations/IOSSettings.xcconfig
  20. 0 0
      WebDriverAgent-10.0.0/Configurations/IOSTestSettings.xcconfig
  21. 31 0
      WebDriverAgent-10.0.0/Configurations/TVOSSettings.xcconfig
  22. 1 0
      WebDriverAgent-10.0.0/Configurations/TVOSTestSettings.xcconfig
  23. 13 0
      WebDriverAgent-10.0.0/Fastlane/Fastfile
  24. 3 0
      WebDriverAgent-10.0.0/Gemfile
  25. 0 0
      WebDriverAgent-10.0.0/LICENSE
  26. 0 0
      WebDriverAgent-10.0.0/PATENTS
  27. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/AccessibilityUtilities/AXSettings.h
  28. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/MobileCoreServices/LSApplicationWorkspace.h
  29. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/TextInput/TIPreferencesController.h
  30. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/UIKitCore/UIKeyboardImpl.h
  31. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/CDStructures.h
  32. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/NSString-XCTAdditions.h
  33. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/NSValue-XCTestAdditions.h
  34. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/UIGestureRecognizer-RecordingAdditions.h
  35. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/UILongPressGestureRecognizer-RecordingAdditions.h
  36. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/UIPanGestureRecognizer-RecordingAdditions.h
  37. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/UIPinchGestureRecognizer-RecordingAdditions.h
  38. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/UISwipeGestureRecognizer-RecordingAdditions.h
  39. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/UITapGestureRecognizer-RecordingAdditions.h
  40. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCAXClient_iOS.h
  41. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCActivityRecord.h
  42. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCApplicationMonitor.h
  43. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCApplicationMonitor_iOS.h
  44. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCApplicationQuery.h
  45. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCDebugLogDelegate-Protocol.h
  46. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCDeviceEvent.h
  47. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCEventGenerator.h
  48. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCKeyMappingPath.h
  49. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCKeyboardInputSolver.h
  50. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCKeyboardKeyMap.h
  51. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCKeyboardLayout.h
  52. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCPointerEvent.h
  53. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCPointerEventPath.h
  54. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCSourceCodeRecording.h
  55. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCSourceCodeTreeNode.h
  56. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCSourceCodeTreeNodeEnumerator.h
  57. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCSymbolicationRecord.h
  58. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCSymbolicatorHolder.h
  59. 32 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCSynthesizedEventRecord.h
  60. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTAXClient-Protocol.h
  61. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTAsyncActivity-Protocol.h
  62. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTAsyncActivity.h
  63. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTAutomationTarget-Protocol.h
  64. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTDarwinNotificationExpectation.h
  65. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTElementSetTransformer-Protocol.h
  66. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTKVOExpectation.h
  67. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTMetric.h
  68. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTNSNotificationExpectation.h
  69. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTNSPredicateExpectation.h
  70. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTNSPredicateExpectationObject-Protocol.h
  71. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTRunnerAutomationSession.h
  72. 98 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTRunnerDaemonSession.h
  73. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTRunnerIDESession.h
  74. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTTestRunSession.h
  75. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTTestRunSessionDelegate-Protocol.h
  76. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTUIApplicationMonitor-Protocol.h
  77. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTWaiter.h
  78. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTWaiterDelegate-Protocol.h
  79. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTWaiterDelegatePrivate-Protocol.h
  80. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTWaiterManagement-Protocol.h
  81. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTWaiterManager.h
  82. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTest.h
  83. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestCase.h
  84. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestCaseRun.h
  85. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestCaseSuite.h
  86. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestConfiguration.h
  87. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestContext.h
  88. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestContextScope.h
  89. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestDriver.h
  90. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestDriverInterface-Protocol.h
  91. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestExpectation.h
  92. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestExpectationDelegate-Protocol.h
  93. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestExpectationWaiter.h
  94. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestLog.h
  95. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestManager_IDEInterface-Protocol.h
  96. 54 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestManager_ManagerInterface-Protocol.h
  97. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestManager_TestsInterface-Protocol.h
  98. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestMisuseObserver.h
  99. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestObservation-Protocol.h
  100. 0 0
      WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestObservationCenter.h

BIN
.DS_Store


+ 4 - 5
README.md

@@ -1,15 +1,13 @@
 # dingding-ios-auto
 
-钉钉自动打卡 ios16
+钉钉自动打卡 ios16,WDA2是已签名版本
 
 ## lib pymobiledevice3
 ios:
-    mac 需要安装xcode -> wda 适配ios16,18请使用最新版:https://github.com/appium/WebDriverAgent
+    mac 需要安装xcode -> wda 适配ios16, 请使用最新版:https://github.com/appium/WebDriverAgent
     window 需要安装ituns 
     需要安装ptyhon3.9+的版本
     手机需要开启开发者模式
-    ios<17
-    wda:https://zhuanlan.zhihu.com/p/673319266
     
     xcode打包:
     ```
@@ -21,4 +19,5 @@ ios:
         $ zip -r WDA.ipa Payload
         # 打开ipa 删除所有XC开头的文件
     ```
-    重签名软件:https://dantheman827.github.io/ios-app-signer/
+    重签名软件:https://dantheman827.github.io/ios-app-signer/
+    wda:https://zhuanlan.zhihu.com/p/673319266

BIN
WDA.ipa


BIN
WDA2.ipa


+ 334 - 0
WebDriverAgent-10.0.0/.azure-pipelines.yml

@@ -0,0 +1,334 @@
+# https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml
+variables:
+  MIN_VM_IMAGE: macOS-13
+  MIN_XCODE_VERSION: 14.3.1
+  MIN_PLATFORM_VERSION: 16.4
+  MIN_TV_PLATFORM_VERSION: 16.4
+  MIN_TV_DEVICE_NAME: Apple TV 4K (3rd generation)
+  MIN_IPHONE_DEVICE_NAME: iPhone 14 Plus
+  MIN_IPAD_DEVICE_NAME: iPad Pro (11-inch) (4th generation)
+  MAX_VM_IMAGE: macOS-14
+  MAX_XCODE_VERSION: 15.4
+  MAX_PLATFORM_VERSION: 17.5
+  MAX_PLATFORM_VERSION_TV: 17.5
+  MAX_IPHONE_DEVICE_NAME: iPhone 15 Plus
+  MAX_TV_DEVICE_NAME: Apple TV 4K (3rd generation)
+  MAX_IPAD_DEVICE_NAME: iPad Air 11-inch (M2)
+  DEFAULT_NODE_VERSION: "18.x"
+
+trigger:
+  batch: true
+  branches:
+    include: [master]
+
+pr:
+  autoCancel: true
+  branches:
+    include: [master]
+
+pool:
+  vmImage: "$(MAX_VM_IMAGE)"
+
+
+parameters:
+- name: integrationJobs
+  type: object
+  default:
+  - action: int_test_1
+    dest: iphone
+  - action: int_test_2
+    dest: iphone
+  - action: int_test_3
+    dest: iphone
+  - action: int_test_1
+    dest: ipad
+  - action: int_test_2
+    dest: ipad
+  - action: int_test_3
+    dest: ipad
+
+
+stages:
+- stage: Unit_Tests_And_Linters
+  jobs:
+  # region Build
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: Generic_iOS_Build_Max_Xcode
+      action: build
+      target: runner
+      sdk: sim
+      dest: generic
+      codeSign: no
+      xcodeVersion: $(MAX_XCODE_VERSION)
+      vmImage: $(MAX_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: Generic_tvOS_Build_Max_Xcode
+      action: build
+      target: tv_runner
+      sdk: tv_sim
+      dest: tv_generic
+      codeSign: no
+      xcodeVersion: $(MAX_XCODE_VERSION)
+      vmImage: $(MAX_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: iOS_Build_Max_Xcode
+      action: build
+      target: runner
+      sdk: sim
+      iphoneModel: $(MAX_IPHONE_DEVICE_NAME)
+      ipadModel: $(MAX_IPAD_DEVICE_NAME)
+      iosVersion: $(MAX_PLATFORM_VERSION)
+      xcodeVersion: $(MAX_XCODE_VERSION)
+      vmImage: $(MAX_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: tvOS_Build_Max_Xcode
+      action: build
+      target: tv_runner
+      sdk: tv_sim
+      tvModel: $(MAX_TV_DEVICE_NAME)
+      tvVersion: $(MAX_PLATFORM_VERSION_TV)
+      xcodeVersion: $(MAX_XCODE_VERSION)
+      vmImage: $(MAX_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: Generic_iOS_Build_Min_Xcode
+      action: build
+      target: runner
+      sdk: sim
+      dest: generic
+      codeSign: no
+      xcodeVersion: $(MIN_XCODE_VERSION)
+      vmImage: $(MIN_VM_IMAGE)
+      extraXcArgs: IPHONEOS_DEPLOYMENT_TARGET=$(MIN_PLATFORM_VERSION)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: Generic_tvOS_Build_Min_Xcode
+      action: build
+      target: tv_runner
+      dest: tv_generic
+      sdk: tv_sim
+      codeSign: no
+      xcodeVersion: $(MIN_XCODE_VERSION)
+      vmImage: $(MIN_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: iOS_Build_Min_Xcode
+      action: build
+      target: runner
+      sdk: sim
+      iphoneModel: $(MIN_IPHONE_DEVICE_NAME)
+      ipadModel: $(MIN_IPAD_DEVICE_NAME)
+      iosVersion: $(MIN_PLATFORM_VERSION)
+      xcodeVersion: $(MIN_XCODE_VERSION)
+      vmImage: $(MIN_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: tvOS_Build_Min_Xcode
+      action: build
+      target: tv_runner
+      sdk: tv_sim
+      dest: tv
+      tvModel: $(MIN_TV_DEVICE_NAME)
+      tvVersion: $(MIN_TV_PLATFORM_VERSION)
+      xcodeVersion: $(MIN_XCODE_VERSION)
+      vmImage: $(MIN_VM_IMAGE)
+  # endregion
+
+  # region Analyze
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: iOS_Lib_Analyze_Max_Xcode
+      action: analyze
+      sdk: sim
+      target: lib
+      iphoneModel: $(MAX_IPHONE_DEVICE_NAME)
+      ipadModel: $(MAX_IPAD_DEVICE_NAME)
+      iosVersion: $(MAX_PLATFORM_VERSION)
+      xcodeVersion: $(MAX_XCODE_VERSION)
+      vmImage: $(MAX_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: iOS_Runner_Analyze_Max_Xcode
+      action: analyze
+      sdk: sim
+      target: runner
+      iphoneModel: $(MAX_IPHONE_DEVICE_NAME)
+      ipadModel: $(MAX_IPAD_DEVICE_NAME)
+      iosVersion: $(MAX_PLATFORM_VERSION)
+      xcodeVersion: $(MAX_XCODE_VERSION)
+      vmImage: $(MAX_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: tvOS_Lib_Analyze_Max_Xcode
+      action: analyze
+      target: tv_lib
+      sdk: tv_sim
+      tvModel: $(MAX_TV_DEVICE_NAME)
+      tvVersion: $(MAX_PLATFORM_VERSION_TV)
+      xcodeVersion: $(MAX_XCODE_VERSION)
+      vmImage: $(MAX_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: tvOS_Runner_Analyze_Max_Xcode
+      action: analyze
+      target: tv_runner
+      sdk: tv_sim
+      tvModel: $(MAX_TV_DEVICE_NAME)
+      tvVersion: $(MAX_PLATFORM_VERSION_TV)
+      xcodeVersion: $(MAX_XCODE_VERSION)
+      vmImage: $(MAX_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: iOS_Lib_Analyze_Min_Xcode
+      action: analyze
+      target: lib
+      sdk: sim
+      iphoneModel: $(MIN_IPHONE_DEVICE_NAME)
+      ipadModel: $(MIN_IPAD_DEVICE_NAME)
+      iosVersion: $(MIN_PLATFORM_VERSION)
+      xcodeVersion: $(MIN_XCODE_VERSION)
+      vmImage: $(MIN_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: iOS_Runner_Analyze_Min_Xcode
+      action: analyze
+      target: runner
+      sdk: sim
+      iphoneModel: $(MIN_IPHONE_DEVICE_NAME)
+      ipadModel: $(MIN_IPAD_DEVICE_NAME)
+      iosVersion: $(MIN_PLATFORM_VERSION)
+      xcodeVersion: $(MIN_XCODE_VERSION)
+      vmImage: $(MIN_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: tvOS_Lib_Analyze_Min_Xcode
+      action: analyze
+      target: tv_lib
+      sdk: tv_sim
+      tvModel: $(MIN_TV_DEVICE_NAME)
+      tvVersion: $(MIN_TV_PLATFORM_VERSION)
+      xcodeVersion: $(MIN_XCODE_VERSION)
+      vmImage: $(MIN_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: tvOS_Runner_Analyze_Min_Xcode
+      action: analyze
+      target: tv_runner
+      sdk: tv_sim
+      tvModel: $(MIN_TV_DEVICE_NAME)
+      tvVersion: $(MIN_TV_PLATFORM_VERSION)
+      xcodeVersion: $(MIN_XCODE_VERSION)
+      vmImage: $(MIN_VM_IMAGE)
+  # endregion
+
+  # region Unit Tests
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: iPhone_Unit_Test_Max_Xcode
+      action: unit_test
+      dest: iphone
+      target: lib
+      sdk: sim
+      iphoneModel: $(MAX_IPHONE_DEVICE_NAME)
+      ipadModel: $(MAX_IPAD_DEVICE_NAME)
+      iosVersion: $(MAX_PLATFORM_VERSION)
+      xcodeVersion: $(MAX_XCODE_VERSION)
+      vmImage: $(MAX_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: iPad_Unit_Test_Max_Xcode
+      action: unit_test
+      dest: ipad
+      target: lib
+      sdk: sim
+      iphoneModel: $(MAX_IPHONE_DEVICE_NAME)
+      ipadModel: $(MAX_IPAD_DEVICE_NAME)
+      iosVersion: $(MAX_PLATFORM_VERSION)
+      xcodeVersion: $(MAX_XCODE_VERSION)
+      vmImage: $(MAX_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: tvOS_Unit_Test_Max_Xcode
+      action: tv_unit_test
+      dest: tv
+      target: tv_lib
+      sdk: tv_sim
+      tvModel: $(MAX_TV_DEVICE_NAME)
+      tvVersion: $(MAX_PLATFORM_VERSION_TV)
+      xcodeVersion: $(MAX_XCODE_VERSION)
+      vmImage: $(MAX_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: iPhone_Unit_Test_Min_Xcode
+      action: unit_test
+      dest: iphone
+      target: lib
+      sdk: sim
+      iphoneModel: $(MIN_IPHONE_DEVICE_NAME)
+      ipadModel: $(MIN_IPAD_DEVICE_NAME)
+      iosVersion: $(MIN_PLATFORM_VERSION)
+      xcodeVersion: $(MIN_XCODE_VERSION)
+      vmImage: $(MIN_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: iPad_Unit_Test_Min_Xcode
+      action: unit_test
+      dest: ipad
+      target: lib
+      sdk: sim
+      iphoneModel: $(MIN_IPHONE_DEVICE_NAME)
+      ipadModel: $(MIN_IPAD_DEVICE_NAME)
+      iosVersion: $(MIN_PLATFORM_VERSION)
+      xcodeVersion: $(MIN_XCODE_VERSION)
+      vmImage: $(MIN_VM_IMAGE)
+  - template: ./azure-templates/base_job.yml
+    parameters:
+      name: tvOS_Unit_Test_Min_Xcode
+      action: tv_unit_test
+      dest: tv
+      target: tv_lib
+      sdk: tv_sim
+      tvModel: $(MIN_TV_DEVICE_NAME)
+      tvVersion: $(MIN_TV_PLATFORM_VERSION)
+      xcodeVersion: $(MIN_XCODE_VERSION)
+      vmImage: $(MIN_VM_IMAGE)
+  # endregion
+
+- stage: Integration_Tests
+  jobs:
+
+  # region Integration Tests Max Xcode
+  - ${{ each job in parameters.integrationJobs }}:
+    - template: ./azure-templates/base_job.yml
+      parameters:
+        name: ${{ job.dest }}_${{ job.action }}_Max_Xcode
+        action: ${{ job.action }}
+        dest: ${{ job.dest }}
+        target: lib
+        sdk: sim
+        iphoneModel: $(MAX_IPHONE_DEVICE_NAME)
+        ipadModel: $(MAX_IPAD_DEVICE_NAME)
+        iosVersion: $(MAX_PLATFORM_VERSION)
+        xcodeVersion: $(MAX_XCODE_VERSION)
+        vmImage: $(MAX_VM_IMAGE)
+  # endregion
+
+  # region Integration Tests Min Xcode
+  - ${{ each job in parameters.integrationJobs }}:
+    - template: ./azure-templates/base_job.yml
+      parameters:
+        name: ${{ job.dest }}_${{ job.action }}_Min_Xcode
+        action: ${{ job.action }}
+        dest: ${{ job.dest }}
+        target: lib
+        sdk: sim
+        iphoneModel: $(MIN_IPHONE_DEVICE_NAME)
+        ipadModel: $(MIN_IPAD_DEVICE_NAME)
+        iosVersion: $(MIN_PLATFORM_VERSION)
+        xcodeVersion: $(MIN_XCODE_VERSION)
+        vmImage: $(MIN_VM_IMAGE)
+  # endregion

+ 0 - 0
WebDriverAgent-5.8.0/.github/ISSUE_TEMPLATE.md → WebDriverAgent-10.0.0/.github/ISSUE_TEMPLATE.md


+ 0 - 0
WebDriverAgent-5.8.0/.github/dependabot.yml → WebDriverAgent-10.0.0/.github/dependabot.yml


+ 57 - 0
WebDriverAgent-10.0.0/.github/workflows/functional-test.yml

@@ -0,0 +1,57 @@
+name: Functional Tests
+
+on: [pull_request]
+
+concurrency:
+  group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+  cancel-in-progress: true
+
+jobs:
+  test:
+    strategy:
+      fail-fast: false
+      matrix:
+        test_targets:
+          - HOST_OS: 'macos-15'
+            XCODE_VERSION: '16.4'
+            IOS_VERSION: '18.4'
+            IOS_MODEL: iPhone 16 Plus
+          - HOST_OS: 'macos-14'
+            XCODE_VERSION: '15.4'
+            IOS_VERSION: '17.5'
+            IOS_MODEL: iPhone 15 Plus
+
+    # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
+    runs-on: ${{matrix.test_targets.HOST_OS}}
+    steps:
+    - uses: actions/checkout@v3
+    - uses: actions/setup-node@v3
+      with:
+        node-version: lts/*
+    - uses: maxim-lobanov/setup-xcode@v1
+      with:
+        xcode-version: ${{matrix.test_targets.XCODE_VERSION}}
+    - run: |
+        npm install
+        mkdir -p ./Resources/WebDriverAgent.bundle
+      name: Install dev dependencies
+
+    - name: Prepare iOS simulator
+      env:
+        DEVICE_NAME: ${{matrix.test_targets.IOS_MODEL}}
+        PLATFORM_VERSION: ${{matrix.test_targets.IOS_VERSION}}
+      run: |
+        open -Fn "$(xcode-select -p)/Applications/Simulator.app"
+        udid=$(xcrun simctl list devices available -j | \
+          node -p "Object.entries(JSON.parse(fs.readFileSync(0)).devices).filter((x) => x[0].includes('$PLATFORM_VERSION'.replace('.', '-'))).reduce((acc, x) => [...acc, ...x[1]], []).find(({name}) => name === '$DEVICE_NAME').udid")
+        xcrun simctl bootstatus $udid -b
+        xcrun simctl shutdown $udid
+
+    - run: npm run e2e-test
+      name: Run functional tests
+      env:
+        CI: true
+        _FORCE_LOGS: 1
+        _LOG_TIMESTAMP: 1
+        DEVICE_NAME: ${{matrix.test_targets.IOS_MODEL}}
+        PLATFORM_VERSION: ${{matrix.test_targets.IOS_VERSION}}

+ 15 - 0
WebDriverAgent-10.0.0/.github/workflows/pr-title.yml

@@ -0,0 +1,15 @@
+name: Conventional Commits
+on:
+  pull_request:
+
+
+jobs:
+  lint:
+    name: https://www.conventionalcommits.org
+    runs-on: ubuntu-latest
+    steps:
+      - uses: beemojs/conventional-pr-action@v3
+        with:
+          config-preset: angular
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

+ 102 - 0
WebDriverAgent-10.0.0/.github/workflows/publish.js.yml

@@ -0,0 +1,102 @@
+# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
+# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
+
+name: Release
+
+on:
+  workflow_dispatch:
+  push:
+    branches: [ master ]
+
+permissions:
+  contents: write
+  pull-requests: write
+  issues: write
+
+jobs:
+  build:
+    runs-on: macos-15
+
+    env:
+      XCODE_VERSION: 16.3
+      # Available destination for simulators depend on Xcode version.
+      DESTINATION_SIM: platform=iOS Simulator,name=iPhone 16 Plus
+      DESTINATION_SIM_TVOS: platform=tvOS Simulator,name=Apple TV 4K (3rd generation)
+
+    steps:
+    - uses: actions/checkout@v2
+    - name: Use Node.js
+      uses: actions/setup-node@v3
+      with:
+        node-version: lts/*
+    - uses: maxim-lobanov/setup-xcode@v1
+      with:
+        xcode-version: "${{ env.XCODE_VERSION }}"
+    - run: npm install --no-package-lock
+      name: Install dev dependencies
+    - run: npm run build
+      name: Run build
+    - run: npm run test
+      name: Run test
+
+    # building WDA packages
+    - name: Building iOS
+      run: sh $GITHUB_WORKSPACE/Scripts/ci/build-real.sh
+      env:
+        DERIVED_DATA_PATH: appium_wda_ios
+        SCHEME: WebDriverAgentRunner
+        DESTINATION: generic/platform=iOS
+        WD: appium_wda_ios/Build/Products/Debug-iphoneos
+        ZIP_PKG_NAME: WebDriverAgentRunner-Runner.zip
+    - name: Building tvOS
+      run: sh $GITHUB_WORKSPACE/Scripts/ci/build-real.sh
+      env:
+        DERIVED_DATA_PATH: appium_wda_tvos
+        SCHEME: WebDriverAgentRunner_tvOS
+        DESTINATION: generic/platform=tvOS
+        WD: appium_wda_tvos/Build/Products/Debug-appletvos
+        ZIP_PKG_NAME: WebDriverAgentRunner_tvOS-Runner.zip
+    - name: Building iOS sim arm64
+      run: sh $GITHUB_WORKSPACE/Scripts/ci/build-sim.sh
+      env:
+        DERIVED_DATA_PATH: appium_wda_ios_sim_arm64
+        SCHEME: WebDriverAgentRunner
+        DESTINATION: ${{ env.DESTINATION_SIM }}
+        WD: appium_wda_ios_sim_arm64/Build/Products/Debug-iphonesimulator
+        ZIP_PKG_NAME: WebDriverAgentRunner-Build-Sim-arm64.zip
+        ARCHS: arm64
+    - name: Building iOS sim x86_64
+      run: sh $GITHUB_WORKSPACE/Scripts/ci/build-sim.sh
+      env:
+        DERIVED_DATA_PATH: appium_wda_ios_sim_x86_64
+        SCHEME: WebDriverAgentRunner
+        DESTINATION: ${{ env.DESTINATION_SIM }}
+        WD: appium_wda_ios_sim_x86_64/Build/Products/Debug-iphonesimulator
+        ZIP_PKG_NAME: WebDriverAgentRunner-Build-Sim-x86_64.zip
+        ARCHS: x86_64
+    - name: Building tvOS sim arm64
+      run: sh $GITHUB_WORKSPACE/Scripts/ci/build-sim.sh
+      env:
+        DERIVED_DATA_PATH: appium_wda_tvos_sim_arm64
+        SCHEME: WebDriverAgentRunner_tvOS
+        DESTINATION: ${{ env.DESTINATION_SIM_TVOS }}
+        WD: appium_wda_tvos_sim_arm64/Build/Products/Debug-appletvsimulator
+        ZIP_PKG_NAME: WebDriverAgentRunner_tvOS-Build-Sim-arm64.zip
+        ARCHS: arm64
+    - name: Building tvOS sim x86_64
+      run: sh $GITHUB_WORKSPACE/Scripts/ci/build-sim.sh
+      env:
+        DERIVED_DATA_PATH: appium_wda_tvos_sim_x86_64
+        SCHEME: WebDriverAgentRunner_tvOS
+        DESTINATION: ${{ env.DESTINATION_SIM_TVOS }}
+        WD: appium_wda_tvos_sim_x86_64/Build/Products/Debug-appletvsimulator
+        ZIP_PKG_NAME: WebDriverAgentRunner_tvOS-Build-Sim-x86_64.zip
+        ARCHS: x86_64
+
+    # release tasks
+    - run: npx semantic-release
+      env:
+        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+        NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+      name: Release
+

+ 33 - 0
WebDriverAgent-10.0.0/.github/workflows/unit-test.yml

@@ -0,0 +1,33 @@
+name: Unit Tests
+
+on: [pull_request, push]
+
+
+jobs:
+  prepare_matrix:
+    runs-on: ubuntu-latest
+    outputs:
+      versions: ${{ steps.generate-matrix.outputs.lts }}
+    steps:
+    - name: Select all current LTS versions of Node.js
+      id: generate-matrix
+      uses: msimerson/node-lts-versions@v1
+
+  test:
+    needs:
+    - prepare_matrix
+    strategy:
+      matrix:
+        node-version: ${{ fromJSON(needs.prepare_matrix.outputs.versions) }}
+    runs-on: macos-latest
+    steps:
+    - uses: actions/checkout@v3
+    - uses: actions/setup-node@v3
+      with:
+        node-version: ${{ matrix.node-version }}
+    - run: npm install --no-package-lock
+      name: Install dev dependencies
+    - run: npm run lint
+      name: Run linter
+    - run: npm run test
+      name: Run unit tests

+ 111 - 0
WebDriverAgent-10.0.0/.github/workflows/wda-package.yml

@@ -0,0 +1,111 @@
+name: Building WebDriverAgent
+
+on:
+  workflow_dispatch:
+  workflow_run:
+    workflows: ["Release"]
+    types:
+      - completed
+
+env:
+  HOST: macos-15
+  XCODE_VERSION: 16.3
+  DESTINATION_SIM: platform=iOS Simulator,name=iPhone 16 Plus
+  DESTINATION_SIM_tvOS: platform=tvOS Simulator,name=Apple TV 4K (3rd generation)
+
+jobs:
+  host_machine:
+    runs-on: ubuntu-latest
+    outputs:
+      host: ${{ steps.macos_host.outputs.host }}
+    steps:
+      - run: |
+          echo "host=${{ env.HOST }}" >> $GITHUB_OUTPUT
+        id: macos_host
+
+  for_real_devices:
+    needs: [host_machine]
+    name: Build WDA for real iOS and tvOS devices
+    runs-on: ${{ needs.host_machine.outputs.host }}
+
+    env:
+      PKG_NAME_IOS: "WebDriverAgentRunner-Runner"
+      ZIP_PKG_NAME_IOS: "WebDriverAgentRunner-Runner.zip"
+      PKG_NAME_TVOS: "WebDriverAgentRunner_tvOS-Runner"
+      ZIP_PKG_NAME_TVOS: "WebDriverAgentRunner_tvOS-Runner.zip"
+
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v4
+      - uses: maxim-lobanov/setup-xcode@v1
+        with:
+          xcode-version: "${{ env.XCODE_VERSION }}"
+      - name: Create a zip file of WebDriverAgentRunner-Runner.app for iOS
+        run: sh $GITHUB_WORKSPACE/Scripts/ci/build-real.sh
+        env:
+          DERIVED_DATA_PATH: appium_wda_ios
+          SCHEME: WebDriverAgentRunner
+          DESTINATION: generic/platform=iOS
+          WD: appium_wda_ios/Build/Products/Debug-iphoneos
+          ZIP_PKG_NAME: "${{ env.ZIP_PKG_NAME_IOS }}"
+
+      - name: Create a zip file of WebDriverAgentRunner-Runner.app for tvOS
+        run: sh $GITHUB_WORKSPACE/Scripts/ci/build-real.sh
+        env:
+          DERIVED_DATA_PATH: appium_wda_tvos
+          SCHEME: WebDriverAgentRunner_tvOS
+          DESTINATION: generic/platform=tvOS
+          WD: appium_wda_tvos/Build/Products/Debug-appletvos
+          ZIP_PKG_NAME: "${{ env.ZIP_PKG_NAME_TVOS }}"
+
+      - name: Upload the built generic app package for iOS
+        uses: actions/upload-artifact@master
+        with:
+          name: "${{ env.PKG_NAME_IOS }}"
+          path: "${{ env.ZIP_PKG_NAME_IOS }}"
+      - name: Upload the built generic app package for tvOS
+        uses: actions/upload-artifact@master
+        with:
+          name: "${{ env.PKG_NAME_TVOS }}"
+          path: "${{ env.ZIP_PKG_NAME_TVOS }}"
+
+  for_simulator_devices:
+    needs: [host_machine]
+    name: Build WDA for ${{ matrix.target }} simulators
+    runs-on: ${{ needs.host_machine.outputs.host }}
+
+    strategy:
+      matrix:
+        include:
+          - target: ''
+            arch: x86_64
+            simulator_name: Debug-iphonesimulator
+          - target: ''
+            arch: arm64
+            simulator_name: Debug-iphonesimulator
+          - target: '_tvOS'
+            arch: x86_64
+            simulator_name: Debug-appletvsimulator
+          - target: '_tvOS'
+            arch: arm64
+            simulator_name: Debug-appletvsimulator
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - uses: maxim-lobanov/setup-xcode@v1
+        with:
+          xcode-version: "${{ env.XCODE_VERSION }}"
+      - name: Create a zip of WebDriverAgentRunner${{ matrix.target }} for simulator for ${{ matrix.arch }}
+        run: |
+          DESTINATION=$DESTINATION_SIM${{ matrix.target }} sh $GITHUB_WORKSPACE/Scripts/ci/build-sim.sh
+        env:
+          SCHEME: WebDriverAgentRunner${{ matrix.target }}
+          ARCHS: ${{ matrix.arch }}
+          ZIP_PKG_NAME: "WebDriverAgentRunner${{ matrix.target }}-Build-Sim-${{ matrix.arch }}.zip"
+          DERIVED_DATA_PATH: wda_build
+          WD: wda_build/Build/Products/${{ matrix.simulator_name }}
+      - name: Upload the built generic app package for WebDriverAgentRunner${{ matrix.target }} with ${{ matrix.arch }}
+        uses: actions/upload-artifact@master
+        with:
+          name: "WebDriverAgentRunner${{ matrix.target }}-Build-Sim-${{ matrix.arch }}"
+          path: "WebDriverAgentRunner${{ matrix.target }}-Build-Sim-${{ matrix.arch }}.zip"

+ 0 - 0
WebDriverAgent-5.8.0/.gitignore → WebDriverAgent-10.0.0/.gitignore


+ 0 - 0
WebDriverAgent-5.8.0/.mocharc.js → WebDriverAgent-10.0.0/.mocharc.js


+ 0 - 0
WebDriverAgent-5.8.0/.npmrc → WebDriverAgent-10.0.0/.npmrc


+ 45 - 0
WebDriverAgent-10.0.0/.releaserc

@@ -0,0 +1,45 @@
+{
+  "plugins": [
+    ["@semantic-release/commit-analyzer", {
+      "preset": "angular",
+      "releaseRules": [
+        {"type": "chore", "release": "patch"}
+      ]
+    }],
+    ["@semantic-release/release-notes-generator", {
+      "preset": "conventionalcommits",
+      "presetConfig": {
+        "types": [
+          {"type": "feat", "section": "Features"},
+          {"type": "fix", "section": "Bug Fixes"},
+          {"type": "perf", "section": "Performance Improvements"},
+          {"type": "revert", "section": "Reverts"},
+          {"type": "chore", "section": "Miscellaneous Chores"},
+          {"type": "refactor", "section": "Code Refactoring"},
+          {"type": "docs", "section": "Documentation", "hidden": true},
+          {"type": "style", "section": "Styles", "hidden": true},
+          {"type": "test", "section": "Tests", "hidden": true},
+          {"type": "build", "section": "Build System", "hidden": true},
+          {"type": "ci", "section": "Continuous Integration", "hidden": true}
+        ]
+      }
+    }],
+    ["@semantic-release/changelog", {
+      "changelogFile": "CHANGELOG.md"
+    }],
+    "@semantic-release/npm",
+    ["@semantic-release/git", {
+      "assets": ["docs", "package.json", "CHANGELOG.md"],
+      "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
+    }],
+    ["@semantic-release/github", {
+      "assets": [
+        "WebDriverAgentRunner-Runner.zip",
+        "WebDriverAgentRunner_tvOS-Runner.zip",
+        "WebDriverAgentRunner-Build-Sim-arm64.zip",
+        "WebDriverAgentRunner-Build-Sim-x86_64.zip",
+        "WebDriverAgentRunner_tvOS-Build-Sim-arm64.zip",
+        "WebDriverAgentRunner_tvOS-Build-Sim-x86_64.zip"
+    ]}]
+  ]
+}

+ 1336 - 0
WebDriverAgent-10.0.0/CHANGELOG.md

@@ -0,0 +1,1336 @@
+## [10.0.0](https://github.com/appium/WebDriverAgent/compare/v9.15.3...v10.0.0) (2025-08-17)
+
+### ⚠ BREAKING CHANGES
+
+* Required Node.js version has been bumped to ^20.19.0 || ^22.12.0 || >=24.0.0
+* Required npm version has been bumped to >=10
+* Required base driver version has been bumped to >=10.0.0-rc.1
+
+### Features
+
+* Update server compatibility ([#1051](https://github.com/appium/WebDriverAgent/issues/1051)) ([f9ea1e5](https://github.com/appium/WebDriverAgent/commit/f9ea1e5e2f5306030387d5293f073b2a6fe658e7))
+
+## [9.15.3](https://github.com/appium/WebDriverAgent/compare/v9.15.2...v9.15.3) (2025-08-12)
+
+### Miscellaneous Chores
+
+* Cache application instances for their PIDs ([#1049](https://github.com/appium/WebDriverAgent/issues/1049)) ([e9cbf64](https://github.com/appium/WebDriverAgent/commit/e9cbf640c21243c304b476a497f33802e0501a7d))
+
+## [9.15.2](https://github.com/appium/WebDriverAgent/compare/v9.15.1...v9.15.2) (2025-08-04)
+
+### Miscellaneous Chores
+
+* bump appium-ios-device to 2.9.0 ([#1047](https://github.com/appium/WebDriverAgent/issues/1047)) ([305019d](https://github.com/appium/WebDriverAgent/commit/305019d4dde89853e44c58170e17ec23c89de2f3))
+
+## [9.15.1](https://github.com/appium/WebDriverAgent/compare/v9.15.0...v9.15.1) (2025-07-17)
+
+### Miscellaneous Chores
+
+* Remove the redundant check after activating the system app ([#1043](https://github.com/appium/WebDriverAgent/issues/1043)) ([33ccba1](https://github.com/appium/WebDriverAgent/commit/33ccba1ab3bc2980349f8553fd30aa5b08141b6b))
+
+## [9.15.0](https://github.com/appium/WebDriverAgent/compare/v9.14.6...v9.15.0) (2025-07-10)
+
+### Features
+
+* HTTPS support for wda-client if webDriverAgentUrl is set ([#1042](https://github.com/appium/WebDriverAgent/issues/1042)) ([f7c4193](https://github.com/appium/WebDriverAgent/commit/f7c41939c793cdbc62e9c14d8eb91e06957bb566))
+
+## [9.14.6](https://github.com/appium/WebDriverAgent/compare/v9.14.5...v9.14.6) (2025-06-24)
+
+### Miscellaneous Chores
+
+* add missing arch ([#1039](https://github.com/appium/WebDriverAgent/issues/1039)) ([a8dd958](https://github.com/appium/WebDriverAgent/commit/a8dd958bd92ef685bc1798ec04e92080b798d7d2))
+
+## [9.14.5](https://github.com/appium/WebDriverAgent/compare/v9.14.4...v9.14.5) (2025-06-24)
+
+### Miscellaneous Chores
+
+* keep entire app for simulators ([d2bbcc6](https://github.com/appium/WebDriverAgent/commit/d2bbcc6d7af6b8eea076e24cd18429b74eeaffd6))
+
+## [9.14.4](https://github.com/appium/WebDriverAgent/compare/v9.14.3...v9.14.4) (2025-06-23)
+
+### Miscellaneous Chores
+
+* include wda sim prebuilt for gh release ([#1038](https://github.com/appium/WebDriverAgent/issues/1038)) ([4423ecb](https://github.com/appium/WebDriverAgent/commit/4423ecb4f23c50343d8ffbf56a7753b985cbab81))
+
+## [9.14.3](https://github.com/appium/WebDriverAgent/compare/v9.14.2...v9.14.3) (2025-06-13)
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump sinon from 20.0.0 to 21.0.0 ([#1034](https://github.com/appium/WebDriverAgent/issues/1034)) ([5b205f4](https://github.com/appium/WebDriverAgent/commit/5b205f493f35cd1744cf9e33bce21e0f9e7c3bea))
+
+## [9.14.2](https://github.com/appium/WebDriverAgent/compare/v9.14.1...v9.14.2) (2025-06-10)
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump @types/node from 22.15.31 to 24.0.0 ([#1033](https://github.com/appium/WebDriverAgent/issues/1033)) ([e9705d9](https://github.com/appium/WebDriverAgent/commit/e9705d964e63222daaf0710bd3b860ca2ba6850f))
+
+## [9.14.1](https://github.com/appium/WebDriverAgent/compare/v9.14.0...v9.14.1) (2025-06-09)
+
+### Miscellaneous Chores
+
+* add -Wno-reserved-identifier option ([#1032](https://github.com/appium/WebDriverAgent/issues/1032)) ([005dc21](https://github.com/appium/WebDriverAgent/commit/005dc216d9f41757763fe5b1714b68697fa8ee30))
+
+## [9.14.0](https://github.com/appium/WebDriverAgent/compare/v9.13.0...v9.14.0) (2025-06-09)
+
+### Features
+
+* add minimum and maximum value attributes to page source ([#1031](https://github.com/appium/WebDriverAgent/issues/1031)) ([0e4e7e7](https://github.com/appium/WebDriverAgent/commit/0e4e7e7c483b9196edae576481f4e37f99fc8705))
+
+## [9.13.0](https://github.com/appium/WebDriverAgent/compare/v9.12.0...v9.13.0) (2025-06-05)
+
+### Features
+
+* expose nativeFrame attribute in XML page source ([#1029](https://github.com/appium/WebDriverAgent/issues/1029)) ([5b56a45](https://github.com/appium/WebDriverAgent/commit/5b56a453f836cbc4358ce24ae43032658467c35c))
+
+## [9.12.0](https://github.com/appium/WebDriverAgent/compare/v9.11.0...v9.12.0) (2025-06-04)
+
+### Features
+
+* add accessibility traits to XML page source ([#1028](https://github.com/appium/WebDriverAgent/issues/1028)) ([2df6649](https://github.com/appium/WebDriverAgent/commit/2df6649cb532d65a8c14633591b76c90185644cb))
+
+## [9.11.0](https://github.com/appium/WebDriverAgent/compare/v9.10.1...v9.11.0) (2025-06-03)
+
+### Features
+
+* Add includeHittableInSource setting for including real hittable attribute in XML source ([#1026](https://github.com/appium/WebDriverAgent/issues/1026)) ([0fa4e74](https://github.com/appium/WebDriverAgent/commit/0fa4e7417404b5975445d381d111753fe681edd4))
+
+## [9.10.1](https://github.com/appium/WebDriverAgent/compare/v9.10.0...v9.10.1) (2025-05-30)
+
+### Miscellaneous Chores
+
+* Make sure the same import style is used everywhere ([#1024](https://github.com/appium/WebDriverAgent/issues/1024)) ([1c50072](https://github.com/appium/WebDriverAgent/commit/1c50072457a8b82eec3684029386ccfa9432eccc))
+
+## [9.10.0](https://github.com/appium/WebDriverAgent/compare/v9.9.0...v9.10.0) (2025-05-27)
+
+### Features
+
+* Add accessibility traits of the element ([#1020](https://github.com/appium/WebDriverAgent/issues/1020)) ([9465aaf](https://github.com/appium/WebDriverAgent/commit/9465aafd5e81ef57be7f78e9f2e188d3c1ba1bee))
+
+### Bug Fixes
+
+* Use native snapshots if hittable attribute is requested in xPath ([#1023](https://github.com/appium/WebDriverAgent/issues/1023)) ([49d26cb](https://github.com/appium/WebDriverAgent/commit/49d26cb02a8515d1a1b52b65b7cb65512dfd749b))
+
+## [9.9.0](https://github.com/appium/WebDriverAgent/compare/v9.8.0...v9.9.0) (2025-05-26)
+
+### Features
+
+* Use another snapshotting mechanism for the hittable attribute calculation ([#1022](https://github.com/appium/WebDriverAgent/issues/1022)) ([13c9f45](https://github.com/appium/WebDriverAgent/commit/13c9f453d890ad9b78fa7c47728ebae33880966a))
+
+## [9.8.0](https://github.com/appium/WebDriverAgent/compare/v9.7.1...v9.8.0) (2025-05-21)
+
+### Features
+
+* Add a native frame property of the element ([#1017](https://github.com/appium/WebDriverAgent/issues/1017)) ([09214c4](https://github.com/appium/WebDriverAgent/commit/09214c4228ed5a49c02adead452cb0bb8dd83b6d))
+
+## [9.7.1](https://github.com/appium/WebDriverAgent/compare/v9.7.0...v9.7.1) (2025-05-21)
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump conventional-changelog-conventionalcommits ([#1019](https://github.com/appium/WebDriverAgent/issues/1019)) ([7108f7f](https://github.com/appium/WebDriverAgent/commit/7108f7f79575a1758bc7f05bd4ef790fd7694784))
+
+## [9.7.0](https://github.com/appium/WebDriverAgent/compare/v9.6.3...v9.7.0) (2025-05-20)
+
+### Features
+
+* add placeholderValue to page source tree ([#1016](https://github.com/appium/WebDriverAgent/issues/1016)) ([509c207](https://github.com/appium/WebDriverAgent/commit/509c207b1366dd8582ba273edcdf77bfb30f53c9))
+
+## [9.6.3](https://github.com/appium/WebDriverAgent/compare/v9.6.2...v9.6.3) (2025-05-18)
+
+### Miscellaneous Chores
+
+* Move the FBDoesElementSupportInnerText helper to a separate utility file ([#1018](https://github.com/appium/WebDriverAgent/issues/1018)) ([f17b07d](https://github.com/appium/WebDriverAgent/commit/f17b07d03abb6c2100405fda04326b7c35bfb48b))
+
+## [9.6.2](https://github.com/appium/WebDriverAgent/compare/v9.6.1...v9.6.2) (2025-05-01)
+
+### Bug Fixes
+
+* release element screenshot data ([#1013](https://github.com/appium/WebDriverAgent/issues/1013)) ([a85f327](https://github.com/appium/WebDriverAgent/commit/a85f3271991556941234fbc888528051b1569db1))
+
+## [9.6.1](https://github.com/appium/WebDriverAgent/compare/v9.6.0...v9.6.1) (2025-04-22)
+
+### Bug Fixes
+
+* allow setting precise resolution for the MJPEG stream ([#1009](https://github.com/appium/WebDriverAgent/issues/1009)) ([3f86eda](https://github.com/appium/WebDriverAgent/commit/3f86edafda42d955929f7cca870e2b8da54ae930))
+
+## [9.6.0](https://github.com/appium/WebDriverAgent/compare/v9.5.2...v9.6.0) (2025-04-20)
+
+### Features
+
+* Split custom and standard snapshotting methods ([#1008](https://github.com/appium/WebDriverAgent/issues/1008)) ([8358856](https://github.com/appium/WebDriverAgent/commit/8358856f5968977b13d5cbdafac97f3053dae56e))
+
+## [9.5.2](https://github.com/appium/WebDriverAgent/compare/v9.5.1...v9.5.2) (2025-04-19)
+
+### Bug Fixes
+
+* Missing text in long text for get text/value ([#1007](https://github.com/appium/WebDriverAgent/issues/1007)) ([6603a0b](https://github.com/appium/WebDriverAgent/commit/6603a0ba384917d39389509958ccac03ad174610))
+
+## [9.5.1](https://github.com/appium/WebDriverAgent/compare/v9.5.0...v9.5.1) (2025-04-10)
+
+### Bug Fixes
+
+* Make sure we don't store element snapshot in the cache ([#1001](https://github.com/appium/WebDriverAgent/issues/1001)) ([cfe052b](https://github.com/appium/WebDriverAgent/commit/cfe052bb3adb3f3b24d0a34f386c60cf1516b308))
+
+## [9.5.0](https://github.com/appium/WebDriverAgent/compare/v9.4.1...v9.5.0) (2025-04-10)
+
+### Features
+
+* Add support for the autoClickAlertSelector setting ([#1002](https://github.com/appium/WebDriverAgent/issues/1002)) ([fd31b95](https://github.com/appium/WebDriverAgent/commit/fd31b9589199d0a7bc76919f6aa7c7c74c498b90))
+
+## [9.4.1](https://github.com/appium/WebDriverAgent/compare/v9.4.0...v9.4.1) (2025-04-05)
+
+### Miscellaneous Chores
+
+* bump appium-ios-simulator ([445741d](https://github.com/appium/WebDriverAgent/commit/445741d03313019016d4232f49e656d50f673f16))
+
+## [9.4.0](https://github.com/appium/WebDriverAgent/compare/v9.3.3...v9.4.0) (2025-04-02)
+
+### Features
+
+* Always apply the native snapshotting strategy for XCUIApplication instances ([#998](https://github.com/appium/WebDriverAgent/issues/998)) ([60f5aef](https://github.com/appium/WebDriverAgent/commit/60f5aeffdda85faffd60aba416dc9d92987f19ac))
+
+## [9.3.3](https://github.com/appium/WebDriverAgent/compare/v9.3.2...v9.3.3) (2025-03-27)
+
+### Bug Fixes
+
+* Properly set snapshot lookup scope if limitXpathContextScope is disabled ([#996](https://github.com/appium/WebDriverAgent/issues/996)) ([03ca7cd](https://github.com/appium/WebDriverAgent/commit/03ca7cd27b7cd92a45b344eb661db973c5dde809))
+
+## [9.3.2](https://github.com/appium/WebDriverAgent/compare/v9.3.1...v9.3.2) (2025-03-26)
+
+### Bug Fixes
+
+* Adjust limitXPathContextScope setting name ([#995](https://github.com/appium/WebDriverAgent/issues/995)) ([9789e39](https://github.com/appium/WebDriverAgent/commit/9789e393b55bc682a9a8ef5a65fba5e4dbf752ce))
+
+## [9.3.1](https://github.com/appium/WebDriverAgent/compare/v9.3.0...v9.3.1) (2025-03-25)
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump sinon from 19.0.5 to 20.0.0 ([#994](https://github.com/appium/WebDriverAgent/issues/994)) ([f55462f](https://github.com/appium/WebDriverAgent/commit/f55462f4fa63314dfea48670d17ee54dc5fe2d96))
+
+## [9.3.0](https://github.com/appium/WebDriverAgent/compare/v9.2.0...v9.3.0) (2025-03-21)
+
+### Features
+
+* Add /window/rect W3C endpoint ([#991](https://github.com/appium/WebDriverAgent/issues/991)) ([34f9510](https://github.com/appium/WebDriverAgent/commit/34f95107997bdec63219a2fd917de899de3e198c))
+
+## [9.2.0](https://github.com/appium/WebDriverAgent/compare/v9.1.0...v9.2.0) (2025-03-13)
+
+### Features
+
+* Add 'limitXpathContextScope' setting ([#988](https://github.com/appium/WebDriverAgent/issues/988)) ([9c9d8af](https://github.com/appium/WebDriverAgent/commit/9c9d8af9c98ba7b2843a42f54354b78e126d2d27))
+
+## [9.1.0](https://github.com/appium/WebDriverAgent/compare/v9.0.6...v9.1.0) (2025-03-09)
+
+### Features
+
+* add placeholderValue ([#987](https://github.com/appium/WebDriverAgent/issues/987)) ([8c3a1cb](https://github.com/appium/WebDriverAgent/commit/8c3a1cb30655ed8d1a77d25bbeca71ee48c2ec3e))
+
+## [9.0.6](https://github.com/appium/WebDriverAgent/compare/v9.0.5...v9.0.6) (2025-02-28)
+
+### Bug Fixes
+
+* optimize LRU cache ([#985](https://github.com/appium/WebDriverAgent/issues/985)) ([46dc417](https://github.com/appium/WebDriverAgent/commit/46dc417da9f4a843838b414c0b154d6f478dbc0b))
+
+## [9.0.5](https://github.com/appium/WebDriverAgent/compare/v9.0.4...v9.0.5) (2025-02-26)
+
+### Bug Fixes
+
+* add autorelease pool to drain temporary objects ([#983](https://github.com/appium/WebDriverAgent/issues/983)) ([f92f1cd](https://github.com/appium/WebDriverAgent/commit/f92f1cde0fe914086103a110844bbe3bc0e3c4a6))
+
+## [9.0.4](https://github.com/appium/WebDriverAgent/compare/v9.0.3...v9.0.4) (2025-02-21)
+
+### Bug Fixes
+
+* Accept reqBasePath proxy option ([#982](https://github.com/appium/WebDriverAgent/issues/982)) ([19efbdd](https://github.com/appium/WebDriverAgent/commit/19efbdd69ff9edff20c0c318bd39c29963d4d51d))
+
+## [9.0.3](https://github.com/appium/WebDriverAgent/compare/v9.0.2...v9.0.3) (2025-02-05)
+
+### Bug Fixes
+
+* add nullable signature ([#979](https://github.com/appium/WebDriverAgent/issues/979)) ([34b303c](https://github.com/appium/WebDriverAgent/commit/34b303c4e226d6a75a45a14eee7ca5e253e67737))
+
+## [9.0.2](https://github.com/appium/WebDriverAgent/compare/v9.0.1...v9.0.2) (2025-02-03)
+
+### Bug Fixes
+
+* update docs link in xcodebuild error message ([#978](https://github.com/appium/WebDriverAgent/issues/978)) ([ea3863a](https://github.com/appium/WebDriverAgent/commit/ea3863a67d5cfa8bc2e48a1dc2c59052acd47937))
+
+## [9.0.1](https://github.com/appium/WebDriverAgent/compare/v9.0.0...v9.0.1) (2025-01-17)
+
+### Miscellaneous Chores
+
+* Optimize stable instance retrieval ([#973](https://github.com/appium/WebDriverAgent/issues/973)) ([f2c752d](https://github.com/appium/WebDriverAgent/commit/f2c752db4707b3864efb62b95b64abb487d28e4b))
+
+## [9.0.0](https://github.com/appium/WebDriverAgent/compare/v8.12.2...v9.0.0) (2025-01-16)
+
+### ⚠ BREAKING CHANGES
+
+* snapshotTimeout and customSnapshotTimeout settings have been removed as a result of the custom snapshotting logic removal
+
+### Features
+
+* Refactor snapshotting mechanism ([#970](https://github.com/appium/WebDriverAgent/issues/970)) ([08f1306](https://github.com/appium/WebDriverAgent/commit/08f13060119c710f53b34a98c95683287c0365a0))
+
+## [8.12.2](https://github.com/appium/WebDriverAgent/compare/v8.12.1...v8.12.2) (2025-01-13)
+
+### Miscellaneous Chores
+
+* Exclude element visibility and accessibility info from the accessibility audit details ([#968](https://github.com/appium/WebDriverAgent/issues/968)) ([f62afc3](https://github.com/appium/WebDriverAgent/commit/f62afc372c123bdd8dd7bb493f653bb128144d24))
+
+## [8.12.1](https://github.com/appium/WebDriverAgent/compare/v8.12.0...v8.12.1) (2025-01-03)
+
+### Miscellaneous Chores
+
+* Bump eslint ([#965](https://github.com/appium/WebDriverAgent/issues/965)) ([17f49ec](https://github.com/appium/WebDriverAgent/commit/17f49ec5a54e97b0ef0d20a3e39fc96b32575e43))
+
+## [8.12.0](https://github.com/appium/WebDriverAgent/compare/v8.11.3...v8.12.0) (2024-12-13)
+
+### Features
+
+* look for critical notification in respectSystemAlerts ([#962](https://github.com/appium/WebDriverAgent/issues/962)) ([916c8c5](https://github.com/appium/WebDriverAgent/commit/916c8c557a9366608df211f33b5b7fbb0354dad3))
+
+## [8.11.3](https://github.com/appium/WebDriverAgent/compare/v8.11.2...v8.11.3) (2024-12-06)
+
+### Miscellaneous Chores
+
+* **deps:** bump @appium/support from 5.1.8 to 6.0.0 ([#960](https://github.com/appium/WebDriverAgent/issues/960)) ([dbeb09c](https://github.com/appium/WebDriverAgent/commit/dbeb09c89f8c02e00a7bdffe7899650d435f3575))
+
+## [8.11.2](https://github.com/appium/WebDriverAgent/compare/v8.11.1...v8.11.2) (2024-12-03)
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump mocha from 10.8.2 to 11.0.1 ([#959](https://github.com/appium/WebDriverAgent/issues/959)) ([55b49c8](https://github.com/appium/WebDriverAgent/commit/55b49c83581c9e88f70806d98015238de3104f19))
+
+## [8.11.1](https://github.com/appium/WebDriverAgent/compare/v8.11.0...v8.11.1) (2024-11-11)
+
+### Miscellaneous Chores
+
+* bump appium-ios-device ([#955](https://github.com/appium/WebDriverAgent/issues/955)) ([021f349](https://github.com/appium/WebDriverAgent/commit/021f34901866f4a7870914c00781b83bd0cbddc4))
+
+## [8.11.0](https://github.com/appium/WebDriverAgent/compare/v8.10.1...v8.11.0) (2024-11-11)
+
+### Features
+
+* Add support for excluded_attributes in JSON source hierarchy ([#953](https://github.com/appium/WebDriverAgent/issues/953)) ([6112223](https://github.com/appium/WebDriverAgent/commit/6112223b21026fae5545fe1b1433a09c67ff524b))
+
+## [8.10.1](https://github.com/appium/WebDriverAgent/compare/v8.10.0...v8.10.1) (2024-11-10)
+
+### Miscellaneous Chores
+
+* remove unnecessary lines ([#954](https://github.com/appium/WebDriverAgent/issues/954)) ([940df80](https://github.com/appium/WebDriverAgent/commit/940df80937381b481a2762fbf86b6249804591bd))
+
+## [8.10.0](https://github.com/appium/WebDriverAgent/compare/v8.9.4...v8.10.0) (2024-11-07)
+
+### Features
+
+* add useClearTextShortcut setting ([#952](https://github.com/appium/WebDriverAgent/issues/952)) ([61bc051](https://github.com/appium/WebDriverAgent/commit/61bc051180d691d26233c66a5a76ed20b7fa09d2))
+
+## [8.9.4](https://github.com/appium/WebDriverAgent/compare/v8.9.3...v8.9.4) (2024-10-17)
+
+### Bug Fixes
+
+* Consider transient overlay windows when respectSystemAlerts is enabled ([#946](https://github.com/appium/WebDriverAgent/issues/946)) ([f0bdce7](https://github.com/appium/WebDriverAgent/commit/f0bdce7eb8fdb13d2309d28e936950c77f006b20))
+
+## [8.9.3](https://github.com/appium/WebDriverAgent/compare/v8.9.2...v8.9.3) (2024-10-07)
+
+### Miscellaneous Chores
+
+* remove unused FBBaseActionsParser and cleanup imports in FBConfiguration ([#943](https://github.com/appium/WebDriverAgent/issues/943)) ([a2173d0](https://github.com/appium/WebDriverAgent/commit/a2173d05df8ef831310e805a8e6a8a8d17725201))
+
+## [8.9.2](https://github.com/appium/WebDriverAgent/compare/v8.9.1...v8.9.2) (2024-09-13)
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump sinon from 18.0.1 to 19.0.1 ([#938](https://github.com/appium/WebDriverAgent/issues/938)) ([3ef0093](https://github.com/appium/WebDriverAgent/commit/3ef009317801dca47efe34bd048d3cab2e644ee2))
+
+## [8.9.1](https://github.com/appium/WebDriverAgent/compare/v8.9.0...v8.9.1) (2024-08-09)
+
+### Bug Fixes
+
+* Update swizzling of waitForQuiescenceIncludingAnimationsIdle: API for Xcode16-beta5 ([#935](https://github.com/appium/WebDriverAgent/issues/935)) ([2ccc436](https://github.com/appium/WebDriverAgent/commit/2ccc436991ca880a1dfdec688dc8167008fe382d))
+
+## [8.9.0](https://github.com/appium/WebDriverAgent/compare/v8.8.0...v8.9.0) (2024-08-07)
+
+### Features
+
+* Add idleTimeoutMs param to the openUrl call ([#933](https://github.com/appium/WebDriverAgent/issues/933)) ([5e98841](https://github.com/appium/WebDriverAgent/commit/5e98841f56eda6454d67d813b921bfcf98f1ff78))
+
+### Bug Fixes
+
+* Revert the logic to open the default URL in Safari via deeplink ([#932](https://github.com/appium/WebDriverAgent/issues/932)) ([7c51145](https://github.com/appium/WebDriverAgent/commit/7c5114518509c9a399845283eca7708248fb838f))
+
+## [8.8.0](https://github.com/appium/WebDriverAgent/compare/v8.7.12...v8.8.0) (2024-08-06)
+
+### Features
+
+* Open the default URL in Safari upon session startup ([#929](https://github.com/appium/WebDriverAgent/issues/929)) ([97cf91d](https://github.com/appium/WebDriverAgent/commit/97cf91de34dc53e5f75f91829dc43224101c1b45))
+
+## [8.7.12](https://github.com/appium/WebDriverAgent/compare/v8.7.11...v8.7.12) (2024-08-02)
+
+### Miscellaneous Chores
+
+* Replace fancy-log dependency with appium logger ([#928](https://github.com/appium/WebDriverAgent/issues/928)) ([5d2ec24](https://github.com/appium/WebDriverAgent/commit/5d2ec249488655451e2d46384e560fee7e08e840))
+
+## [8.7.11](https://github.com/appium/WebDriverAgent/compare/v8.7.10...v8.7.11) (2024-07-29)
+
+### Bug Fixes
+
+* Respond to /health with a proper HTML ([#925](https://github.com/appium/WebDriverAgent/issues/925)) ([42c519f](https://github.com/appium/WebDriverAgent/commit/42c519f9df7beec81175fd38af388975d6f6b800))
+
+## [8.7.10](https://github.com/appium/WebDriverAgent/compare/v8.7.9...v8.7.10) (2024-07-29)
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump @types/node from 20.14.13 to 22.0.0 ([#926](https://github.com/appium/WebDriverAgent/issues/926)) ([1699023](https://github.com/appium/WebDriverAgent/commit/1699023086a243c3d86ddae4da8342c6beda3f48))
+
+## [8.7.9](https://github.com/appium/WebDriverAgent/compare/v8.7.8...v8.7.9) (2024-07-21)
+
+### Miscellaneous Chores
+
+* keep error handling for the future possible usage ([#921](https://github.com/appium/WebDriverAgent/issues/921)) ([2f90739](https://github.com/appium/WebDriverAgent/commit/2f90739340d70073b48c703b36b9a313d3618972))
+
+## [8.7.8](https://github.com/appium/WebDriverAgent/compare/v8.7.7...v8.7.8) (2024-07-18)
+
+### Bug Fixes
+
+* do nothing for an empty array in w3c actions ([#919](https://github.com/appium/WebDriverAgent/issues/919)) ([9e70ec1](https://github.com/appium/WebDriverAgent/commit/9e70ec1dbec1d1844278a58297a5b956ebaeb7fc))
+
+## [8.7.7](https://github.com/appium/WebDriverAgent/compare/v8.7.6...v8.7.7) (2024-07-18)
+
+### Bug Fixes
+
+* Pass-through modifier keys ([#918](https://github.com/appium/WebDriverAgent/issues/918)) ([29d0e5c](https://github.com/appium/WebDriverAgent/commit/29d0e5cb2a19809e1babb06e5adaa49b43c754a5))
+
+## [8.7.6](https://github.com/appium/WebDriverAgent/compare/v8.7.5...v8.7.6) (2024-07-02)
+
+### Miscellaneous Chores
+
+* Simplify xcodebuild lines monitoring ([#916](https://github.com/appium/WebDriverAgent/issues/916)) ([87678f2](https://github.com/appium/WebDriverAgent/commit/87678f260c98b3a3bc3d37017e9ef39098ccb3c4))
+
+## [8.7.5](https://github.com/appium/WebDriverAgent/compare/v8.7.4...v8.7.5) (2024-06-26)
+
+### Bug Fixes
+
+* Respect wdaRemotePort capability for real devices ([#915](https://github.com/appium/WebDriverAgent/issues/915)) ([03ea143](https://github.com/appium/WebDriverAgent/commit/03ea1439a9cc5b6495be60707bc474e3ae9bdb06))
+
+## [8.7.4](https://github.com/appium/WebDriverAgent/compare/v8.7.3...v8.7.4) (2024-06-20)
+
+### Miscellaneous Chores
+
+* Bump chai and chai-as-promised ([#913](https://github.com/appium/WebDriverAgent/issues/913)) ([9086783](https://github.com/appium/WebDriverAgent/commit/90867832ec3077f0036938aa68a168a5702fc90a))
+
+## [8.7.3](https://github.com/appium/WebDriverAgent/compare/v8.7.2...v8.7.3) (2024-06-12)
+
+### Miscellaneous Chores
+
+* **deps:** bump @appium/support from 4.5.0 to 5.0.3 ([#910](https://github.com/appium/WebDriverAgent/issues/910)) ([936005b](https://github.com/appium/WebDriverAgent/commit/936005b458e7b5b64b60d9bda37d45bb5a90e615))
+
+## [8.7.2](https://github.com/appium/WebDriverAgent/compare/v8.7.1...v8.7.2) (2024-06-04)
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump sinon from 17.0.2 to 18.0.0 ([#903](https://github.com/appium/WebDriverAgent/issues/903)) ([87e4ba5](https://github.com/appium/WebDriverAgent/commit/87e4ba5ce3868d99ac889795039936be119ef87a))
+
+## [8.7.1](https://github.com/appium/WebDriverAgent/compare/v8.7.0...v8.7.1) (2024-06-04)
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump semantic-release from 23.1.1 to 24.0.0 and conventional-changelog-conventionalcommits to 8.0.0 ([#908](https://github.com/appium/WebDriverAgent/issues/908)) ([26019ec](https://github.com/appium/WebDriverAgent/commit/26019eca9b7331353e26a1014bc4afcecc0450f3))
+
+## [8.7.0](https://github.com/appium/WebDriverAgent/compare/v8.6.0...v8.7.0) (2024-06-01)
+
+
+### Features
+
+* Add a setting to respect system alerts while detecting active apps ([#907](https://github.com/appium/WebDriverAgent/issues/907)) ([5c82d66](https://github.com/appium/WebDriverAgent/commit/5c82d66890b1a74f9b6f698c87590b2154a6c1bd))
+
+## [8.6.0](https://github.com/appium/WebDriverAgent/compare/v8.5.7...v8.6.0) (2024-05-17)
+
+
+### Features
+
+* support maxTypingFrequency in settings api ([#904](https://github.com/appium/WebDriverAgent/issues/904)) ([fa4776a](https://github.com/appium/WebDriverAgent/commit/fa4776a2bfa15cbec8bba35d8ed11318d9629934))
+
+## [8.5.7](https://github.com/appium/WebDriverAgent/compare/v8.5.6...v8.5.7) (2024-05-16)
+
+
+### Miscellaneous Chores
+
+* Update dev dependencies ([e49dcf2](https://github.com/appium/WebDriverAgent/commit/e49dcf2afb0a10edc7085ac56d297234c00d57b0))
+
+## [8.5.6](https://github.com/appium/WebDriverAgent/compare/v8.5.5...v8.5.6) (2024-04-20)
+
+
+### Bug Fixes
+
+* unit test for linux ([#894](https://github.com/appium/WebDriverAgent/issues/894)) ([3a90158](https://github.com/appium/WebDriverAgent/commit/3a9015898d70b177cb6cbfcaf412dfa3c4ec3865))
+
+## [8.5.5](https://github.com/appium/WebDriverAgent/compare/v8.5.4...v8.5.5) (2024-04-20)
+
+
+### Bug Fixes
+
+* xcode warning about com.facebook.wda.lib ([#892](https://github.com/appium/WebDriverAgent/issues/892)) ([6398079](https://github.com/appium/WebDriverAgent/commit/63980796d8f40bd68ffb5af4b085a2348e544a13))
+
+## [8.5.4](https://github.com/appium/WebDriverAgent/compare/v8.5.3...v8.5.4) (2024-04-20)
+
+
+### Miscellaneous Chores
+
+* remove old iOS/Xcode related test code and errors ([#890](https://github.com/appium/WebDriverAgent/issues/890)) ([2fd0dea](https://github.com/appium/WebDriverAgent/commit/2fd0dead0c86d6be08e040360dec9ea085ba0392))
+
+## [8.5.3](https://github.com/appium/WebDriverAgent/compare/v8.5.2...v8.5.3) (2024-04-19)
+
+
+### Miscellaneous Chores
+
+* update integerationapp for newer OS env ([#891](https://github.com/appium/WebDriverAgent/issues/891)) ([2c78348](https://github.com/appium/WebDriverAgent/commit/2c7834842afeb1aec77e953ce11ac3c43c839431))
+
+## [8.5.2](https://github.com/appium/WebDriverAgent/compare/v8.5.1...v8.5.2) (2024-04-09)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump @typescript-eslint/parser from 6.21.0 to 7.6.0 ([#888](https://github.com/appium/WebDriverAgent/issues/888)) ([ead75eb](https://github.com/appium/WebDriverAgent/commit/ead75eb87a5c8e94088bace8f372ab137dcf57ad))
+* Remove extra imports ([fb25742](https://github.com/appium/WebDriverAgent/commit/fb25742a07a2fbcb0365a48d54117267c7c916df))
+
+## [8.5.1](https://github.com/appium/WebDriverAgent/compare/v8.5.0...v8.5.1) (2024-04-08)
+
+
+### Miscellaneous Chores
+
+* Add more type declarations ([#886](https://github.com/appium/WebDriverAgent/issues/886)) ([9ca7632](https://github.com/appium/WebDriverAgent/commit/9ca7632faf999931e7f5edf47267fcce6d6392b2))
+
+## [8.5.0](https://github.com/appium/WebDriverAgent/compare/v8.4.0...v8.5.0) (2024-04-07)
+
+
+### Features
+
+* Add types for WDA caps and settings ([#885](https://github.com/appium/WebDriverAgent/issues/885)) ([4b3c220](https://github.com/appium/WebDriverAgent/commit/4b3c220c0c609802924b7b6ff9a4dfa7a98eb5f4))
+
+## [8.4.0](https://github.com/appium/WebDriverAgent/compare/v8.3.1...v8.4.0) (2024-04-01)
+
+
+### Features
+
+* add system screen size/width in the system info endpoint ([#881](https://github.com/appium/WebDriverAgent/issues/881)) ([5ebc71c](https://github.com/appium/WebDriverAgent/commit/5ebc71c6ca2b364d44a44716e794885f8d3b6d9c))
+
+## [8.3.1](https://github.com/appium/WebDriverAgent/compare/v8.3.0...v8.3.1) (2024-03-31)
+
+
+### Miscellaneous Chores
+
+* do not cleanup with this.usePrebuiltWDA ([#882](https://github.com/appium/WebDriverAgent/issues/882)) ([0436e95](https://github.com/appium/WebDriverAgent/commit/0436e95752826bee7786577ac1bc0d056af11bc8))
+
+## [8.3.0](https://github.com/appium/WebDriverAgent/compare/v8.2.1...v8.3.0) (2024-03-29)
+
+
+### Features
+
+* Add module version to the /status output ([#878](https://github.com/appium/WebDriverAgent/issues/878)) ([a9603f8](https://github.com/appium/WebDriverAgent/commit/a9603f82acbdacdeb7a55b857512ba35353a4bc3))
+
+## [8.2.1](https://github.com/appium/WebDriverAgent/compare/v8.2.0...v8.2.1) (2024-03-28)
+
+
+### Miscellaneous Chores
+
+* wait for wda start in sim as well for preinstalled wda start ([#876](https://github.com/appium/WebDriverAgent/issues/876)) ([6c8920a](https://github.com/appium/WebDriverAgent/commit/6c8920adddb373b463259c3e6c14cb3c49ecbf2b))
+
+## [8.2.0](https://github.com/appium/WebDriverAgent/compare/v8.1.0...v8.2.0) (2024-03-28)
+
+
+### Features
+
+* Add a capability to customize the default  state change timeout on app startup ([#877](https://github.com/appium/WebDriverAgent/issues/877)) ([98351c3](https://github.com/appium/WebDriverAgent/commit/98351c358367e67e63701612fd3702d53437e12e))
+
+## [8.1.0](https://github.com/appium/WebDriverAgent/compare/v8.0.2...v8.1.0) (2024-03-26)
+
+
+### Features
+
+* add updatedWDABundleIdSuffix to handle bundle id for updatedWDABundleId with usePreinstalledWDA ([#871](https://github.com/appium/WebDriverAgent/issues/871)) ([d79b624](https://github.com/appium/WebDriverAgent/commit/d79b6245966baaa57f7a1f785d7f9b4ea5a7f104))
+
+## [8.0.2](https://github.com/appium/WebDriverAgent/compare/v8.0.1...v8.0.2) (2024-03-26)
+
+
+### Miscellaneous Chores
+
+* **deps:** bump appium-ios-simulator from 5.5.3 to 6.0.0 ([#874](https://github.com/appium/WebDriverAgent/issues/874)) ([72f2a97](https://github.com/appium/WebDriverAgent/commit/72f2a97ec31dbb3c66e5f459e0d7fd417c197d5d))
+
+## [8.0.1](https://github.com/appium/WebDriverAgent/compare/v8.0.0...v8.0.1) (2024-03-26)
+
+
+### Miscellaneous Chores
+
+* use bundle id outside opts for this.device.devicectl.launchApp ([#872](https://github.com/appium/WebDriverAgent/issues/872)) ([e2aeda2](https://github.com/appium/WebDriverAgent/commit/e2aeda2f2020f4014cba478b459e47954175f597))
+
+## [8.0.0](https://github.com/appium/WebDriverAgent/compare/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](https://github.com/appium/WebDriverAgent/issues/870)) ([090b815](https://github.com/appium/WebDriverAgent/commit/090b815ae47e1ef0e0a9842fac6828346bc38fe6))
+
+## [7.3.1](https://github.com/appium/WebDriverAgent/compare/v7.3.0...v7.3.1) (2024-03-24)
+
+
+### Miscellaneous Chores
+
+* move node-simctl to dev deps ([#869](https://github.com/appium/WebDriverAgent/issues/869)) ([9033759](https://github.com/appium/WebDriverAgent/commit/90337597e6c480c790cf299e160bc53731c0a87d))
+
+## [7.3.0](https://github.com/appium/WebDriverAgent/compare/v7.2.0...v7.3.0) (2024-03-23)
+
+
+### Features
+
+* Support prebuiltWDAPath for iOS 17 ([#868](https://github.com/appium/WebDriverAgent/issues/868)) ([39194d4](https://github.com/appium/WebDriverAgent/commit/39194d4ac6d0072c1214088ff5c15c986969914c))
+
+## [7.2.0](https://github.com/appium/WebDriverAgent/compare/v7.1.2...v7.2.0) (2024-03-21)
+
+
+### Features
+
+* Enable usePreinstalledWDA feature for simulators ([#866](https://github.com/appium/WebDriverAgent/issues/866)) ([7c684e2](https://github.com/appium/WebDriverAgent/commit/7c684e2def9dd968de1cf89e4ec26403a52ba805))
+
+## [7.1.2](https://github.com/appium/WebDriverAgent/compare/v7.1.1...v7.1.2) (2024-03-14)
+
+
+### Bug Fixes
+
+* Always assume en0 is the WiFi interface ([#864](https://github.com/appium/WebDriverAgent/issues/864)) ([6dbfb3f](https://github.com/appium/WebDriverAgent/commit/6dbfb3f2ec8e0bfa5a42c6f8ab882893bfe3f534))
+
+## [7.1.1](https://github.com/appium/WebDriverAgent/compare/v7.1.0...v7.1.1) (2024-03-13)
+
+
+### Bug Fixes
+
+* respect defaultActiveApplication in activeApplication selection ([#862](https://github.com/appium/WebDriverAgent/issues/862)) ([b1ddae2](https://github.com/appium/WebDriverAgent/commit/b1ddae2be3fd3f7c87de79e804d82cf7c13dc56e))
+
+## [7.1.0](https://github.com/appium/WebDriverAgent/compare/v7.0.6...v7.1.0) (2024-03-07)
+
+
+### Features
+
+* Add wrappers for native XCTest video recorder ([#858](https://github.com/appium/WebDriverAgent/issues/858)) ([9728548](https://github.com/appium/WebDriverAgent/commit/9728548676c8de67c30d127ee8b0374f58286e74))
+
+
+### Miscellaneous Chores
+
+* bump typescript ([89880f5](https://github.com/appium/WebDriverAgent/commit/89880f509f930f16f6469bcda613569040c337b6))
+
+## [7.0.6](https://github.com/appium/WebDriverAgent/compare/v7.0.5...v7.0.6) (2024-03-03)
+
+
+### Miscellaneous Chores
+
+* Handle app startup errors as session creation exceptions ([#855](https://github.com/appium/WebDriverAgent/issues/855)) ([0ec5398](https://github.com/appium/WebDriverAgent/commit/0ec5398e9cb4b0e5ab133cc0c330b85b3d37766e))
+
+## [7.0.5](https://github.com/appium/WebDriverAgent/compare/v7.0.4...v7.0.5) (2024-03-03)
+
+
+### Reverts
+
+* Revert "chore: tune release packages (#856)" (#857) ([dc72015](https://github.com/appium/WebDriverAgent/commit/dc720157a60925451e6d5935abcd168082d44785)), closes [#856](https://github.com/appium/WebDriverAgent/issues/856) [#857](https://github.com/appium/WebDriverAgent/issues/857)
+
+## [7.0.4](https://github.com/appium/WebDriverAgent/compare/v7.0.3...v7.0.4) (2024-03-03)
+
+
+### Miscellaneous Chores
+
+* dummy commit to trigger a release ([0cb66c5](https://github.com/appium/WebDriverAgent/commit/0cb66c5edc91c191d5ec412ba0a479e07cb4214b))
+
+## [7.0.3](https://github.com/appium/WebDriverAgent/compare/v7.0.2...v7.0.3) (2024-03-03)
+
+
+### Miscellaneous Chores
+
+* tune release packages ([#856](https://github.com/appium/WebDriverAgent/issues/856)) ([aa0765e](https://github.com/appium/WebDriverAgent/commit/aa0765e425faba6c035a9933320e91679b167b80))
+
+## [7.0.2](https://github.com/appium/WebDriverAgent/compare/v7.0.1...v7.0.2) (2024-02-28)
+
+
+### Miscellaneous Chores
+
+* Tune alert detection if system app is active ([#854](https://github.com/appium/WebDriverAgent/issues/854)) ([857d3de](https://github.com/appium/WebDriverAgent/commit/857d3decf497935098ba6acb61654be1da173b11))
+
+## [7.0.1](https://github.com/appium/WebDriverAgent/compare/v7.0.0...v7.0.1) (2024-02-21)
+
+
+### Miscellaneous Chores
+
+* Simplify the logic of alert element detection ([#851](https://github.com/appium/WebDriverAgent/issues/851)) ([54f91f1](https://github.com/appium/WebDriverAgent/commit/54f91f198e45535ea9d86b7eee40b21f43f84294))
+
+## [7.0.0](https://github.com/appium/WebDriverAgent/compare/v6.1.1...v7.0.0) (2024-02-12)
+
+
+### ⚠ BREAKING CHANGES
+
+* The following REST endpoints have been removed, use W3C actions instead:
+- /wda/touch/perform
+- /wda/touch/multi/perform
+
+### Features
+
+* Remove obsolete MJSONWP touch actions ([#847](https://github.com/appium/WebDriverAgent/issues/847)) ([d77f640](https://github.com/appium/WebDriverAgent/commit/d77f640867155fddbbbc9575f0a77802602865e7))
+
+## [6.1.1](https://github.com/appium/WebDriverAgent/compare/v6.1.0...v6.1.1) (2024-02-11)
+
+
+### Miscellaneous Chores
+
+* Make sure the app under test is restarted if opened from a deep link ([#846](https://github.com/appium/WebDriverAgent/issues/846)) ([88b0a5b](https://github.com/appium/WebDriverAgent/commit/88b0a5b0f8aefa05a7dc28d17faf62c229e0706f))
+
+## [6.1.0](https://github.com/appium/WebDriverAgent/compare/v6.0.0...v6.1.0) (2024-02-10)
+
+
+### Features
+
+* Add a possibility of starting a test with a deep link ([#845](https://github.com/appium/WebDriverAgent/issues/845)) ([aa25e49](https://github.com/appium/WebDriverAgent/commit/aa25e49fa9821960b08e9f4f3ea5891ebdf7d48d))
+
+## [6.0.0](https://github.com/appium/WebDriverAgent/compare/v5.15.8...v6.0.0) (2024-01-31)
+
+
+### ⚠ BREAKING CHANGES
+
+* The  /wda/tap/:uuid endpoint has been replaced by /wda/element/:uuid/tap and /wda/tap ones
+
+### Features
+
+* Add coordinate-based APIs for gesture calls ([#843](https://github.com/appium/WebDriverAgent/issues/843)) ([feda373](https://github.com/appium/WebDriverAgent/commit/feda373b6147d3e87b29dceb871887c77febe76b))
+
+## [5.15.8](https://github.com/appium/WebDriverAgent/compare/v5.15.7...v5.15.8) (2024-01-24)
+
+
+### Bug Fixes
+
+* use arm64 naming for xctestrun ([#840](https://github.com/appium/WebDriverAgent/issues/840)) ([429e154](https://github.com/appium/WebDriverAgent/commit/429e154c28ab2f17685723b02c941efce03984d4))
+
+## [5.15.7](https://github.com/appium/WebDriverAgent/compare/v5.15.6...v5.15.7) (2024-01-16)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump semantic-release from 22.0.12 to 23.0.0 ([#836](https://github.com/appium/WebDriverAgent/issues/836)) ([a3ac2c5](https://github.com/appium/WebDriverAgent/commit/a3ac2c58786955507a34d0adcc4a53cd30f55014))
+
+
+### Code Refactoring
+
+* Ditch FBApplication in favour of XCUIApplication extensions ([#834](https://github.com/appium/WebDriverAgent/issues/834)) ([70a8d98](https://github.com/appium/WebDriverAgent/commit/70a8d98bc15d8fc615455be07fad9c37ff8d430b))
+
+## [5.15.6](https://github.com/appium/WebDriverAgent/compare/v5.15.5...v5.15.6) (2024-01-06)
+
+
+### Miscellaneous Chores
+
+* Update keyboard typing implementation ([#832](https://github.com/appium/WebDriverAgent/issues/832)) ([06cfb3b](https://github.com/appium/WebDriverAgent/commit/06cfb3b2b895a0bec681218fce658bdfcb4d13e9))
+
+## [5.15.5](https://github.com/appium/WebDriverAgent/compare/v5.15.4...v5.15.5) (2023-12-13)
+
+
+### Miscellaneous Chores
+
+* use appearance for get as well if available ([#825](https://github.com/appium/WebDriverAgent/issues/825)) ([89e233d](https://github.com/appium/WebDriverAgent/commit/89e233d8aef5a19491785fee0823fd8eddbd5fcc))
+
+## [5.15.4](https://github.com/appium/WebDriverAgent/compare/v5.15.3...v5.15.4) (2023-12-07)
+
+
+### Bug Fixes
+
+* set appearance in iOS 17+ ([#818](https://github.com/appium/WebDriverAgent/issues/818)) ([357a2cb](https://github.com/appium/WebDriverAgent/commit/357a2cbca106daf42bc892b251802bfa00895598))
+
+## [5.15.3](https://github.com/appium/WebDriverAgent/compare/v5.15.2...v5.15.3) (2023-11-24)
+
+
+### Miscellaneous Chores
+
+* Make xcodebuild error message more helpful ([#816](https://github.com/appium/WebDriverAgent/issues/816)) ([2d7fc03](https://github.com/appium/WebDriverAgent/commit/2d7fc0370b30e5e3adc9a13002fa95f607c4c160))
+
+## [5.15.2](https://github.com/appium/WebDriverAgent/compare/v5.15.1...v5.15.2) (2023-11-23)
+
+
+### Bug Fixes
+
+* fix run test ci ([#814](https://github.com/appium/WebDriverAgent/issues/814)) ([014d04d](https://github.com/appium/WebDriverAgent/commit/014d04df956e47fef67938b089511e80d344f007))
+
+
+### Miscellaneous Chores
+
+* a dummy commit to check a package release ([08388fd](https://github.com/appium/WebDriverAgent/commit/08388fd602ee9d588a8780e8d141d748813782ed))
+
+## [5.15.1](https://github.com/appium/WebDriverAgent/compare/v5.15.0...v5.15.1) (2023-11-16)
+
+
+### Bug Fixes
+
+* Content-Type of the MJPEG server ([b4704da](https://github.com/appium/WebDriverAgent/commit/b4704dafc4567e1f0dc8675facfc48a195aae4bf))
+
+
+### Code Refactoring
+
+* Optimize screenshots preprocessing ([#812](https://github.com/appium/WebDriverAgent/issues/812)) ([0b41757](https://github.com/appium/WebDriverAgent/commit/0b41757c0d21004afab32860b4e510d4bc426018))
+
+## [5.15.0](https://github.com/appium/WebDriverAgent/compare/v5.14.0...v5.15.0) (2023-11-16)
+
+
+### Features
+
+* Add element attributes to the performAccessibilityAudit output ([#808](https://github.com/appium/WebDriverAgent/issues/808)) ([0d7e4a6](https://github.com/appium/WebDriverAgent/commit/0d7e4a697adb7355279583eaa05118f396056e6f))
+
+## [5.14.0](https://github.com/appium/WebDriverAgent/compare/v5.13.3...v5.14.0) (2023-11-10)
+
+
+### Features
+
+* use khidusage_keyboardclear to `clear` for iOS/iPad as the 1st attempt, tune tvOS ([#811](https://github.com/appium/WebDriverAgent/issues/811)) ([dd093ea](https://github.com/appium/WebDriverAgent/commit/dd093ea0b7209c3d2f3d0b1fa7f3a7b58507dd2d))
+
+## [5.13.3](https://github.com/appium/WebDriverAgent/compare/v5.13.2...v5.13.3) (2023-11-10)
+
+
+### Bug Fixes
+
+* unrecognized selector sent to instance 0x2829adb20 error in clear ([#809](https://github.com/appium/WebDriverAgent/issues/809)) ([79832bc](https://github.com/appium/WebDriverAgent/commit/79832bc6c69e289091fbbb97aee6a1f1d17ca4c3))
+
+## [5.13.2](https://github.com/appium/WebDriverAgent/compare/v5.13.1...v5.13.2) (2023-11-06)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump @types/sinon from 10.0.20 to 17.0.0 ([#805](https://github.com/appium/WebDriverAgent/issues/805)) ([824f74c](https://github.com/appium/WebDriverAgent/commit/824f74c69769973858350bd5db0061510c546b09))
+
+## [5.13.1](https://github.com/appium/WebDriverAgent/compare/v5.13.0...v5.13.1) (2023-11-01)
+
+
+### Miscellaneous Chores
+
+* **deps:** bump asyncbox from 2.9.4 to 3.0.0 ([#803](https://github.com/appium/WebDriverAgent/issues/803)) ([0f2305d](https://github.com/appium/WebDriverAgent/commit/0f2305d2559dc0807d7df0d0e06f7fc3c549701c))
+
+## [5.13.0](https://github.com/appium/WebDriverAgent/compare/v5.12.3...v5.13.0) (2023-10-31)
+
+
+### Features
+
+* Add "elementDescription" property to audit issues containing the debug description of an element ([#802](https://github.com/appium/WebDriverAgent/issues/802)) ([9925af4](https://github.com/appium/WebDriverAgent/commit/9925af44ec5fbfb66e6f034dfd93a6c25de48661))
+
+## [5.12.3](https://github.com/appium/WebDriverAgent/compare/v5.12.2...v5.12.3) (2023-10-31)
+
+
+### Miscellaneous Chores
+
+* Return better error on WDA startup timeout ([#801](https://github.com/appium/WebDriverAgent/issues/801)) ([796d5e7](https://github.com/appium/WebDriverAgent/commit/796d5e743676b174221e27e739a0164f4b91533c))
+
+## [5.12.2](https://github.com/appium/WebDriverAgent/compare/v5.12.1...v5.12.2) (2023-10-29)
+
+
+### Miscellaneous Chores
+
+* return operation error in `handleKeyboardInput` ([#799](https://github.com/appium/WebDriverAgent/issues/799)) ([247ace6](https://github.com/appium/WebDriverAgent/commit/247ace68f373c09054fabc3be088061089946806))
+
+## [5.12.1](https://github.com/appium/WebDriverAgent/compare/v5.12.0...v5.12.1) (2023-10-28)
+
+
+### Bug Fixes
+
+* when 0 is given for handleKeyboardInput ([#798](https://github.com/appium/WebDriverAgent/issues/798)) ([58ebe8e](https://github.com/appium/WebDriverAgent/commit/58ebe8eb52966963ee30a5c066beb3bf9fed3161))
+
+## [5.12.0](https://github.com/appium/WebDriverAgent/compare/v5.11.7...v5.12.0) (2023-10-26)
+
+
+### Features
+
+* Add an endpoint for keyboard input ([#797](https://github.com/appium/WebDriverAgent/issues/797)) ([aaf70c9](https://github.com/appium/WebDriverAgent/commit/aaf70c9196e4dcb2073da151cda23b2b221d4dae))
+
+## [5.11.7](https://github.com/appium/WebDriverAgent/compare/v5.11.6...v5.11.7) (2023-10-25)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.9.0 ([#796](https://github.com/appium/WebDriverAgent/issues/796)) ([dabf141](https://github.com/appium/WebDriverAgent/commit/dabf141acd3186b1c27231ef52826fa42208c980))
+
+## [5.11.6](https://github.com/appium/WebDriverAgent/compare/v5.11.5...v5.11.6) (2023-10-25)
+
+
+### Miscellaneous Chores
+
+* disable debugger for wda ([#768](https://github.com/appium/WebDriverAgent/issues/768)) ([e2f4405](https://github.com/appium/WebDriverAgent/commit/e2f4405a3449f1f4d390eae06bf91a220e81b58b))
+
+## [5.11.5](https://github.com/appium/WebDriverAgent/compare/v5.11.4...v5.11.5) (2023-10-23)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump eslint-config-prettier from 8.10.0 to 9.0.0 ([#791](https://github.com/appium/WebDriverAgent/issues/791)) ([f130961](https://github.com/appium/WebDriverAgent/commit/f130961f189f2746d4a2b0a18105fc10203312ca))
+* **deps-dev:** bump lint-staged from 14.0.1 to 15.0.2 ([#792](https://github.com/appium/WebDriverAgent/issues/792)) ([440279d](https://github.com/appium/WebDriverAgent/commit/440279d4f6d069e440180faf4bee8e5dc1758787))
+* **deps-dev:** bump semantic-release from 21.1.2 to 22.0.5 ([#781](https://github.com/appium/WebDriverAgent/issues/781)) ([a967183](https://github.com/appium/WebDriverAgent/commit/a96718308dbd6b13feb30e6ce8f01a7d9b74b146))
+
+## [5.11.4](https://github.com/appium/WebDriverAgent/compare/v5.11.3...v5.11.4) (2023-10-23)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump sinon from 16.1.3 to 17.0.0 ([#795](https://github.com/appium/WebDriverAgent/issues/795)) ([4921899](https://github.com/appium/WebDriverAgent/commit/4921899d96800dbcd59a9c27ba793ad16d0c715b))
+
+## [5.11.3](https://github.com/appium/WebDriverAgent/compare/v5.11.2...v5.11.3) (2023-10-21)
+
+
+### Miscellaneous Chores
+
+* use PRODUCT_BUNDLE_IDENTIFIER to info.plist ([#794](https://github.com/appium/WebDriverAgent/issues/794)) ([543c498](https://github.com/appium/WebDriverAgent/commit/543c49860d2d35148bcbaa33e14d3e1dab058cef))
+
+## [5.11.2](https://github.com/appium/WebDriverAgent/compare/v5.11.1...v5.11.2) (2023-10-19)
+
+
+### Miscellaneous Chores
+
+* Use latest teen_process types ([895cdfc](https://github.com/appium/WebDriverAgent/commit/895cdfc1a316117bb7c8b5be0265b439c1e911bc))
+
+## [5.11.1](https://github.com/appium/WebDriverAgent/compare/v5.11.0...v5.11.1) (2023-10-19)
+
+
+### Miscellaneous Chores
+
+* Use latest types version ([123eefb](https://github.com/appium/WebDriverAgent/commit/123eefba5e5e30100cb3cdff09a516179f78afe7))
+
+## [5.11.0](https://github.com/appium/WebDriverAgent/compare/v5.10.1...v5.11.0) (2023-10-05)
+
+
+### Features
+
+* Add /calibrate endpoint ([#785](https://github.com/appium/WebDriverAgent/issues/785)) ([ae1603a](https://github.com/appium/WebDriverAgent/commit/ae1603a3b5b5c4828ed4959c63d6274254f832a2))
+
+## [5.10.1](https://github.com/appium/WebDriverAgent/compare/v5.10.0...v5.10.1) (2023-10-05)
+
+
+### Miscellaneous Chores
+
+* Remove the hardcoded keyboard wait delay from handleKeys ([#784](https://github.com/appium/WebDriverAgent/issues/784)) ([f043d67](https://github.com/appium/WebDriverAgent/commit/f043d67dd90fbfca00b8cf53ccae63dbd67fa150))
+
+## [5.10.0](https://github.com/appium/WebDriverAgent/compare/v5.9.1...v5.10.0) (2023-09-25)
+
+
+### Features
+
+* remove test frameworks in Frameworks and add device local references as rpath for real devices ([#780](https://github.com/appium/WebDriverAgent/issues/780)) ([ae6c842](https://github.com/appium/WebDriverAgent/commit/ae6c842f3c4e7deb51fcc7a1a1045d4eeede69fd))
+
+## [5.9.1](https://github.com/appium/WebDriverAgent/compare/v5.9.0...v5.9.1) (2023-09-22)
+
+
+### Bug Fixes
+
+* Provide signing arguments as command line parameters ([#779](https://github.com/appium/WebDriverAgent/issues/779)) ([51ba527](https://github.com/appium/WebDriverAgent/commit/51ba527b6cde3773ebcd5323cfa7e0890b2563aa))
+
+## [5.9.0](https://github.com/appium/WebDriverAgent/compare/v5.8.7...v5.9.0) (2023-09-22)
+
+
+### Features
+
+* do not get active process information in a new session request ([#774](https://github.com/appium/WebDriverAgent/issues/774)) ([2784ce4](https://github.com/appium/WebDriverAgent/commit/2784ce440f8b5ab9710db08d9ffda704697ac07c))
+
+## [5.8.7](https://github.com/appium/WebDriverAgent/compare/v5.8.6...v5.8.7) (2023-09-22)
+
+
+### Miscellaneous Chores
+
+* tweak device in currentCapabilities ([#773](https://github.com/appium/WebDriverAgent/issues/773)) ([8481b02](https://github.com/appium/WebDriverAgent/commit/8481b02fc84de1147e1254ea7fd114f8735b0226))
+
+## [5.8.6](https://github.com/appium/WebDriverAgent/compare/v5.8.5...v5.8.6) (2023-09-21)
+
+
+### Miscellaneous Chores
+
+* add log to leave it in the system log ([#772](https://github.com/appium/WebDriverAgent/issues/772)) ([012af21](https://github.com/appium/WebDriverAgent/commit/012af21383829397c7265daa0513829cc4e93aee))
+
+## [5.8.5](https://github.com/appium/WebDriverAgent/compare/v5.8.4...v5.8.5) (2023-09-15)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump sinon from 15.2.0 to 16.0.0 ([#766](https://github.com/appium/WebDriverAgent/issues/766)) ([2ffd187](https://github.com/appium/WebDriverAgent/commit/2ffd187b2e8b3c1ed04537320179bdfe9f9635df))
+
+## [5.8.4](https://github.com/appium/WebDriverAgent/compare/v5.8.3...v5.8.4) (2023-09-14)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump @types/teen_process from 2.0.0 to 2.0.1 ([#765](https://github.com/appium/WebDriverAgent/issues/765)) ([1af64b8](https://github.com/appium/WebDriverAgent/commit/1af64b8834371a3fdb3d0aab82fdfdeff6194555))
+
+## [5.8.3](https://github.com/appium/WebDriverAgent/compare/v5.8.2...v5.8.3) (2023-09-01)
+
+
+### Bug Fixes
+
+* Address some typing-related issues ([#759](https://github.com/appium/WebDriverAgent/issues/759)) ([87e8704](https://github.com/appium/WebDriverAgent/commit/87e87044d6216513f755c5184d61514a76cb0179))
+
+## [5.8.2](https://github.com/appium/WebDriverAgent/compare/v5.8.1...v5.8.2) (2023-08-28)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump conventional-changelog-conventionalcommits ([#757](https://github.com/appium/WebDriverAgent/issues/757)) ([a3047ea](https://github.com/appium/WebDriverAgent/commit/a3047ea70b7a9fd5ccb2a2c93b0964d7de609d38))
+
+## [5.8.1](https://github.com/appium/WebDriverAgent/compare/v5.8.0...v5.8.1) (2023-08-25)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump semantic-release from 20.1.3 to 21.1.0 ([#754](https://github.com/appium/WebDriverAgent/issues/754)) ([d86d9a6](https://github.com/appium/WebDriverAgent/commit/d86d9a64ca75ad40273cfa10855f49b967d9fd95))
+
+## [5.8.0](https://github.com/appium/WebDriverAgent/compare/v5.7.0...v5.8.0) (2023-08-24)
+
+
+### Features
+
+* Add wdHittable property ([#756](https://github.com/appium/WebDriverAgent/issues/756)) ([075298b](https://github.com/appium/WebDriverAgent/commit/075298b286c83ab5d4a2855e9e0bb915790b3f43))
+
+## [5.7.0](https://github.com/appium/WebDriverAgent/compare/v5.6.2...v5.7.0) (2023-08-24)
+
+
+### Features
+
+* Switch babel to typescript ([#753](https://github.com/appium/WebDriverAgent/issues/753)) ([76a4c7f](https://github.com/appium/WebDriverAgent/commit/76a4c7f066e1895acbb153ab035d6a08604277e4))
+
+## [5.6.2](https://github.com/appium/WebDriverAgent/compare/v5.6.1...v5.6.2) (2023-08-23)
+
+
+### Miscellaneous Chores
+
+* Remove unused glob dependency ([ee7655e](https://github.com/appium/WebDriverAgent/commit/ee7655e0a2aa39dd1f0c6d80d89065b4f34f264d))
+
+## [5.6.1](https://github.com/appium/WebDriverAgent/compare/v5.6.0...v5.6.1) (2023-08-14)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump lint-staged from 13.3.0 to 14.0.0 ([#750](https://github.com/appium/WebDriverAgent/issues/750)) ([0b74bf5](https://github.com/appium/WebDriverAgent/commit/0b74bf5befaa6d87c93a5306beb690a5a0e1843d))
+
+## [5.6.0](https://github.com/appium/WebDriverAgent/compare/v5.5.2...v5.6.0) (2023-07-15)
+
+
+### Features
+
+* apply shouldWaitForQuiescence for activate in /wda/apps/launch ([#739](https://github.com/appium/WebDriverAgent/issues/739)) ([#740](https://github.com/appium/WebDriverAgent/issues/740)) ([66ab695](https://github.com/appium/WebDriverAgent/commit/66ab695f9fa1850145a1d94ef15978b70bc1b032))
+
+## [5.5.2](https://github.com/appium/WebDriverAgent/compare/v5.5.1...v5.5.2) (2023-07-07)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump prettier from 2.8.8 to 3.0.0 ([#735](https://github.com/appium/WebDriverAgent/issues/735)) ([15614d0](https://github.com/appium/WebDriverAgent/commit/15614d030975f2b1eac5919d2353bc015f194d4c))
+
+## [5.5.1](https://github.com/appium/WebDriverAgent/compare/v5.5.0...v5.5.1) (2023-06-16)
+
+
+### Bug Fixes
+
+* Update strongbox API name ([4977032](https://github.com/appium/WebDriverAgent/commit/49770328aeeebacd76011ff1caf13d5b4ed71420))
+
+## [5.5.0](https://github.com/appium/WebDriverAgent/compare/v5.4.1...v5.5.0) (2023-06-12)
+
+
+### Features
+
+* Add accessibility audit extension ([#727](https://github.com/appium/WebDriverAgent/issues/727)) ([78321dd](https://github.com/appium/WebDriverAgent/commit/78321dd3dafdb142eed136b48ec101f1daed50a4))
+
+## [5.4.1](https://github.com/appium/WebDriverAgent/compare/v5.4.0...v5.4.1) (2023-06-09)
+
+
+### Bug Fixes
+
+* Return default testmanagerd version if the info is not available ([#728](https://github.com/appium/WebDriverAgent/issues/728)) ([e6e2dbd](https://github.com/appium/WebDriverAgent/commit/e6e2dbd86fc0c48ae146905f0e69a6223360e856))
+
+## [5.4.0](https://github.com/appium/WebDriverAgent/compare/v5.3.3...v5.4.0) (2023-06-09)
+
+
+### Features
+
+* Drop older screenshoting APIs ([#721](https://github.com/appium/WebDriverAgent/issues/721)) ([4a08d7a](https://github.com/appium/WebDriverAgent/commit/4a08d7a843af6b93b378b4e3dc10f123d2e56359))
+
+
+### Bug Fixes
+
+* Streamline errors handling for async block calls ([#725](https://github.com/appium/WebDriverAgent/issues/725)) ([364b779](https://github.com/appium/WebDriverAgent/commit/364b7791393ffae9c048c5cac023e3e7d1813a14))
+
+## [5.3.3](https://github.com/appium/WebDriverAgent/compare/v5.3.2...v5.3.3) (2023-06-08)
+
+
+### Miscellaneous Chores
+
+* Disable automatic screen recording by default ([#726](https://github.com/appium/WebDriverAgent/issues/726)) ([a070223](https://github.com/appium/WebDriverAgent/commit/a070223e0ef43be8dd54d16ee3e3b96603ad5f3a))
+
+## [5.3.2](https://github.com/appium/WebDriverAgent/compare/v5.3.1...v5.3.2) (2023-06-07)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump conventional-changelog-conventionalcommits ([#723](https://github.com/appium/WebDriverAgent/issues/723)) ([b22f61e](https://github.com/appium/WebDriverAgent/commit/b22f61eda142ee6ec1db8c74a4788e0270ac7740))
+
+## [5.3.1](https://github.com/appium/WebDriverAgent/compare/v5.3.0...v5.3.1) (2023-06-06)
+
+
+### Bug Fixes
+
+* remove Parameter of overriding method should be annotated with __attribute__((noescape)) ([#720](https://github.com/appium/WebDriverAgent/issues/720)) ([5f811ac](https://github.com/appium/WebDriverAgent/commit/5f811ac65ba3ac770e42bd7f8614815df8ec990f))
+
+## [5.3.0](https://github.com/appium/WebDriverAgent/compare/v5.2.0...v5.3.0) (2023-05-22)
+
+
+### Features
+
+* Use strongbox to persist the previous version of the module ([#714](https://github.com/appium/WebDriverAgent/issues/714)) ([4611792](https://github.com/appium/WebDriverAgent/commit/4611792ee5d5d7f39d188b5ebc31017f436c5ace))
+
+## [5.2.0](https://github.com/appium/WebDriverAgent/compare/v5.1.6...v5.2.0) (2023-05-20)
+
+
+### Features
+
+* Replace non-encodable characters in the resulting JSON ([#713](https://github.com/appium/WebDriverAgent/issues/713)) ([cdfae40](https://github.com/appium/WebDriverAgent/commit/cdfae408be0bcf6607f0ca4462925eed2c300f5e))
+
+## [5.1.6](https://github.com/appium/WebDriverAgent/compare/v5.1.5...v5.1.6) (2023-05-18)
+
+
+### Miscellaneous Chores
+
+* **deps:** bump @appium/support from 3.1.11 to 4.0.0 ([#710](https://github.com/appium/WebDriverAgent/issues/710)) ([3e49523](https://github.com/appium/WebDriverAgent/commit/3e495230674a46db29ecea3b36c2ed0ea1bf2842))
+
+## [5.1.5](https://github.com/appium/WebDriverAgent/compare/v5.1.4...v5.1.5) (2023-05-18)
+
+
+### Miscellaneous Chores
+
+* Drop obsolete workarounds for coordinates calculation ([#701](https://github.com/appium/WebDriverAgent/issues/701)) ([259f731](https://github.com/appium/WebDriverAgent/commit/259f7319305b15a3f541957d3ccaa3cb12c9e1a3))
+
+## [5.1.4](https://github.com/appium/WebDriverAgent/compare/v5.1.3...v5.1.4) (2023-05-16)
+
+
+### Bug Fixes
+
+* Prevent freeze on launch/activate of a missing app ([#706](https://github.com/appium/WebDriverAgent/issues/706)) ([c4976e3](https://github.com/appium/WebDriverAgent/commit/c4976e3e99afa4d471bd39c3dccfc7d9f58d8bfc))
+
+## [5.1.3](https://github.com/appium/WebDriverAgent/compare/v5.1.2...v5.1.3) (2023-05-16)
+
+
+### Bug Fixes
+
+* Revert "fix: Assert app is installed before launching or activating it ([#704](https://github.com/appium/WebDriverAgent/issues/704))" ([#705](https://github.com/appium/WebDriverAgent/issues/705)) ([00baeb2](https://github.com/appium/WebDriverAgent/commit/00baeb2045b9aac98d27fe2e96cedce0dde5e8be))
+
+## [5.1.2](https://github.com/appium/WebDriverAgent/compare/v5.1.1...v5.1.2) (2023-05-15)
+
+
+### Miscellaneous Chores
+
+* remove code for old os versions ([#694](https://github.com/appium/WebDriverAgent/issues/694)) ([4a9faa5](https://github.com/appium/WebDriverAgent/commit/4a9faa5f85e0615c18a5f35090335bdbc7d56ebe))
+
+## [5.1.1](https://github.com/appium/WebDriverAgent/compare/v5.1.0...v5.1.1) (2023-05-15)
+
+
+### Bug Fixes
+
+* Assert app is installed before launching or activating it ([#704](https://github.com/appium/WebDriverAgent/issues/704)) ([94e5c51](https://github.com/appium/WebDriverAgent/commit/94e5c51bce1d4518418e999b4ac466cd46ca3bc3))
+
+## [5.1.0](https://github.com/appium/WebDriverAgent/compare/v5.0.0...v5.1.0) (2023-05-14)
+
+
+### Features
+
+* Add a possibility to provide a target picker value ([#699](https://github.com/appium/WebDriverAgent/issues/699)) ([fc76aee](https://github.com/appium/WebDriverAgent/commit/fc76aeecb087429974b7b52b725173186e6f0246))
+
+
+### Code Refactoring
+
+* Remove obsolete coordinate calculation workarounds needed for older xCode SDKs ([#698](https://github.com/appium/WebDriverAgent/issues/698)) ([025b42c](https://github.com/appium/WebDriverAgent/commit/025b42c8a34ff0beba4379f4cb0c1d79d2b222ed))
+
+## [5.0.0](https://github.com/appium/WebDriverAgent/compare/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](https://github.com/appium/WebDriverAgent/issues/696)) ([bb562b9](https://github.com/appium/WebDriverAgent/commit/bb562b96db6aad476970ef7bd352cb8df4f1e6c2))
+
+## [4.15.1](https://github.com/appium/WebDriverAgent/compare/v4.15.0...v4.15.1) (2023-05-06)
+
+
+### Performance Improvements
+
+* tune webDriverAgentUrl case by skiping xcodebuild stuff ([#691](https://github.com/appium/WebDriverAgent/issues/691)) ([d8f1457](https://github.com/appium/WebDriverAgent/commit/d8f1457b591b2dd00040f8336c1a7a728af871d2))
+
+## [4.15.0](https://github.com/appium/WebDriverAgent/compare/v4.14.0...v4.15.0) (2023-05-04)
+
+
+### Features
+
+* Make isFocused attribute available for iOS elements ([#692](https://github.com/appium/WebDriverAgent/issues/692)) ([0ec74ce](https://github.com/appium/WebDriverAgent/commit/0ec74ce32c817a5884228ccb2ec31f0a5a4de9c3))
+
+## [4.14.0](https://github.com/appium/WebDriverAgent/compare/v4.13.2...v4.14.0) (2023-05-02)
+
+
+### Features
+
+* start wda process via Xctest in a real device ([#687](https://github.com/appium/WebDriverAgent/issues/687)) ([e1c0f83](https://github.com/appium/WebDriverAgent/commit/e1c0f836a68ad2efbedfc77343794d0d97ef6090))
+
+## [4.13.2](https://github.com/appium/WebDriverAgent/compare/v4.13.1...v4.13.2) (2023-04-28)
+
+
+### Miscellaneous Chores
+
+* add withoutSession for pasteboard for debug ([#688](https://github.com/appium/WebDriverAgent/issues/688)) ([edcbf9e](https://github.com/appium/WebDriverAgent/commit/edcbf9e6af903c6f490ca90ff915497ad53bb8b5))
+
+## [4.13.1](https://github.com/appium/WebDriverAgent/compare/v4.13.0...v4.13.1) (2023-04-04)
+
+
+### Bug Fixes
+
+* Fixed Xpath lookup for Xcode 14.3 ([#681](https://github.com/appium/WebDriverAgent/issues/681)) ([3e0b191](https://github.com/appium/WebDriverAgent/commit/3e0b1914f87585ed69ba20d960502eabb058941c))
+
+## [4.13.0](https://github.com/appium/WebDriverAgent/compare/v4.12.2...v4.13.0) (2023-02-23)
+
+
+### Features
+
+* Increase Xpath Lookup Performance ([#666](https://github.com/appium/WebDriverAgent/issues/666)) ([1696f4b](https://github.com/appium/WebDriverAgent/commit/1696f4bb879152ef04408940849708654072c797))
+
+## [4.12.2](https://github.com/appium/WebDriverAgent/compare/v4.12.1...v4.12.2) (2023-02-22)
+
+
+### Miscellaneous Chores
+
+* Make sure the test is never going to be unexpectedly interrupted ([#664](https://github.com/appium/WebDriverAgent/issues/664)) ([cafe47e](https://github.com/appium/WebDriverAgent/commit/cafe47e9bea9649a0e9b4a2b96ca44434bbac411))
+
+## [4.12.1](https://github.com/appium/WebDriverAgent/compare/v4.12.0...v4.12.1) (2023-02-20)
+
+
+### Bug Fixes
+
+* Return null if no simulated location has been previously set ([#663](https://github.com/appium/WebDriverAgent/issues/663)) ([6a5c48b](https://github.com/appium/WebDriverAgent/commit/6a5c48bd2ffc43c0f0d9bf781671bbcf171f9375))
+
+## [4.12.0](https://github.com/appium/WebDriverAgent/compare/v4.11.0...v4.12.0) (2023-02-20)
+
+
+### Features
+
+* Add support of the simulated geolocation setting ([#662](https://github.com/appium/WebDriverAgent/issues/662)) ([ebb9e60](https://github.com/appium/WebDriverAgent/commit/ebb9e60d56c0e0db9f509437ed639a3a39f6011b))
+
+## [4.11.0](https://github.com/appium/WebDriverAgent/compare/v4.10.24...v4.11.0) (2023-02-19)
+
+
+### Features
+
+* Add openUrl handler available since Xcode 14.3 ([#661](https://github.com/appium/WebDriverAgent/issues/661)) ([bee564e](https://github.com/appium/WebDriverAgent/commit/bee564e8c6b975aff07fd1244583f0727a0f5470))
+
+## [4.10.24](https://github.com/appium/WebDriverAgent/compare/v4.10.23...v4.10.24) (2023-02-17)
+
+
+### Bug Fixes
+
+* Catch unexpected exceptions thrown by the alerts monitor ([#660](https://github.com/appium/WebDriverAgent/issues/660)) ([aa22555](https://github.com/appium/WebDriverAgent/commit/aa22555f0dcf98de43c95cb20be73e911a97741e))
+
+## [4.10.23](https://github.com/appium/WebDriverAgent/compare/v4.10.22...v4.10.23) (2023-02-05)
+
+
+### Miscellaneous Chores
+
+* bundle:tv for tvOS ([#657](https://github.com/appium/WebDriverAgent/issues/657)) ([9d2d047](https://github.com/appium/WebDriverAgent/commit/9d2d047fba57a33787c66a1e8a8449b9538c67be))
+
+## [4.10.22](https://github.com/appium/WebDriverAgent/compare/v4.10.21...v4.10.22) (2023-01-30)
+
+
+### Bug Fixes
+
+* Pull defaultAdditionalRequestParameters dynamically ([#658](https://github.com/appium/WebDriverAgent/issues/658)) ([d7c397b](https://github.com/appium/WebDriverAgent/commit/d7c397b0260a71568edd6d99ecf7b39ca3503083))
+
+## [4.10.21](https://github.com/appium/WebDriverAgent/compare/v4.10.20...v4.10.21) (2023-01-26)
+
+
+### Bug Fixes
+
+* Properly update maxDepth while fetching snapshots ([#655](https://github.com/appium/WebDriverAgent/issues/655)) ([6f99bab](https://github.com/appium/WebDriverAgent/commit/6f99bab5fbdbf65c9ef74c42b5f1b4c658aeaafb))
+
+## [4.10.20](https://github.com/appium/WebDriverAgent/compare/v4.10.19...v4.10.20) (2023-01-17)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump semantic-release from 19.0.5 to 20.0.2 ([#651](https://github.com/appium/WebDriverAgent/issues/651)) ([e96c367](https://github.com/appium/WebDriverAgent/commit/e96c367cb0d9461bb5e443740504969a4cb857e1))
+
+## [4.10.19](https://github.com/appium/WebDriverAgent/compare/v4.10.18...v4.10.19) (2023-01-13)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump appium-xcode from 4.0.5 to 5.0.0 ([#652](https://github.com/appium/WebDriverAgent/issues/652)) ([75c247f](https://github.com/appium/WebDriverAgent/commit/75c247fe82ebe7b2b8ba0d79528cadeda871e229))
+
+## [4.10.18](https://github.com/appium/WebDriverAgent/compare/v4.10.17...v4.10.18) (2022-12-30)
+
+
+### Miscellaneous Chores
+
+* simplify Script/build-webdriveragent.js ([#647](https://github.com/appium/WebDriverAgent/issues/647)) ([81dab6c](https://github.com/appium/WebDriverAgent/commit/81dab6ca0645f9925a8515abfb4851d6e85da7e9))
+
+## [4.10.17](https://github.com/appium/WebDriverAgent/compare/v4.10.16...v4.10.17) (2022-12-30)
+
+
+### Miscellaneous Chores
+
+* add  ARCHS=arm64 for a release package build ([#649](https://github.com/appium/WebDriverAgent/issues/649)) ([08612aa](https://github.com/appium/WebDriverAgent/commit/08612aade1833c384914bb618675b5653d5f5118))
+
+## [4.10.16](https://github.com/appium/WebDriverAgent/compare/v4.10.15...v4.10.16) (2022-12-29)
+
+
+### Miscellaneous Chores
+
+* build only arm64 for generic build in a release ([#648](https://github.com/appium/WebDriverAgent/issues/648)) ([63e175d](https://github.com/appium/WebDriverAgent/commit/63e175d56526d9fb74d9053dbe60fd0c80b9c670))
+
+## [4.10.15](https://github.com/appium/WebDriverAgent/compare/v4.10.14...v4.10.15) (2022-12-16)
+
+
+### Miscellaneous Chores
+
+* **deps:** bump @appium/base-driver from 8.7.3 to 9.0.0 ([#645](https://github.com/appium/WebDriverAgent/issues/645)) ([35dd981](https://github.com/appium/WebDriverAgent/commit/35dd98111f1d8222bc0cb412c11cb1442d10295e))
+* **deps:** bump appium-ios-simulator from 4.2.1 to 5.0.1 ([#646](https://github.com/appium/WebDriverAgent/issues/646)) ([7911cbb](https://github.com/appium/WebDriverAgent/commit/7911cbb3607b1d75091bdf3dc436baae3868854a))
+
+## [4.10.14](https://github.com/appium/WebDriverAgent/compare/v4.10.13...v4.10.14) (2022-12-14)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump @appium/test-support from 2.0.2 to 3.0.0 ([#644](https://github.com/appium/WebDriverAgent/issues/644)) ([ab84580](https://github.com/appium/WebDriverAgent/commit/ab8458027457563b7faaeef36d9019b7ac1921b0))
+* **deps:** bump @appium/support from 2.61.1 to 3.0.0 ([#643](https://github.com/appium/WebDriverAgent/issues/643)) ([3ca197a](https://github.com/appium/WebDriverAgent/commit/3ca197ac7526036e408584207b26129847a615ca))
+
+## [4.10.13](https://github.com/appium/WebDriverAgent/compare/v4.10.12...v4.10.13) (2022-12-13)
+
+## [4.10.12](https://github.com/appium/WebDriverAgent/compare/v4.10.11...v4.10.12) (2022-12-08)
+
+
+### Bug Fixes
+
+* Provide proper xcodebuild argument for tvOS ([#640](https://github.com/appium/WebDriverAgent/issues/640)) ([72bd327](https://github.com/appium/WebDriverAgent/commit/72bd32780f26ae0f60b30e0cee8fc585aea600fe))
+
+## [4.10.11](https://github.com/appium/WebDriverAgent/compare/v4.10.10...v4.10.11) (2022-11-29)
+
+## [4.10.10](https://github.com/appium/WebDriverAgent/compare/v4.10.9...v4.10.10) (2022-11-25)
+
+
+### Bug Fixes
+
+* Only check existence if firstMatch is applied ([#638](https://github.com/appium/WebDriverAgent/issues/638)) ([5394fe8](https://github.com/appium/WebDriverAgent/commit/5394fe8cc2eda3d1668685bd00f9f7383e122627))
+
+## [4.10.9](https://github.com/appium/WebDriverAgent/compare/v4.10.8...v4.10.9) (2022-11-25)
+
+## [4.10.8](https://github.com/appium/WebDriverAgent/compare/v4.10.7...v4.10.8) (2022-11-24)
+
+## [4.10.7](https://github.com/appium/WebDriverAgent/compare/v4.10.6...v4.10.7) (2022-11-24)
+
+## [4.10.6](https://github.com/appium/WebDriverAgent/compare/v4.10.5...v4.10.6) (2022-11-23)
+
+## [4.10.5](https://github.com/appium/WebDriverAgent/compare/v4.10.4...v4.10.5) (2022-11-22)
+
+## [4.10.4](https://github.com/appium/WebDriverAgent/compare/v4.10.3...v4.10.4) (2022-11-22)
+
+## [4.10.3](https://github.com/appium/WebDriverAgent/compare/v4.10.2...v4.10.3) (2022-11-22)
+
+## [4.10.2](https://github.com/appium/WebDriverAgent/compare/v4.10.1...v4.10.2) (2022-11-06)

+ 0 - 0
WebDriverAgent-5.8.0/CONTRIBUTING.md → WebDriverAgent-10.0.0/CONTRIBUTING.md


+ 31 - 0
WebDriverAgent-10.0.0/Configurations/IOSSettings.xcconfig

@@ -0,0 +1,31 @@
+EXCLUDED_ARCHS = i386
+
+GCC_TREAT_WARNINGS_AS_ERRORS = YES
+GCC_WARN_PEDANTIC = YES
+GCC_WARN_SHADOW = YES
+GCC_WARN_64_TO_32_BIT_CONVERSION = YES
+GCC_WARN_MISSING_PARENTHESES = YES
+GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES
+GCC_WARN_SIGN_COMPARE = YES
+GCC_WARN_ABOUT_POINTER_SIGNEDNESS = YES
+GCC_WARN_UNUSED_PARAMETER = YES
+GCC_WARN_UNUSED_VALUE = YES
+GCC_WARN_UNUSED_VARIABLE = YES
+GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = YES
+CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
+
+CLANG_ANALYZER_NONNULL = YES
+CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES
+CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
+CLANG_WARN_ENUM_CONVERSION = YES
+CLANG_WARN_INT_CONVERSION = YES
+CLANG_WARN_ASSIGN_ENUM = YES
+CLANG_WARN_BOOL_CONVERSION = YES
+CLANG_WARN_CONSTANT_CONVERSION = YES
+CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES
+
+RUN_CLANG_STATIC_ANALYZER = YES
+
+GCC_PREPROCESSOR_DEFINITIONS = $(inherited)
+
+WARNING_CFLAGS = $(inherited) -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -Wno-declaration-after-statement -Wno-objc-messaging-id -Wno-direct-ivar-access -Wno-cast-qual -Wno-deprecated-declarations -Wno-reserved-identifier

+ 0 - 0
WebDriverAgent-5.8.0/Configurations/IOSTestSettings.xcconfig → WebDriverAgent-10.0.0/Configurations/IOSTestSettings.xcconfig


+ 31 - 0
WebDriverAgent-10.0.0/Configurations/TVOSSettings.xcconfig

@@ -0,0 +1,31 @@
+EXCLUDED_ARCHS = i386
+
+GCC_TREAT_WARNINGS_AS_ERRORS = YES
+GCC_WARN_PEDANTIC = YES
+GCC_WARN_SHADOW = YES
+GCC_WARN_64_TO_32_BIT_CONVERSION = YES
+GCC_WARN_MISSING_PARENTHESES = YES
+GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES
+GCC_WARN_SIGN_COMPARE = YES
+GCC_WARN_ABOUT_POINTER_SIGNEDNESS = YES
+GCC_WARN_UNUSED_PARAMETER = YES
+GCC_WARN_UNUSED_VALUE = YES
+GCC_WARN_UNUSED_VARIABLE = YES
+GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = YES
+CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
+
+CLANG_ANALYZER_NONNULL = YES
+CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES
+CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
+CLANG_WARN_ENUM_CONVERSION = YES
+CLANG_WARN_INT_CONVERSION = YES
+CLANG_WARN_ASSIGN_ENUM = YES
+CLANG_WARN_BOOL_CONVERSION = YES
+CLANG_WARN_CONSTANT_CONVERSION = YES
+CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES
+
+RUN_CLANG_STATIC_ANALYZER = YES
+
+GCC_PREPROCESSOR_DEFINITIONS = $(inherited)
+
+WARNING_CFLAGS = $(inherited) -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -Wno-declaration-after-statement -Wno-objc-messaging-id -Wno-direct-ivar-access -Wno-cast-qual -Wno-deprecated-declarations -Wno-reserved-identifier

+ 1 - 0
WebDriverAgent-10.0.0/Configurations/TVOSTestSettings.xcconfig

@@ -0,0 +1 @@
+EXCLUDED_ARCHS = i386

+ 13 - 0
WebDriverAgent-10.0.0/Fastlane/Fastfile

@@ -0,0 +1,13 @@
+XC_PROJECT = File.absolute_path('../WebDriverAgent.xcodeproj')
+
+lane :test do
+  # https://docs.fastlane.tools/actions/scan/
+  run_tests(
+    project: XC_PROJECT,
+    fail_build: true,
+    scheme: ENV['SCHEME'],
+    sdk: ENV['SDK'],
+    destination: ENV['DEST'],
+    number_of_retries: 3
+  )
+end

+ 3 - 0
WebDriverAgent-10.0.0/Gemfile

@@ -0,0 +1,3 @@
+source "https://rubygems.org"
+
+gem "fastlane", '2.217.0'

+ 0 - 0
WebDriverAgent-5.8.0/LICENSE → WebDriverAgent-10.0.0/LICENSE


+ 0 - 0
WebDriverAgent-5.8.0/PATENTS → WebDriverAgent-10.0.0/PATENTS


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/AccessibilityUtilities/AXSettings.h → WebDriverAgent-10.0.0/PrivateHeaders/AccessibilityUtilities/AXSettings.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/MobileCoreServices/LSApplicationWorkspace.h → WebDriverAgent-10.0.0/PrivateHeaders/MobileCoreServices/LSApplicationWorkspace.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/TextInput/TIPreferencesController.h → WebDriverAgent-10.0.0/PrivateHeaders/TextInput/TIPreferencesController.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/UIKitCore/UIKeyboardImpl.h → WebDriverAgent-10.0.0/PrivateHeaders/UIKitCore/UIKeyboardImpl.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/CDStructures.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/CDStructures.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/NSString-XCTAdditions.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/NSString-XCTAdditions.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/NSValue-XCTestAdditions.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/NSValue-XCTestAdditions.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/UIGestureRecognizer-RecordingAdditions.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/UIGestureRecognizer-RecordingAdditions.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/UILongPressGestureRecognizer-RecordingAdditions.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/UILongPressGestureRecognizer-RecordingAdditions.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/UIPanGestureRecognizer-RecordingAdditions.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/UIPanGestureRecognizer-RecordingAdditions.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/UIPinchGestureRecognizer-RecordingAdditions.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/UIPinchGestureRecognizer-RecordingAdditions.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/UISwipeGestureRecognizer-RecordingAdditions.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/UISwipeGestureRecognizer-RecordingAdditions.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/UITapGestureRecognizer-RecordingAdditions.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/UITapGestureRecognizer-RecordingAdditions.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCAXClient_iOS.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCAXClient_iOS.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCActivityRecord.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCActivityRecord.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCApplicationMonitor.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCApplicationMonitor.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCApplicationMonitor_iOS.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCApplicationMonitor_iOS.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCApplicationQuery.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCApplicationQuery.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCDebugLogDelegate-Protocol.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCDebugLogDelegate-Protocol.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCDeviceEvent.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCDeviceEvent.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCEventGenerator.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCEventGenerator.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCKeyMappingPath.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCKeyMappingPath.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCKeyboardInputSolver.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCKeyboardInputSolver.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCKeyboardKeyMap.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCKeyboardKeyMap.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCKeyboardLayout.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCKeyboardLayout.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCPointerEvent.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCPointerEvent.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCPointerEventPath.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCPointerEventPath.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCSourceCodeRecording.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCSourceCodeRecording.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCSourceCodeTreeNode.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCSourceCodeTreeNode.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCSourceCodeTreeNodeEnumerator.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCSourceCodeTreeNodeEnumerator.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCSymbolicationRecord.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCSymbolicationRecord.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCSymbolicatorHolder.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCSymbolicatorHolder.h


+ 32 - 0
WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCSynthesizedEventRecord.h

@@ -0,0 +1,32 @@
+//
+//     Generated by class-dump 3.5 (64 bit).
+//
+//     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
+//
+
+@class NSArray, NSMutableArray, NSString, XCPointerEventPath;
+
+@interface XCSynthesizedEventRecord : NSObject <NSSecureCoding>
+{
+    NSMutableArray *_eventPaths;
+    NSString *_name;
+#if !TARGET_OS_TV
+    UIInterfaceOrientation _interfaceOrientation;
+#endif
+}
+#if !TARGET_OS_TV
+@property(readonly) UIInterfaceOrientation interfaceOrientation; // @synthesize interfaceOrientation=_interfaceOrientation;
+#endif
+@property(readonly, copy) NSString *name; // @synthesize name=_name;
+@property(readonly) double maximumOffset;
+@property(readonly) NSArray *eventPaths;
+
+- (void)addPointerEventPath:(XCPointerEventPath *)arg1;
+#if !TARGET_OS_TV
+- (id)initWithName:(NSString *)arg1 interfaceOrientation:(UIInterfaceOrientation)arg2;
+#endif
+- (id)initWithName:(id)arg1;
+- (id)init;
+- (BOOL)synthesizeWithError:(NSError **)arg1;
+
+@end

+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTAXClient-Protocol.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTAXClient-Protocol.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTAsyncActivity-Protocol.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTAsyncActivity-Protocol.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTAsyncActivity.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTAsyncActivity.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTAutomationTarget-Protocol.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTAutomationTarget-Protocol.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTDarwinNotificationExpectation.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTDarwinNotificationExpectation.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTElementSetTransformer-Protocol.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTElementSetTransformer-Protocol.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTKVOExpectation.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTKVOExpectation.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTMetric.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTMetric.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTNSNotificationExpectation.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTNSNotificationExpectation.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTNSPredicateExpectation.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTNSPredicateExpectation.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTNSPredicateExpectationObject-Protocol.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTNSPredicateExpectationObject-Protocol.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTRunnerAutomationSession.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTRunnerAutomationSession.h


+ 98 - 0
WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTRunnerDaemonSession.h

@@ -0,0 +1,98 @@
+//
+//     Generated by class-dump 3.5 (64 bit).
+//
+//     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
+//
+
+#import "XCTestManager_TestsInterface-Protocol.h"
+#import "XCEventGenerator.h"
+#import <WebDriverAgentLib/CDStructures.h>
+#import <UIKit/UIKit.h>
+
+@class NSMutableDictionary, NSXPCConnection, XCSynthesizedEventRecord;
+#if !TARGET_OS_TV // tvOS does not provide relevant APIs
+@class CLLocation;
+#endif
+@protocol XCTUIApplicationMonitor, XCTAXClient, XCTestManager_ManagerInterface;
+
+// iOS since 10.3
+@interface XCTRunnerDaemonSession : NSObject <XCTestManager_TestsInterface>
+{
+    NSObject<OS_dispatch_queue> *_queue;
+    id <XCTUIApplicationMonitor> _applicationMonitor;
+    id <XCTAXClient> _accessibilityClient;
+    NSXPCConnection *_connection;
+    unsigned long long _daemonProtocolVersion;
+    NSMutableDictionary *_invalidationHandlers;
+}
+@property(retain) NSObject<OS_dispatch_queue> *queue; // @synthesize queue=_queue;
+@property id <XCTAXClient> accessibilityClient; // @synthesize accessibilityClient=_accessibilityClient;
+@property id <XCTUIApplicationMonitor> applicationMonitor; // @synthesize applicationMonitor=_applicationMonitor;
+@property(retain) NSMutableDictionary *invalidationHandlers; // @synthesize invalidationHandlers=_invalidationHandlers;
+@property(retain) NSXPCConnection *connection; // @synthesize connection=_connection;
+@property(readonly) BOOL useLegacyEventCoordinateTransformationPath;
+@property unsigned long long daemonProtocolVersion;
+@property(readonly) id <XCTestManager_ManagerInterface> daemonProxy;
+
++ (instancetype)sharedSession;
+
+- (void)injectVoiceRecognitionAudioInputPaths:(id)arg1 completion:(CDUnknownBlockType)arg2;
+- (void)injectAssistantRecognitionStrings:(id)arg1 completion:(CDUnknownBlockType)arg2;
+- (void)startSiriUIRequestWithAudioFileURL:(id)arg1 completion:(CDUnknownBlockType)arg2;
+- (void)startSiriUIRequestWithText:(id)arg1 completion:(CDUnknownBlockType)arg2;
+- (void)requestDTServiceHubConnectionWithReply:(CDUnknownBlockType)arg1;
+- (void)enableFauxCollectionViewCells:(CDUnknownBlockType)arg1;
+- (void)loadAccessibilityWithTimeout:(double)arg1 reply:(CDUnknownBlockType)arg2;
+- (void)setAXTimeout:(double)arg1 reply:(CDUnknownBlockType)arg2;
+- (void)requestScreenshotWithReply:(CDUnknownBlockType)arg1;
+- (void)sendString:(id)arg1 maximumFrequency:(unsigned long long)arg2 completion:(CDUnknownBlockType)arg3;
+- (void)updateDeviceOrientation:(long long)arg1 completion:(CDUnknownBlockType)arg2;
+- (void)performDeviceEvent:(id)arg1 completion:(CDUnknownBlockType)arg2;
+- (void)synthesizeEvent:(XCSynthesizedEventRecord *)arg1 completion:(void (^)(NSError *))arg2;
+- (void)requestElementAtPoint:(CGPoint)arg1 reply:(CDUnknownBlockType)arg2;
+- (void)fetchParameterizedAttributeForElement:(id)arg1 attribute:(id)arg2 parameter:(id)arg3 reply:(CDUnknownBlockType)arg4;
+- (void)setAttribute:(id)arg1 value:(id)arg2 element:(id)arg3 reply:(CDUnknownBlockType)arg4;
+- (void)fetchAttributesForElement:(id)arg1 attributes:(id)arg2 reply:(CDUnknownBlockType)arg3;
+- (void)snapshotForElement:(id)arg1 attributes:(id)arg2 parameters:(id)arg3 reply:(void (^)(id/*XCElementSnapshot*/, NSError *))arg4;
+- (void)terminateApplicationWithBundleID:(id)arg1 completion:(CDUnknownBlockType)arg2;
+- (void)performAccessibilityAction:(int)arg1 onElement:(id)arg2 value:(id)arg3 reply:(CDUnknownBlockType)arg4;
+- (void)unregisterForAccessibilityNotification:(int)arg1 registrationToken:(id)arg2 reply:(CDUnknownBlockType)arg3;
+- (void)registerForAccessibilityNotification:(int)arg1 reply:(CDUnknownBlockType)arg2;
+- (void)launchApplicationWithBundleID:(id)arg1 arguments:(id)arg2 environment:(id)arg3 completion:(CDUnknownBlockType)arg4;
+- (void)startMonitoringApplicationWithBundleID:(id)arg1;
+- (void)requestBackgroundAssertionForPID:(int)arg1 reply:(CDUnknownBlockType)arg2;
+- (void)requestAutomationSessionForTestTargetWithPID:(int)arg1 reply:(CDUnknownBlockType)arg2;
+- (void)requestIDEConnectionSocketForSessionIdentifier:(id)arg1 reply:(CDUnknownBlockType)arg2;
+- (void)_XCT_receivedAccessibilityNotification:(int)arg1 withPayload:(id)arg2;
+- (void)_XCT_applicationWithBundleID:(id)arg1 didUpdatePID:(int)arg2 andState:(unsigned long long)arg3;
+- (void)unregisterInvalidationHandlerWithToken:(id)arg1;
+- (id)registerInvalidationHandler:(CDUnknownBlockType)arg1;
+- (void)_reportInvalidation;
+- (id)initWithConnection:(id)arg1;
+
+// Since Xcode 14.3
+- (void)openURL:(NSURL *)arg1 usingApplication:(NSString *)arg2 completion:(void (^)(_Bool, NSError *))arg3;
+- (void)openDefaultApplicationForURL:(NSURL *)arg1 completion:(void (^)(_Bool, NSError *))arg2;
+#if !TARGET_OS_TV // tvOS does not provide relevant APIs
+- (void)setSimulatedLocation:(CLLocation *)arg1 completion:(void (^)(_Bool, NSError *))arg2;
+- (void)getSimulatedLocationWithReply:(void (^)(CLLocation *, NSError *))arg1;
+- (void)clearSimulatedLocationWithReply:(void (^)(_Bool, NSError *))arg1;
+@property(readonly) _Bool supportsLocationSimulation;
+#endif
+
+// Since Xcode 15.0-beta1
+- (void)stopScreenRecordingWithUUID:(NSUUID *)arg1
+                          withReply:(void (^)(NSError *))arg2;
+- (void)startScreenRecordingWithRequest:(id/* XCTScreenRecordingRequest */)arg1
+                              withReply:(void (^)(id/* XCTAttachmentFutureMetadata */, NSError *))arg2;
+- (_Bool)supportsScreenRecording;
+- (_Bool)preferScreenshotsOverScreenRecordings;
+
+// Since Xcode 10.2
+- (void)launchApplicationWithPath:(NSString *)arg1
+                         bundleID:(NSString *)arg2
+                        arguments:(NSArray *)arg3
+                      environment:(NSDictionary *)arg4
+                       completion:(void (^)(_Bool, NSError *))arg5;
+
+@end

+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTRunnerIDESession.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTRunnerIDESession.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTTestRunSession.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTTestRunSession.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTTestRunSessionDelegate-Protocol.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTTestRunSessionDelegate-Protocol.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTUIApplicationMonitor-Protocol.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTUIApplicationMonitor-Protocol.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTWaiter.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTWaiter.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTWaiterDelegate-Protocol.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTWaiterDelegate-Protocol.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTWaiterDelegatePrivate-Protocol.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTWaiterDelegatePrivate-Protocol.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTWaiterManagement-Protocol.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTWaiterManagement-Protocol.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTWaiterManager.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTWaiterManager.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTest.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTest.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestCase.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestCase.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestCaseRun.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestCaseRun.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestCaseSuite.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestCaseSuite.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestConfiguration.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestConfiguration.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestContext.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestContext.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestContextScope.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestContextScope.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestDriver.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestDriver.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestDriverInterface-Protocol.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestDriverInterface-Protocol.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestExpectation.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestExpectation.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestExpectationDelegate-Protocol.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestExpectationDelegate-Protocol.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestExpectationWaiter.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestExpectationWaiter.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestLog.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestLog.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestManager_IDEInterface-Protocol.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestManager_IDEInterface-Protocol.h


+ 54 - 0
WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestManager_ManagerInterface-Protocol.h

@@ -0,0 +1,54 @@
+//
+//     Generated by class-dump 3.5 (64 bit).
+//
+//     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
+//
+
+#import <UIKit/UIKit.h>
+
+@class NSArray, NSDictionary, NSNumber, NSString, NSUUID, XCSynthesizedEventRecord, XCTouchGesture, NSXPCListenerEndpoint;
+
+@protocol XCTestManager_ManagerInterface
+// since Xcode9
+- (void)_XCT_requestBundleIDForPID:(int)arg1 reply:(void (^)(NSString *, NSError *))arg2;
+- (void)_XCT_loadAccessibilityWithTimeout:(double)arg1 reply:(void (^)(BOOL, NSError *))arg2;
+- (void)_XCT_injectVoiceRecognitionAudioInputPaths:(NSArray *)arg1 completion:(void (^)(BOOL, NSError *))arg2;
+- (void)_XCT_injectAssistantRecognitionStrings:(NSArray *)arg1 completion:(void (^)(BOOL, NSError *))arg2;
+- (void)_XCT_startSiriUIRequestWithAudioFileURL:(NSURL *)arg1 completion:(void (^)(BOOL, NSError *))arg2;
+- (void)_XCT_startSiriUIRequestWithText:(NSString *)arg1 completion:(void (^)(BOOL, NSError *))arg2;
+- (void)_XCT_requestDTServiceHubConnectionWithReply:(void (^)(NSXPCListenerEndpoint *, NSError *))arg1;
+- (void)_XCT_enableFauxCollectionViewCells:(void (^)(BOOL, NSError *))arg1;
+- (void)_XCT_setAXTimeout:(double)arg1 reply:(void (^)(int))arg2;
+- (void)_XCT_requestScreenshotWithReply:(void (^)(NSData *, NSError *))arg1;
+- (void)_XCT_sendString:(NSString *)arg1 maximumFrequency:(NSUInteger)arg2 completion:(void (^)(NSError *))arg3;
+- (void)_XCT_updateDeviceOrientation:(long long)arg1 completion:(void (^)(NSError *))arg2;
+- (void)_XCT_performDeviceEvent:(id/*XCDeviceEvent*/)arg1 completion:(void (^)(NSError *))arg2;
+- (void)_XCT_synthesizeEvent:(XCSynthesizedEventRecord *)arg1 completion:(void (^)(NSError *))arg2;
+- (void)_XCT_requestElementAtPoint:(CGPoint)arg1 reply:(void (^)(id/*XCAccessibilityElement*/, NSError *))arg2;
+- (void)_XCT_fetchParameterizedAttributeForElement:(id/*XCAccessibilityElement*/)arg1 attributes:(NSNumber *)arg2 parameter:(id)arg3 reply:(void (^)(id, NSError *))arg4;
+- (void)_XCT_setAttribute:(NSNumber *)arg1 value:(id)arg2 element:(id/*XCAccessibilityElement*/)arg3 reply:(void (^)(BOOL, NSError *))arg4;
+- (void)_XCT_fetchAttributes:(id)attributes forElement:(id)element reply:(void (^)(NSDictionary *, NSError *))reply;
+- (void)_XCT_fetchAttributesForElement:(id/*XCAccessibilityElement*/)arg1 attributes:(NSArray *)arg2 reply:(void (^)(NSDictionary *, NSError *))arg3;
+- (void)_XCT_terminateApplicationWithBundleID:(NSString *)arg1 completion:(void (^)(NSError *))arg2;
+- (void)_XCT_performAccessibilityAction:(int)arg1 onElement:(id/*XCAccessibilityElement*/)arg2 withValue:(id)arg3 reply:(void (^)(NSError *))arg4;
+- (void)_XCT_unregisterForAccessibilityNotification:(int)arg1 withRegistrationToken:(NSNumber *)arg2 reply:(void (^)(NSError *))arg3;
+- (void)_XCT_registerForAccessibilityNotification:(int)arg1 reply:(void (^)(NSNumber *, NSError *))arg2;
+- (void)_XCT_launchApplicationWithBundleID:(NSString *)arg1 arguments:(NSArray *)arg2 environment:(NSDictionary *)arg3 completion:(void (^)(NSError *))arg4;
+- (void)_XCT_startMonitoringApplicationWithBundleID:(NSString *)arg1;
+- (void)_XCT_requestBackgroundAssertionForPID:(int)arg1 reply:(void (^)(BOOL))arg2;
+- (void)_XCT_requestBackgroundAssertionWithReply:(void (^)(void))arg1;
+- (void)_XCT_registerTarget;
+- (void)_XCT_requestEndpointForTestTargetWithPID:(int)arg1 preferredBackendPath:(NSString *)arg2 reply:(void (^)(NSXPCListenerEndpoint *, NSError *))arg3;
+- (void)_XCT_requestSocketForSessionIdentifier:(NSUUID *)arg1 reply:(void (^)(NSFileHandle *))arg2;
+- (void)_XCT_exchangeProtocolVersion:(unsigned long long)arg1 reply:(void (^)(unsigned long long))arg2;
+
+// Available since Xcode9
+// The first screenID type changed from "unsigned int" to "long long" since Xcode 13.3 in XCTAutomationSupport.framework/XCTScreenshotRequest.h
+// but this place is still "unsigned int" in the header. Appium/WDA changes to "long long" for Xcode 13.3 x iOS 15.4 environment.
+- (void)_XCT_requestScreenshotOfScreenWithID:(long long)arg1 withRect:(struct CGRect)arg2 uti:(NSString *)arg3 compressionQuality:(double)arg4 withReply:(void (^)(NSData *, NSError *))arg5;
+- (void)_XCT_requestScreenshotOfScreenWithID:(long long)arg1 withRect:(struct CGRect)arg2 withReply:(void (^)(NSData *, NSError *))arg3;
+- (void)_XCT_requestSnapshotForElement:(id/*XCAccessibilityElement*/)arg1 attributes:(NSArray *)arg2 parameters:(NSDictionary *)arg3 reply:(void (^)(id/*XCElementSnapshot*/, NSError *))arg4;
+
+// Available since Xcode 12.5. Required (!!!) to use since Xcode 13
+- (void)_XCT_requestScreenshot:(/*XCTScreenshotRequest * */id)arg1 withReply:(void (^)(/*XCTImage * */id, NSError *))arg2;
+@end

+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestManager_TestsInterface-Protocol.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestManager_TestsInterface-Protocol.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestMisuseObserver.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestMisuseObserver.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestObservation-Protocol.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestObservation-Protocol.h


+ 0 - 0
WebDriverAgent-5.8.0/PrivateHeaders/XCTest/XCTestObservationCenter.h → WebDriverAgent-10.0.0/PrivateHeaders/XCTest/XCTestObservationCenter.h


Some files were not shown because too many files changed in this diff