appium-uiautomator2-driver 4.2.0 → 4.2.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 +12 -0
- package/build/lib/driver.d.ts +12 -0
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/helpers.js +1 -1
- package/build/lib/helpers.js.map +1 -1
- package/build/lib/method-map.d.ts +12 -0
- package/build/lib/method-map.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/lib/helpers.js +1 -1
- package/npm-shrinkwrap.json +31 -31
- package/package.json +2 -2
package/lib/helpers.js
CHANGED
|
@@ -7,7 +7,7 @@ import { fs, system } from 'appium/support';
|
|
|
7
7
|
*/
|
|
8
8
|
export async function isWriteable(filePath) {
|
|
9
9
|
try {
|
|
10
|
-
await fs.access(filePath, fs.W_OK);
|
|
10
|
+
await fs.access(filePath, fs.constants.W_OK);
|
|
11
11
|
if (system.isWindows()) {
|
|
12
12
|
// On operating systems, where access-control policies may
|
|
13
13
|
// limit access to the file system, `fs.access` does not work
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "4.2.
|
|
9
|
+
"version": "4.2.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^12.12.0",
|
|
13
|
-
"appium-android-driver": "^10.
|
|
13
|
+
"appium-android-driver": "^10.3.1",
|
|
14
14
|
"appium-uiautomator2-server": "^7.4.0",
|
|
15
15
|
"asyncbox": "^3.0.0",
|
|
16
16
|
"axios": "^1.6.5",
|
|
@@ -465,9 +465,9 @@
|
|
|
465
465
|
}
|
|
466
466
|
},
|
|
467
467
|
"node_modules/@emnapi/runtime": {
|
|
468
|
-
"version": "1.4.
|
|
469
|
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.
|
|
470
|
-
"integrity": "sha512-
|
|
468
|
+
"version": "1.4.3",
|
|
469
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.3.tgz",
|
|
470
|
+
"integrity": "sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==",
|
|
471
471
|
"extraneous": true,
|
|
472
472
|
"license": "MIT",
|
|
473
473
|
"dependencies": {
|
|
@@ -756,9 +756,9 @@
|
|
|
756
756
|
}
|
|
757
757
|
},
|
|
758
758
|
"node_modules/appium-adb": {
|
|
759
|
-
"version": "12.12.
|
|
760
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.12.
|
|
761
|
-
"integrity": "sha512-
|
|
759
|
+
"version": "12.12.2",
|
|
760
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.12.2.tgz",
|
|
761
|
+
"integrity": "sha512-0IdwRQySyL9p5/M4FOumqlZBDc9kmsViMnN0bxVyZjAmpAa/oyjzQglxOuIkEr+ZE/F+FafSW3p3fZ6zzmN/Zg==",
|
|
762
762
|
"license": "Apache-2.0",
|
|
763
763
|
"dependencies": {
|
|
764
764
|
"@appium/support": "^6.0.0",
|
|
@@ -778,9 +778,9 @@
|
|
|
778
778
|
}
|
|
779
779
|
},
|
|
780
780
|
"node_modules/appium-android-driver": {
|
|
781
|
-
"version": "10.
|
|
782
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-10.
|
|
783
|
-
"integrity": "sha512-
|
|
781
|
+
"version": "10.3.1",
|
|
782
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-10.3.1.tgz",
|
|
783
|
+
"integrity": "sha512-FnwhCKXB85TDhdZsIs6uI02bMJIcewInqL3D+Zrc6S3tiZGiVq0BrMSn4h1FTz1agvhFvA2vqzq2WovgNJ4x7A==",
|
|
784
784
|
"license": "Apache-2.0",
|
|
785
785
|
"dependencies": {
|
|
786
786
|
"@appium/support": "^6.0.0",
|
|
@@ -790,7 +790,7 @@
|
|
|
790
790
|
"asyncbox": "^3.0.0",
|
|
791
791
|
"axios": "^1.x",
|
|
792
792
|
"bluebird": "^3.4.7",
|
|
793
|
-
"io.appium.settings": "^5.14.
|
|
793
|
+
"io.appium.settings": "^5.14.8",
|
|
794
794
|
"lodash": "^4.17.4",
|
|
795
795
|
"lru-cache": "^10.0.1",
|
|
796
796
|
"moment": "^2.24.0",
|
|
@@ -811,9 +811,9 @@
|
|
|
811
811
|
}
|
|
812
812
|
},
|
|
813
813
|
"node_modules/appium-chromedriver": {
|
|
814
|
-
"version": "7.0.
|
|
815
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-7.0.
|
|
816
|
-
"integrity": "sha512-
|
|
814
|
+
"version": "7.0.16",
|
|
815
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-7.0.16.tgz",
|
|
816
|
+
"integrity": "sha512-ooS9EFWPovasdfh65zQ0LXI7RH8fd4JQODs3h0L0AbgtnH6ttD/Rb8vGR2HlvBFebPsNjnYbkAdhhBLINnRNKg==",
|
|
817
817
|
"license": "Apache-2.0",
|
|
818
818
|
"dependencies": {
|
|
819
819
|
"@appium/base-driver": "^9.1.0",
|
|
@@ -836,9 +836,9 @@
|
|
|
836
836
|
}
|
|
837
837
|
},
|
|
838
838
|
"node_modules/appium-uiautomator2-server": {
|
|
839
|
-
"version": "7.4.
|
|
840
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.4.
|
|
841
|
-
"integrity": "sha512-
|
|
839
|
+
"version": "7.4.1",
|
|
840
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.4.1.tgz",
|
|
841
|
+
"integrity": "sha512-xxM48wvnfHXi9jRCa2JyYDitb77E/bmBpL1a3vrlw671Xvv0WIlrAsdx4rpKPbqJuQMkqK3gdAXNTdW9e0TwsA==",
|
|
842
842
|
"license": "Apache-2.0",
|
|
843
843
|
"engines": {
|
|
844
844
|
"node": ">=14",
|
|
@@ -1581,9 +1581,9 @@
|
|
|
1581
1581
|
}
|
|
1582
1582
|
},
|
|
1583
1583
|
"node_modules/css-selector-parser": {
|
|
1584
|
-
"version": "3.1.
|
|
1585
|
-
"resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.1.
|
|
1586
|
-
"integrity": "sha512-
|
|
1584
|
+
"version": "3.1.2",
|
|
1585
|
+
"resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.1.2.tgz",
|
|
1586
|
+
"integrity": "sha512-WfUcL99xWDs7b3eZPoRszWVfbNo8ErCF15PTvVROjkShGlAfjIkG6hlfj/sl6/rfo5Q9x9ryJ3VqVnAZDA+gcw==",
|
|
1587
1587
|
"funding": [
|
|
1588
1588
|
{
|
|
1589
1589
|
"type": "github",
|
|
@@ -1655,9 +1655,9 @@
|
|
|
1655
1655
|
}
|
|
1656
1656
|
},
|
|
1657
1657
|
"node_modules/detect-libc": {
|
|
1658
|
-
"version": "2.0.
|
|
1659
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.
|
|
1660
|
-
"integrity": "sha512-
|
|
1658
|
+
"version": "2.0.4",
|
|
1659
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
|
|
1660
|
+
"integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
|
|
1661
1661
|
"license": "Apache-2.0",
|
|
1662
1662
|
"optional": true,
|
|
1663
1663
|
"engines": {
|
|
@@ -2441,9 +2441,9 @@
|
|
|
2441
2441
|
}
|
|
2442
2442
|
},
|
|
2443
2443
|
"node_modules/io.appium.settings": {
|
|
2444
|
-
"version": "5.14.
|
|
2445
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.14.
|
|
2446
|
-
"integrity": "sha512-
|
|
2444
|
+
"version": "5.14.8",
|
|
2445
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.14.8.tgz",
|
|
2446
|
+
"integrity": "sha512-fApUDJp38I59oEW0oJnP+m+GOSoxRu22Nyp2etArZiWXjIDe3Bx1QVLAxdvKzfacaZ3kzdc5vmRIIAyzzQSPQw==",
|
|
2447
2447
|
"license": "Apache-2.0",
|
|
2448
2448
|
"dependencies": {
|
|
2449
2449
|
"@appium/logger": "^1.3.0",
|
|
@@ -4341,9 +4341,9 @@
|
|
|
4341
4341
|
"license": "0BSD"
|
|
4342
4342
|
},
|
|
4343
4343
|
"node_modules/type-fest": {
|
|
4344
|
-
"version": "4.
|
|
4345
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
4346
|
-
"integrity": "sha512-
|
|
4344
|
+
"version": "4.40.0",
|
|
4345
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.0.tgz",
|
|
4346
|
+
"integrity": "sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==",
|
|
4347
4347
|
"license": "(MIT OR CC0-1.0)",
|
|
4348
4348
|
"engines": {
|
|
4349
4349
|
"node": ">=16"
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "4.2.
|
|
10
|
+
"version": "4.2.2",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/appium/appium-uiautomator2-driver/issues"
|
|
13
13
|
},
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"appium-adb": "^12.12.0",
|
|
60
|
-
"appium-android-driver": "^10.
|
|
60
|
+
"appium-android-driver": "^10.3.1",
|
|
61
61
|
"appium-uiautomator2-server": "^7.4.0",
|
|
62
62
|
"asyncbox": "^3.0.0",
|
|
63
63
|
"axios": "^1.6.5",
|