appium-espresso-driver 2.29.3 → 2.30.0

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.30.0](https://github.com/appium/appium-espresso-driver/compare/v2.29.3...v2.30.0) (2023-12-19)
2
+
3
+
4
+ ### Features
5
+
6
+ * let mobile: getContexts gives waitForWebviewMs ([#960](https://github.com/appium/appium-espresso-driver/issues/960)) ([cefd205](https://github.com/appium/appium-espresso-driver/commit/cefd205a184187fb5c03c90defbc6acf02ed6e6d))
7
+
1
8
  ## [2.29.3](https://github.com/appium/appium-espresso-driver/compare/v2.29.2...v2.29.3) (2023-12-02)
2
9
 
3
10
 
package/README.md CHANGED
@@ -655,7 +655,13 @@ buttonState | int | no | Button state id, `0` by default | 1
655
655
 
656
656
  ### mobile: getContexts
657
657
 
658
- Retrieves a webviews mapping based on CDP endpoints
658
+ Retrieves a WebViews mapping based on CDP endpoints
659
+
660
+ #### Arguments
661
+
662
+ Name | Type | Required | Description | Example
663
+ --- | --- | --- | --- | ---
664
+ waitForWebviewMs | number | no | Tells Espresso driver for how long (in milliseconds) to wait for web view(s) to appear since Espresso driver v2.30.0. If a Chrome process running on the device under test fails to create a connection to the devtools socket, then the chromedriver will rise an error similar to `failed to connect to socket 'localabstract:chrome_devtools_remote'` in Espresso driver. It could cause no WebViews found result, although a couple of retrials may fix it. This argument helps to keep trying to get WebView(s) up to the given time milliseconds as one command call. This issue tends to occur Chrome v115 and over so far. [issues#19251](https://github.com/appium/appium/issues/19251) contains more details. If set to `0`ms (the default value), then Espresso driver only checks the WebView(s) availability once. | 10000
659
665
 
660
666
  #### Returns
661
667
 
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "2.29.3",
3
+ "version": "2.30.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "2.29.3",
9
+ "version": "2.30.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^11.0.1",
13
- "appium-android-driver": "^7.3.0",
13
+ "appium-android-driver": "^7.4.0",
14
14
  "asyncbox": "^3.0.0",
15
15
  "bluebird": "^3.5.0",
16
16
  "lodash": "^4.17.11",
@@ -69,35 +69,35 @@
69
69
  }
70
70
  },
71
71
  "node_modules/@appium/base-driver": {
72
- "version": "9.4.2",
73
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.4.2.tgz",
74
- "integrity": "sha512-J/OEa2PZFqqE8TKnLFHoj7+qToADT02+dIgb5tLBCQqQVtaUnDXicD9n6lrcL2ogmz/W5EgL7HpSK5XC7XDTFA==",
72
+ "version": "9.4.4",
73
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.4.4.tgz",
74
+ "integrity": "sha512-oxtXbFWMQVg8Y+lpdv0oL/G4C5TO3Ns7MDL/di2O//GcOMINCq+LJHvpvO2EX3HpLUX35yOu+3TUKQigPWwbQw==",
75
75
  "dependencies": {
76
- "@appium/support": "^4.1.9",
77
- "@appium/types": "^0.14.2",
76
+ "@appium/support": "^4.1.11",
77
+ "@appium/types": "^0.15.0",
78
78
  "@colors/colors": "1.6.0",
79
79
  "@types/async-lock": "1.4.2",
80
80
  "@types/bluebird": "3.5.42",
81
81
  "@types/express": "4.17.21",
82
- "@types/lodash": "4.14.201",
82
+ "@types/lodash": "4.14.202",
83
83
  "@types/method-override": "0.0.35",
84
84
  "@types/serve-favicon": "2.5.7",
85
85
  "async-lock": "1.4.0",
86
86
  "asyncbox": "3.0.0",
87
- "axios": "1.6.1",
87
+ "axios": "1.6.2",
88
88
  "bluebird": "3.7.2",
89
89
  "body-parser": "1.20.2",
90
90
  "es6-error": "4.1.1",
91
91
  "express": "4.18.2",
92
92
  "http-status-codes": "2.3.0",
93
93
  "lodash": "4.17.21",
94
- "lru-cache": "10.0.1",
94
+ "lru-cache": "10.1.0",
95
95
  "method-override": "3.0.0",
96
96
  "morgan": "1.10.0",
97
97
  "path-to-regexp": "6.2.1",
98
98
  "serve-favicon": "2.5.0",
99
99
  "source-map-support": "0.5.21",
100
- "type-fest": "3.13.1",
100
+ "type-fest": "4.8.3",
101
101
  "validate.js": "0.13.1"
102
102
  },
103
103
  "engines": {
@@ -108,15 +108,10 @@
108
108
  "spdy": "4.0.2"
109
109
  }
110
110
  },
111
- "node_modules/@appium/base-driver/node_modules/@types/lodash": {
112
- "version": "4.14.201",
113
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.201.tgz",
114
- "integrity": "sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ=="
115
- },
116
111
  "node_modules/@appium/schema": {
117
- "version": "0.4.2",
118
- "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.4.2.tgz",
119
- "integrity": "sha512-b2tC2sKAS8wnw8V7W7Rm6pXFt8QY4NTWvibprVYi1g8rZLnlmlIwUW0Gl6FhrWTUyK+u4rbF8vVIIBIU8C+i/g==",
112
+ "version": "0.5.0",
113
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
114
+ "integrity": "sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==",
120
115
  "dependencies": {
121
116
  "@types/json-schema": "7.0.15",
122
117
  "json-schema": "0.4.0",
@@ -128,14 +123,14 @@
128
123
  }
129
124
  },
130
125
  "node_modules/@appium/support": {
131
- "version": "4.1.9",
132
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-4.1.9.tgz",
133
- "integrity": "sha512-R2hNFeSWVmIWOKUintiEw+GEtwR4W4sbdUMdhIJ6ywnWzLAC0m7Nsn5WHGmCJQXVHheLTefRPMME9/C1UkXhzA==",
126
+ "version": "4.1.11",
127
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-4.1.11.tgz",
128
+ "integrity": "sha512-d6Ujgn5IDlzmepI2i41Z3FexuhipZ2DE2omadNCJRMBlf0dd5cXW54WQjsS/5GI1S9c++/9Mk0aEHl/6RQcOpw==",
134
129
  "dependencies": {
135
130
  "@appium/tsconfig": "^0.x",
136
- "@appium/types": "^0.14.2",
131
+ "@appium/types": "^0.15.0",
137
132
  "@colors/colors": "1.6.0",
138
- "@types/archiver": "6.0.1",
133
+ "@types/archiver": "6.0.2",
139
134
  "@types/base64-stream": "1.0.5",
140
135
  "@types/find-root": "1.1.4",
141
136
  "@types/jsftp": "2.1.5",
@@ -143,16 +138,16 @@
143
138
  "@types/lockfile": "1.0.4",
144
139
  "@types/mv": "2.1.4",
145
140
  "@types/ncp": "2.0.8",
146
- "@types/npmlog": "4.1.6",
141
+ "@types/npmlog": "7.0.0",
147
142
  "@types/pluralize": "0.0.33",
148
- "@types/semver": "7.5.5",
149
- "@types/shell-quote": "1.7.4",
143
+ "@types/semver": "7.5.6",
144
+ "@types/shell-quote": "1.7.5",
150
145
  "@types/supports-color": "8.1.3",
151
- "@types/teen_process": "2.0.3",
146
+ "@types/teen_process": "2.0.4",
152
147
  "@types/uuid": "9.0.7",
153
- "@types/which": "3.0.1",
148
+ "@types/which": "3.0.3",
154
149
  "archiver": "6.0.1",
155
- "axios": "1.6.1",
150
+ "axios": "1.6.2",
156
151
  "base64-stream": "1.0.0",
157
152
  "bluebird": "3.7.2",
158
153
  "bplist-creator": "0.1.1",
@@ -180,8 +175,8 @@
180
175
  "shell-quote": "1.8.1",
181
176
  "source-map-support": "0.5.21",
182
177
  "supports-color": "8.1.1",
183
- "teen_process": "2.0.84",
184
- "type-fest": "3.13.1",
178
+ "teen_process": "2.1.1",
179
+ "type-fest": "4.8.3",
185
180
  "uuid": "9.0.1",
186
181
  "which": "4.0.0",
187
182
  "yauzl": "2.10.0"
@@ -194,34 +189,6 @@
194
189
  "sharp": "0.32.6"
195
190
  }
196
191
  },
197
- "node_modules/@appium/support/node_modules/@types/semver": {
198
- "version": "7.5.5",
199
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.5.tgz",
200
- "integrity": "sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg=="
201
- },
202
- "node_modules/@appium/support/node_modules/@types/teen_process": {
203
- "version": "2.0.3",
204
- "resolved": "https://registry.npmjs.org/@types/teen_process/-/teen_process-2.0.3.tgz",
205
- "integrity": "sha512-JOBoIEwRLG0FPqLjFgPv4OiTWRIhxc+QInVjJfgw7IAMR2Dj1nzQB9GfWQMHjCwSH9piX7Do+RqHKISWeQ86Tg==",
206
- "dependencies": {
207
- "@types/node": "*"
208
- }
209
- },
210
- "node_modules/@appium/support/node_modules/teen_process": {
211
- "version": "2.0.84",
212
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.84.tgz",
213
- "integrity": "sha512-pedJy3y/Bp+dzq4CTNvaW4pOY74YLDiGaaiLfeCRgzLZwn2BR2x4WKfcUpS/oG6gYdrEbXxMDZhI1Xbt7OD33g==",
214
- "dependencies": {
215
- "bluebird": "3.7.2",
216
- "lodash": "4.17.21",
217
- "shell-quote": "1.8.1",
218
- "source-map-support": "0.5.21"
219
- },
220
- "engines": {
221
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
222
- "npm": ">=8"
223
- }
224
- },
225
192
  "node_modules/@appium/tsconfig": {
226
193
  "version": "0.3.2",
227
194
  "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.2.tgz",
@@ -235,16 +202,16 @@
235
202
  }
236
203
  },
237
204
  "node_modules/@appium/types": {
238
- "version": "0.14.2",
239
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.14.2.tgz",
240
- "integrity": "sha512-sjekfbaych5Zpd+Y+bV6RYB4HzAAbLfgIXLZSbVgTM8O11qCjeDORxkuAOfFGeXUMNLEXCKiKzZ9Nnbjqm36Ww==",
205
+ "version": "0.15.0",
206
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.15.0.tgz",
207
+ "integrity": "sha512-7Ht9ZdvcgBHc0ecttIlfFSMbVmKNL5YRX05BVCBakArWghN97xGRJ5VoUwgEeR8VE+iK0m+3R1p0/7HIxyqRJg==",
241
208
  "dependencies": {
242
- "@appium/schema": "^0.4.2",
209
+ "@appium/schema": "^0.5.0",
243
210
  "@appium/tsconfig": "^0.x",
244
211
  "@types/express": "4.17.21",
245
- "@types/npmlog": "4.1.6",
246
- "@types/ws": "8.5.9",
247
- "type-fest": "3.13.1"
212
+ "@types/npmlog": "7.0.0",
213
+ "@types/ws": "8.5.10",
214
+ "type-fest": "4.8.3"
248
215
  },
249
216
  "engines": {
250
217
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -516,9 +483,9 @@
516
483
  "integrity": "sha512-VmsCG04YR58ciHBeJKBDNMWWfYbyP8FekWVuTlpstaUPlat1D0x/tXzkWP7yCMU0eSz9V4OZU0LBWTFJ3xZf6w=="
517
484
  },
518
485
  "node_modules/@types/archiver": {
519
- "version": "6.0.1",
520
- "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-6.0.1.tgz",
521
- "integrity": "sha512-F2+JkmDYvtQrtb2YldwL0apRB1/WB6ub+1zVF/bKp3TOygUMFqfOLuw5Fj62Q+DPwJUFz1eocMxJMu7yVpplZA==",
486
+ "version": "6.0.2",
487
+ "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-6.0.2.tgz",
488
+ "integrity": "sha512-KmROQqbQzKGuaAbmK+ZcytkJ51+YqDa7NmbXjmtC5YBLSyQYo21YaUnQ3HbaPFKL1ooo6RQ6OPYPIDyxfpDDXw==",
522
489
  "dependencies": {
523
490
  "@types/readdir-glob": "*"
524
491
  }
@@ -616,6 +583,11 @@
616
583
  "resolved": "https://registry.npmjs.org/@types/lockfile/-/lockfile-1.0.4.tgz",
617
584
  "integrity": "sha512-Q8oFIHJHr+htLrTXN2FuZfg+WXVHQRwU/hC2GpUu+Q8e3FUM9EDkS2pE3R2AO1ZGu56f479ybdMCNF1DAu8cAQ=="
618
585
  },
586
+ "node_modules/@types/lodash": {
587
+ "version": "4.14.202",
588
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz",
589
+ "integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ=="
590
+ },
619
591
  "node_modules/@types/method-override": {
620
592
  "version": "0.0.35",
621
593
  "resolved": "https://registry.npmjs.org/@types/method-override/-/method-override-0.0.35.tgz",
@@ -643,9 +615,9 @@
643
615
  }
644
616
  },
645
617
  "node_modules/@types/node": {
646
- "version": "20.10.2",
647
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.2.tgz",
648
- "integrity": "sha512-37MXfxkb0vuIlRKHNxwCkb60PNBpR94u4efQuN4JgIAm66zfCDXGSAFCef9XUWFovX2R1ok6Z7MHhtdVXXkkIw==",
618
+ "version": "20.10.5",
619
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.5.tgz",
620
+ "integrity": "sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==",
649
621
  "dependencies": {
650
622
  "undici-types": "~5.26.4"
651
623
  }
@@ -656,9 +628,9 @@
656
628
  "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
657
629
  },
658
630
  "node_modules/@types/npmlog": {
659
- "version": "4.1.6",
660
- "resolved": "https://registry.npmjs.org/@types/npmlog/-/npmlog-4.1.6.tgz",
661
- "integrity": "sha512-0l3z16vnlJGl2Mi/rgJFrdwfLZ4jfNYgE6ZShEpjqhHuGTqdEzNles03NpYHwUMVYZa+Tj46UxKIEpE78lQ3DQ==",
631
+ "version": "7.0.0",
632
+ "resolved": "https://registry.npmjs.org/@types/npmlog/-/npmlog-7.0.0.tgz",
633
+ "integrity": "sha512-hJWbrKFvxKyWwSUXjZMYTINsSOY6IclhvGOZ97M8ac2tmR9hMwmTnYaMdpGhvju9ctWLTPhCS+eLfQNluiEjQQ==",
662
634
  "dependencies": {
663
635
  "@types/node": "*"
664
636
  }
@@ -686,6 +658,11 @@
686
658
  "@types/node": "*"
687
659
  }
688
660
  },
661
+ "node_modules/@types/semver": {
662
+ "version": "7.5.6",
663
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz",
664
+ "integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A=="
665
+ },
689
666
  "node_modules/@types/send": {
690
667
  "version": "0.17.4",
691
668
  "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz",
@@ -714,29 +691,37 @@
714
691
  }
715
692
  },
716
693
  "node_modules/@types/shell-quote": {
717
- "version": "1.7.4",
718
- "resolved": "https://registry.npmjs.org/@types/shell-quote/-/shell-quote-1.7.4.tgz",
719
- "integrity": "sha512-ifo7UZx1tZb4O/I7SjSOUJmPcXcXCMU7NQ/QkcYPGnDWZHX7ViGCPWyzZXk3ThD/WDxuJHr5Uieyb02Cyz7Yng=="
694
+ "version": "1.7.5",
695
+ "resolved": "https://registry.npmjs.org/@types/shell-quote/-/shell-quote-1.7.5.tgz",
696
+ "integrity": "sha512-+UE8GAGRPbJVQDdxi16dgadcBfQ+KG2vgZhV1+3A1XmHbmwcdwhCUwIdy+d3pAGrbvgRoVSjeI9vOWyq376Yzw=="
720
697
  },
721
698
  "node_modules/@types/supports-color": {
722
699
  "version": "8.1.3",
723
700
  "resolved": "https://registry.npmjs.org/@types/supports-color/-/supports-color-8.1.3.tgz",
724
701
  "integrity": "sha512-Hy6UMpxhE3j1tLpl27exp1XqHD7n8chAiNPzWfz16LPZoMMoSc4dzLl6w9qijkEb/r5O1ozdu1CWGA2L83ZeZg=="
725
702
  },
703
+ "node_modules/@types/teen_process": {
704
+ "version": "2.0.4",
705
+ "resolved": "https://registry.npmjs.org/@types/teen_process/-/teen_process-2.0.4.tgz",
706
+ "integrity": "sha512-AJT0syZovEDa4j17szoRJX5BE2RxD3FVp6SownH43mF16TPnsV0zhtsvFGlgs5QkgsNpoooNnF+HjMow7Jd3jA==",
707
+ "dependencies": {
708
+ "@types/node": "*"
709
+ }
710
+ },
726
711
  "node_modules/@types/uuid": {
727
712
  "version": "9.0.7",
728
713
  "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz",
729
714
  "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g=="
730
715
  },
731
716
  "node_modules/@types/which": {
732
- "version": "3.0.1",
733
- "resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.1.tgz",
734
- "integrity": "sha512-OJWjr4k8gS1HXuOnCmQbBrQez+xqt/zqfp5PhgbKtsmEFEuojAg23arr+TiTZZ1TORdUF9RKXb/WKEpT1dwgSg=="
717
+ "version": "3.0.3",
718
+ "resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.3.tgz",
719
+ "integrity": "sha512-2C1+XoY0huExTbs8MQv1DuS5FS86+SEjdM9F/+GS61gg5Hqbtj8ZiDSx8MfWcyei907fIPbfPGCOrNUTnVHY1g=="
735
720
  },
736
721
  "node_modules/@types/ws": {
737
- "version": "8.5.9",
738
- "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.9.tgz",
739
- "integrity": "sha512-jbdrY0a8lxfdTp/+r7Z4CkycbOFN8WX+IOchLJr3juT/xzbJ8URyTVSJ/hvNdadTgM1mnedb47n+Y31GsFnQlg==",
722
+ "version": "8.5.10",
723
+ "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz",
724
+ "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==",
740
725
  "dependencies": {
741
726
  "@types/node": "*"
742
727
  }
@@ -817,9 +802,9 @@
817
802
  }
818
803
  },
819
804
  "node_modules/appium-android-driver": {
820
- "version": "7.3.1",
821
- "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-7.3.1.tgz",
822
- "integrity": "sha512-0Rr4ZL6wZwgf6cXrAfT5/cIh1/fjVVBK0sPiEB4cegugPMWy10vA/xRQMuKFaPQ8uCvX8gSKpOf/ekXMBAsGvg==",
805
+ "version": "7.4.1",
806
+ "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-7.4.1.tgz",
807
+ "integrity": "sha512-xTc0ymH8bcpdKRMWMkKbekBz4dH/MoBPLEqsPCn6XndSQF3FQLjYbAJ4Bd+GgcDaSGo0CZNeHH15nN7mKSMDhg==",
823
808
  "dependencies": {
824
809
  "appium-adb": "^11.0.1",
825
810
  "appium-chromedriver": "^5.5.1",
@@ -846,21 +831,10 @@
846
831
  "appium": "^2.0.0-beta.40"
847
832
  }
848
833
  },
849
- "node_modules/appium-android-driver/node_modules/type-fest": {
850
- "version": "4.8.2",
851
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.8.2.tgz",
852
- "integrity": "sha512-mcvrCjixA5166hSrUoJgGb9gBQN4loMYyj9zxuMs/66ibHNEFd5JXMw37YVDx58L4/QID9jIzdTBB4mDwDJ6KQ==",
853
- "engines": {
854
- "node": ">=16"
855
- },
856
- "funding": {
857
- "url": "https://github.com/sponsors/sindresorhus"
858
- }
859
- },
860
834
  "node_modules/appium-chromedriver": {
861
- "version": "5.6.24",
862
- "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.24.tgz",
863
- "integrity": "sha512-TMmfY+6Ey0s2Hve/+clSGAyuJtdRIisCcADD6//RLNGl47wGho5jRerCWV0j4D/XnUqSxYJe+XkYxo6iAaEYVw==",
835
+ "version": "5.6.27",
836
+ "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.27.tgz",
837
+ "integrity": "sha512-ODYJWrUbNGHvdZ1U1Jbz5KraDvF2sC2EReEsvD8MXGZFRxZZpldEMWYB/vA9oJ6d1hUyIEzUXbdbDGfxGQSgiw==",
864
838
  "hasInstallScript": true,
865
839
  "dependencies": {
866
840
  "@appium/base-driver": "^9.1.0",
@@ -994,9 +968,9 @@
994
968
  }
995
969
  },
996
970
  "node_modules/are-we-there-yet/node_modules/readable-stream": {
997
- "version": "4.4.2",
998
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
999
- "integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
971
+ "version": "4.5.1",
972
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.1.tgz",
973
+ "integrity": "sha512-uQjbf34vmf/asGnOHQEw07Q4llgMACQZTWWa4MmICS0IKJoHbLwKCy71H3eR99Dw5iYejc6W+pqZZEeqRtUFAw==",
1000
974
  "dependencies": {
1001
975
  "abort-controller": "^3.0.0",
1002
976
  "buffer": "^6.0.3",
@@ -1054,9 +1028,9 @@
1054
1028
  "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
1055
1029
  },
1056
1030
  "node_modules/axios": {
1057
- "version": "1.6.1",
1058
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz",
1059
- "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==",
1031
+ "version": "1.6.2",
1032
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz",
1033
+ "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==",
1060
1034
  "dependencies": {
1061
1035
  "follow-redirects": "^1.15.0",
1062
1036
  "form-data": "^4.0.0",
@@ -2176,27 +2150,6 @@
2176
2150
  "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
2177
2151
  "optional": true
2178
2152
  },
2179
- "node_modules/handlebars": {
2180
- "version": "4.7.8",
2181
- "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz",
2182
- "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==",
2183
- "extraneous": true,
2184
- "dependencies": {
2185
- "minimist": "^1.2.5",
2186
- "neo-async": "^2.6.2",
2187
- "source-map": "^0.6.1",
2188
- "wordwrap": "^1.0.0"
2189
- },
2190
- "bin": {
2191
- "handlebars": "bin/handlebars"
2192
- },
2193
- "engines": {
2194
- "node": ">=0.4.7"
2195
- },
2196
- "optionalDependencies": {
2197
- "uglify-js": "^3.1.4"
2198
- }
2199
- },
2200
2153
  "node_modules/has-flag": {
2201
2154
  "version": "4.0.0",
2202
2155
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
@@ -2564,15 +2517,6 @@
2564
2517
  "safe-buffer": "~5.1.0"
2565
2518
  }
2566
2519
  },
2567
- "node_modules/lilconfig": {
2568
- "version": "2.1.0",
2569
- "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
2570
- "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
2571
- "extraneous": true,
2572
- "engines": {
2573
- "node": ">=10"
2574
- }
2575
- },
2576
2520
  "node_modules/lines-and-columns": {
2577
2521
  "version": "1.2.4",
2578
2522
  "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
@@ -2632,9 +2576,9 @@
2632
2576
  }
2633
2577
  },
2634
2578
  "node_modules/lru-cache": {
2635
- "version": "10.0.1",
2636
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz",
2637
- "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==",
2579
+ "version": "10.1.0",
2580
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
2581
+ "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
2638
2582
  "engines": {
2639
2583
  "node": "14 || >=16.14"
2640
2584
  }
@@ -2907,16 +2851,10 @@
2907
2851
  "node": ">= 0.6"
2908
2852
  }
2909
2853
  },
2910
- "node_modules/neo-async": {
2911
- "version": "2.6.2",
2912
- "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
2913
- "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
2914
- "extraneous": true
2915
- },
2916
2854
  "node_modules/node-abi": {
2917
- "version": "3.51.0",
2918
- "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.51.0.tgz",
2919
- "integrity": "sha512-SQkEP4hmNWjlniS5zdnfIXTk1x7Ome85RDzHlTbBtzE97Gfwz/Ipw4v/Ryk20DWIy3yCNVLVlGKApCnmvYoJbA==",
2855
+ "version": "3.52.0",
2856
+ "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.52.0.tgz",
2857
+ "integrity": "sha512-JJ98b02z16ILv7859irtXn4oUaFWADtvkzy2c0IAatNVX2Mc9Yoh8z6hZInn3QwvMEYhHuQloYi+TTQy67SIdQ==",
2920
2858
  "optional": true,
2921
2859
  "dependencies": {
2922
2860
  "semver": "^7.3.5"
@@ -3880,9 +3818,9 @@
3880
3818
  }
3881
3819
  },
3882
3820
  "node_modules/streamx": {
3883
- "version": "2.15.5",
3884
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.15.5.tgz",
3885
- "integrity": "sha512-9thPGMkKC2GctCzyCUjME3yR03x2xNo0GPKGkRw2UMYN+gqWa9uqpyNWhmsNCutU5zHmkUum0LsCRQTXUgUCAg==",
3821
+ "version": "2.15.6",
3822
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.15.6.tgz",
3823
+ "integrity": "sha512-q+vQL4AAz+FdfT137VF69Cc/APqUbxy+MDOImRrMvchJpigHj9GksgDU2LYbO9rx7RX6osWgxJB2WxhYv4SZAw==",
3886
3824
  "dependencies": {
3887
3825
  "fast-fifo": "^1.1.0",
3888
3826
  "queue-tick": "^1.0.1"
@@ -4034,17 +3972,17 @@
4034
3972
  }
4035
3973
  },
4036
3974
  "node_modules/teen_process": {
4037
- "version": "2.0.102",
4038
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.102.tgz",
4039
- "integrity": "sha512-nUEoMZEsp4WzBDZq3AlmUfT+7qfy+3/+U2FXC+54qcwR0Mok8EyT35W4CMBLfgI0shEX9XqCrnAQEo8JhJOZEw==",
3975
+ "version": "2.1.1",
3976
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.1.tgz",
3977
+ "integrity": "sha512-PIX+PyH6h52uJeGpXfjLdIBRim5pPkJTkO/PPeLCa5NlofqlasTjcvNUUYo6XurnxSTl0o17sBzIrVoXNuqwGg==",
4040
3978
  "dependencies": {
4041
- "bluebird": "3.7.2",
4042
- "lodash": "4.17.21",
4043
- "shell-quote": "1.8.1",
4044
- "source-map-support": "0.5.21"
3979
+ "bluebird": "^3.7.2",
3980
+ "lodash": "^4.17.21",
3981
+ "shell-quote": "^1.8.1",
3982
+ "source-map-support": "^0.x"
4045
3983
  },
4046
3984
  "engines": {
4047
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
3985
+ "node": "^16.13.0 || >=18.0.0",
4048
3986
  "npm": ">=8"
4049
3987
  }
4050
3988
  },
@@ -4088,11 +4026,11 @@
4088
4026
  }
4089
4027
  },
4090
4028
  "node_modules/type-fest": {
4091
- "version": "3.13.1",
4092
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz",
4093
- "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==",
4029
+ "version": "4.8.3",
4030
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.8.3.tgz",
4031
+ "integrity": "sha512-//BaTm14Q/gHBn09xlnKNqfI8t6bmdzx2DXYfPBNofN0WUybCEUDcbCWcTa0oF09lzLjZgPphXAsvRiMK0V6Bw==",
4094
4032
  "engines": {
4095
- "node": ">=14.16"
4033
+ "node": ">=16"
4096
4034
  },
4097
4035
  "funding": {
4098
4036
  "url": "https://github.com/sponsors/sindresorhus"
@@ -4122,18 +4060,6 @@
4122
4060
  "node": ">=14.17"
4123
4061
  }
4124
4062
  },
4125
- "node_modules/uglify-js": {
4126
- "version": "3.17.4",
4127
- "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz",
4128
- "integrity": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==",
4129
- "extraneous": true,
4130
- "bin": {
4131
- "uglifyjs": "bin/uglifyjs"
4132
- },
4133
- "engines": {
4134
- "node": ">=0.8.0"
4135
- }
4136
- },
4137
4063
  "node_modules/undici-types": {
4138
4064
  "version": "5.26.5",
4139
4065
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
@@ -4273,12 +4199,6 @@
4273
4199
  "node": ">=8"
4274
4200
  }
4275
4201
  },
4276
- "node_modules/wordwrap": {
4277
- "version": "1.0.0",
4278
- "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",
4279
- "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==",
4280
- "extraneous": true
4281
- },
4282
4202
  "node_modules/wrap-ansi": {
4283
4203
  "version": "7.0.0",
4284
4204
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
@@ -4374,9 +4294,9 @@
4374
4294
  "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
4375
4295
  },
4376
4296
  "node_modules/ws": {
4377
- "version": "8.14.2",
4378
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz",
4379
- "integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==",
4297
+ "version": "8.15.1",
4298
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.1.tgz",
4299
+ "integrity": "sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==",
4380
4300
  "engines": {
4381
4301
  "node": ">=10.0.0"
4382
4302
  },
@@ -4402,9 +4322,9 @@
4402
4322
  }
4403
4323
  },
4404
4324
  "node_modules/xpath": {
4405
- "version": "0.0.33",
4406
- "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.33.tgz",
4407
- "integrity": "sha512-NNXnzrkDrAzalLhIUc01jO2mOzXGXh1JwPgkihcLLzw98c0WgYDmmjSh1Kl3wzaxSVWMuA+fe0WTWOBDWCBmNA==",
4325
+ "version": "0.0.34",
4326
+ "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.34.tgz",
4327
+ "integrity": "sha512-FxF6+rkr1rNSQrhUNYrAFJpRXNzlDoMxeXN5qI84939ylEv3qqPFKa85Oxr6tDaJKqwW6KKyo2v26TSv3k6LeA==",
4408
4328
  "engines": {
4409
4329
  "node": ">=0.6.0"
4410
4330
  }
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "2.29.3",
10
+ "version": "2.30.0",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -72,7 +72,7 @@
72
72
  ],
73
73
  "dependencies": {
74
74
  "appium-adb": "^11.0.1",
75
- "appium-android-driver": "^7.3.0",
75
+ "appium-android-driver": "^7.4.0",
76
76
  "asyncbox": "^3.0.0",
77
77
  "bluebird": "^3.5.0",
78
78
  "lodash": "^4.17.11",