appium-android-driver 9.14.13 → 9.15.1
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 +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [9.15.1](https://github.com/appium/appium-android-driver/compare/v9.15.0...v9.15.1) (2025-01-26)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* Bump chromedriver ([#981](https://github.com/appium/appium-android-driver/issues/981)) ([3c7506a](https://github.com/appium/appium-android-driver/commit/3c7506ac7896dac5af7ed69d53dba83804bfc18e))
|
|
6
|
+
|
|
7
|
+
## [9.15.0](https://github.com/appium/appium-android-driver/compare/v9.14.13...v9.15.0) (2025-01-24)
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* bump appium-adb to handle screenState=SCREEN_STATE_OFF as locked ([#980](https://github.com/appium/appium-android-driver/issues/980)) ([838ddaf](https://github.com/appium/appium-android-driver/commit/838ddafb928dbd4c2e238fb5b89e697f4b27c53d))
|
|
12
|
+
|
|
1
13
|
## [9.14.13](https://github.com/appium/appium-android-driver/compare/v9.14.12...v9.14.13) (2025-01-16)
|
|
2
14
|
|
|
3
15
|
### Miscellaneous Chores
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-android-driver",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.15.1",
|
|
4
4
|
"description": "Android UiAutomator and Chrome support for Appium",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"appium",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@appium/support": "^6.0.0",
|
|
52
52
|
"@colors/colors": "^1.6.0",
|
|
53
|
-
"appium-adb": "^12.
|
|
54
|
-
"appium-chromedriver": "^
|
|
53
|
+
"appium-adb": "^12.12.0",
|
|
54
|
+
"appium-chromedriver": "^7.0.0",
|
|
55
55
|
"asyncbox": "^3.0.0",
|
|
56
56
|
"axios": "^1.x",
|
|
57
57
|
"bluebird": "^3.4.7",
|