appium-uiautomator2-driver 2.25.1 → 2.25.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.25.2](https://github.com/appium/appium-uiautomator2-driver/compare/v2.25.1...v2.25.2) (2023-06-02)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * Bump appium-adb ([30ea8ae](https://github.com/appium/appium-uiautomator2-driver/commit/30ea8ae511e241743b5787cc157467eb87a38b1e))
7
+
1
8
  ## [2.25.1](https://github.com/appium/appium-uiautomator2-driver/compare/v2.25.0...v2.25.1) (2023-05-24)
2
9
 
3
10
 
package/README.md CHANGED
@@ -266,6 +266,7 @@ allowInvisibleElements | boolean | Whether to include elements that are not visi
266
266
  ignoreUnimportantViews | boolean | Enables or disables layout hierarchy compression. If compression is enabled, the layout hierarchy derived from the Acessibility framework will only contain nodes that are important for uiautomator testing. Any unnecessary surrounding layout nodes that make viewing and searching the hierarchy inefficient are removed. `true` by default
267
267
  elementResponseAttributes | string | Comma-separated list of element attribute names to be included into findElement response. By default only element UUID is present there, but it is also possible to add the following items: `name`, `text`, `rect`, `enabled`, `displayed`, `selected`, `attribute/<element_attribute_name>`. It is required that `shouldUseCompactResponses` setting is set to `false` in order for this one to apply.
268
268
  enableMultiWindows | boolean | Whether to include all windows that the user can interact with (for example an on-screen keyboard) while building the XML page source (`true`). By default it is `false` and only the single active application window is included to the page source.
269
+ enableTopmostWindowFromActivePackage | boolean | Whether to limit the window with the highest Z-order from the active package for interactions and page source retrieval. By default it is `false` and the active application window, which may not necessarily have this order, is included to the page source.
269
270
  enableNotificationListener | boolean | Whether to enable (`true`) toast notifications listener to listen for new toast notifications. By default this listener is enabled and UiAutomator2 server includes the text of toast messages to the generated XML page source, but not for longer than `3500` ms after the corresponding notification expires.
270
271
  keyInjectionDelay | long | Delay in milliseconds between key presses when injecting text input. 0 ms by default
271
272
  scrollAcknowledgmentTimeout | long | Timeout for waiting for an acknowledgement of an uiautomator scroll swipe action. The acknowledgment is an [AccessibilityEvent](http://developer.android.com/reference/android/view/accessibility/AccessibilityEvent.html), corresponding to the scroll action, that lets the framework determine if the scroll action was successful. Generally, this timeout should not be modified. `200` ms by default
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "2.25.1",
3
+ "version": "2.25.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "2.25.1",
9
+ "version": "2.25.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.0.0",
13
- "appium-adb": "^9.11.0",
13
+ "appium-adb": "^9.11.5",
14
14
  "appium-android-driver": "^5.13.0",
15
15
  "appium-chromedriver": "^5.3.1",
16
- "appium-uiautomator2-server": "^5.7.2",
16
+ "appium-uiautomator2-server": "^5.10.0",
17
17
  "asyncbox": "^2.3.1",
18
18
  "axios": "^1.x",
19
19
  "bluebird": "^3.5.1",
@@ -213,18 +213,6 @@
213
213
  "node": ">=8"
214
214
  }
215
215
  },
216
- "node_modules/@appium/docutils/node_modules/typescript": {
217
- "version": "4.9.5",
218
- "extraneous": true,
219
- "license": "Apache-2.0",
220
- "bin": {
221
- "tsc": "bin/tsc",
222
- "tsserver": "bin/tsserver"
223
- },
224
- "engines": {
225
- "node": ">=4.2.0"
226
- }
227
- },
228
216
  "node_modules/@appium/schema": {
229
217
  "version": "0.2.6",
230
218
  "license": "Apache-2.0",
@@ -382,7 +370,7 @@
382
370
  }
383
371
  },
384
372
  "node_modules/@babel/runtime": {
385
- "version": "7.21.5",
373
+ "version": "7.22.3",
386
374
  "license": "MIT",
387
375
  "dependencies": {
388
376
  "regenerator-runtime": "^0.13.11"
@@ -632,7 +620,7 @@
632
620
  }
633
621
  },
634
622
  "node_modules/@types/node": {
635
- "version": "20.2.3",
623
+ "version": "20.2.5",
636
624
  "license": "MIT"
637
625
  },
638
626
  "node_modules/@types/normalize-package-data": {
@@ -730,7 +718,7 @@
730
718
  }
731
719
  },
732
720
  "node_modules/@xmldom/xmldom": {
733
- "version": "0.8.7",
721
+ "version": "0.8.8",
734
722
  "license": "MIT",
735
723
  "engines": {
736
724
  "node": ">=10.0.0"
@@ -830,7 +818,7 @@
830
818
  }
831
819
  },
832
820
  "node_modules/appium-adb": {
833
- "version": "9.11.4",
821
+ "version": "9.11.5",
834
822
  "license": "Apache-2.0",
835
823
  "dependencies": {
836
824
  "@appium/support": "^4.0.0",
@@ -860,10 +848,9 @@
860
848
  }
861
849
  },
862
850
  "node_modules/appium-android-driver": {
863
- "version": "5.13.0",
851
+ "version": "5.13.2",
864
852
  "license": "Apache-2.0",
865
853
  "dependencies": {
866
- "@babel/runtime": "^7.0.0",
867
854
  "appium-adb": "^9.11.2",
868
855
  "appium-chromedriver": "^5.2.0",
869
856
  "asyncbox": "^2.8.0",
@@ -899,7 +886,7 @@
899
886
  }
900
887
  },
901
888
  "node_modules/appium-chromedriver": {
902
- "version": "5.4.2",
889
+ "version": "5.4.3",
903
890
  "hasInstallScript": true,
904
891
  "license": "Apache-2.0",
905
892
  "dependencies": {
@@ -924,7 +911,7 @@
924
911
  }
925
912
  },
926
913
  "node_modules/appium-uiautomator2-server": {
927
- "version": "5.8.2",
914
+ "version": "5.10.0",
928
915
  "license": "Apache-2.0",
929
916
  "engines": {
930
917
  "node": ">=14",
@@ -2825,7 +2812,7 @@
2825
2812
  "license": "MIT"
2826
2813
  },
2827
2814
  "node_modules/node-abi": {
2828
- "version": "3.40.0",
2815
+ "version": "3.43.0",
2829
2816
  "license": "MIT",
2830
2817
  "dependencies": {
2831
2818
  "semver": "^7.3.5"
@@ -4063,7 +4050,7 @@
4063
4050
  }
4064
4051
  },
4065
4052
  "node_modules/typescript": {
4066
- "version": "5.0.4",
4053
+ "version": "4.9.5",
4067
4054
  "license": "Apache-2.0",
4068
4055
  "peer": true,
4069
4056
  "bin": {
@@ -4071,7 +4058,7 @@
4071
4058
  "tsserver": "bin/tsserver"
4072
4059
  },
4073
4060
  "engines": {
4074
- "node": ">=12.20"
4061
+ "node": ">=4.2.0"
4075
4062
  }
4076
4063
  },
4077
4064
  "node_modules/uglify-js": {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "2.25.1",
10
+ "version": "2.25.2",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -57,10 +57,10 @@
57
57
  ],
58
58
  "dependencies": {
59
59
  "@babel/runtime": "^7.0.0",
60
- "appium-adb": "^9.11.0",
60
+ "appium-adb": "^9.11.5",
61
61
  "appium-android-driver": "^5.13.0",
62
62
  "appium-chromedriver": "^5.3.1",
63
- "appium-uiautomator2-server": "^5.7.2",
63
+ "appium-uiautomator2-server": "^5.10.0",
64
64
  "asyncbox": "^2.3.1",
65
65
  "axios": "^1.x",
66
66
  "bluebird": "^3.5.1",