appium-uiautomator2-driver 2.32.2 → 2.32.3
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 +7 -0
- package/build/lib/constraints.d.ts +0 -21
- package/build/lib/constraints.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +408 -364
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.32.3](https://github.com/appium/appium-uiautomator2-driver/compare/v2.32.2...v2.32.3) (2023-10-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* Always use latest types ([19754b2](https://github.com/appium/appium-uiautomator2-driver/commit/19754b2b0043b03df729e588a62eec0e571557b3))
|
|
7
|
+
|
|
1
8
|
## [2.32.2](https://github.com/appium/appium-uiautomator2-driver/compare/v2.32.1...v2.32.2) (2023-10-18)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -25,9 +25,6 @@ declare const UIAUTOMATOR2_CONSTRAINTS: {
|
|
|
25
25
|
readonly deviceReadyTimeout: {
|
|
26
26
|
readonly isNumber: true;
|
|
27
27
|
};
|
|
28
|
-
readonly androidCoverage: {
|
|
29
|
-
readonly isString: true;
|
|
30
|
-
};
|
|
31
28
|
readonly androidDeviceReadyTimeout: {
|
|
32
29
|
readonly isNumber: true;
|
|
33
30
|
};
|
|
@@ -83,9 +80,6 @@ declare const UIAUTOMATOR2_CONSTRAINTS: {
|
|
|
83
80
|
readonly enableWebviewDetailsCollection: {
|
|
84
81
|
readonly isBoolean: true;
|
|
85
82
|
};
|
|
86
|
-
readonly chromeDriverPort: {
|
|
87
|
-
readonly isNumber: true;
|
|
88
|
-
};
|
|
89
83
|
readonly chromedriverPort: {
|
|
90
84
|
readonly isNumber: true;
|
|
91
85
|
};
|
|
@@ -137,9 +131,6 @@ declare const UIAUTOMATOR2_CONSTRAINTS: {
|
|
|
137
131
|
readonly unicodeKeyboard: {
|
|
138
132
|
readonly isBoolean: true;
|
|
139
133
|
};
|
|
140
|
-
readonly resetKeyboard: {
|
|
141
|
-
readonly isBoolean: true;
|
|
142
|
-
};
|
|
143
134
|
readonly noSign: {
|
|
144
135
|
readonly isBoolean: true;
|
|
145
136
|
};
|
|
@@ -152,12 +143,6 @@ declare const UIAUTOMATOR2_CONSTRAINTS: {
|
|
|
152
143
|
readonly nativeWebScreenshot: {
|
|
153
144
|
readonly isBoolean: true;
|
|
154
145
|
};
|
|
155
|
-
readonly androidScreenshotPath: {
|
|
156
|
-
readonly isString: true;
|
|
157
|
-
};
|
|
158
|
-
readonly androidInstallPath: {
|
|
159
|
-
readonly isString: true;
|
|
160
|
-
};
|
|
161
146
|
readonly clearSystemFiles: {
|
|
162
147
|
readonly isBoolean: true;
|
|
163
148
|
};
|
|
@@ -167,9 +152,6 @@ declare const UIAUTOMATOR2_CONSTRAINTS: {
|
|
|
167
152
|
readonly autoGrantPermissions: {
|
|
168
153
|
readonly isBoolean: true;
|
|
169
154
|
};
|
|
170
|
-
readonly sharedPreferences: {
|
|
171
|
-
readonly isObject: true;
|
|
172
|
-
};
|
|
173
155
|
readonly networkSpeed: {
|
|
174
156
|
readonly isString: true;
|
|
175
157
|
};
|
|
@@ -267,9 +249,6 @@ declare const UIAUTOMATOR2_CONSTRAINTS: {
|
|
|
267
249
|
readonly ignoreUnimportantViews: {
|
|
268
250
|
readonly isBoolean: true;
|
|
269
251
|
};
|
|
270
|
-
readonly acceptSslCerts: {
|
|
271
|
-
readonly isBoolean: true;
|
|
272
|
-
};
|
|
273
252
|
readonly disableWindowAnimation: {
|
|
274
253
|
readonly isBoolean: true;
|
|
275
254
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constraints.d.ts","sourceRoot":"","sources":["../../lib/constraints.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"constraints.d.ts","sourceRoot":"","sources":["../../lib/constraints.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCE,CAAC;AAEjC,eAAe,wBAAwB,CAAC;AAExC,MAAM,MAAM,uBAAuB,GAAG,OAAO,wBAAwB,CAAC"}
|