@appium/base-driver 8.7.3 → 9.1.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/build/lib/basedriver/capabilities.d.ts +11 -163
- package/build/lib/basedriver/capabilities.d.ts.map +1 -1
- package/build/lib/basedriver/capabilities.js +355 -236
- package/build/lib/basedriver/capabilities.js.map +1 -1
- package/build/lib/basedriver/commands/event.d.ts +7 -6
- package/build/lib/basedriver/commands/event.d.ts.map +1 -1
- package/build/lib/basedriver/commands/event.js +55 -35
- package/build/lib/basedriver/commands/event.js.map +1 -1
- package/build/lib/basedriver/commands/execute.d.ts +7 -6
- package/build/lib/basedriver/commands/execute.d.ts.map +1 -1
- package/build/lib/basedriver/commands/execute.js +66 -58
- package/build/lib/basedriver/commands/execute.js.map +1 -1
- package/build/lib/basedriver/commands/find.d.ts +9 -7
- package/build/lib/basedriver/commands/find.d.ts.map +1 -1
- package/build/lib/basedriver/commands/find.js +102 -54
- package/build/lib/basedriver/commands/find.js.map +1 -1
- package/build/lib/basedriver/commands/index.d.ts +3 -7
- package/build/lib/basedriver/commands/index.d.ts.map +1 -1
- package/build/lib/basedriver/commands/index.js +30 -33
- package/build/lib/basedriver/commands/index.js.map +1 -1
- package/build/lib/basedriver/commands/log.d.ts +8 -9
- package/build/lib/basedriver/commands/log.d.ts.map +1 -1
- package/build/lib/basedriver/commands/log.js +54 -38
- package/build/lib/basedriver/commands/log.js.map +1 -1
- package/build/lib/basedriver/commands/session.d.ts +7 -6
- package/build/lib/basedriver/commands/session.d.ts.map +1 -1
- package/build/lib/basedriver/commands/session.js +46 -39
- package/build/lib/basedriver/commands/session.js.map +1 -1
- package/build/lib/basedriver/commands/settings.d.ts +7 -7
- package/build/lib/basedriver/commands/settings.d.ts.map +1 -1
- package/build/lib/basedriver/commands/settings.js +35 -28
- package/build/lib/basedriver/commands/settings.js.map +1 -1
- package/build/lib/basedriver/commands/timeout.d.ts +7 -5
- package/build/lib/basedriver/commands/timeout.d.ts.map +1 -1
- package/build/lib/basedriver/commands/timeout.js +144 -162
- package/build/lib/basedriver/commands/timeout.js.map +1 -1
- package/build/lib/basedriver/core.d.ts +6 -157
- package/build/lib/basedriver/core.d.ts.map +1 -1
- package/build/lib/basedriver/core.js +361 -230
- package/build/lib/basedriver/core.js.map +1 -1
- package/build/lib/basedriver/desired-caps.js +80 -110
- package/build/lib/basedriver/desired-caps.js.map +1 -1
- package/build/lib/basedriver/device-settings.js +57 -62
- package/build/lib/basedriver/device-settings.js.map +1 -1
- package/build/lib/basedriver/driver.d.ts +11 -262
- package/build/lib/basedriver/driver.d.ts.map +1 -1
- package/build/lib/basedriver/driver.js +362 -262
- package/build/lib/basedriver/driver.js.map +1 -1
- package/build/lib/basedriver/helpers.js +500 -495
- package/build/lib/basedriver/helpers.js.map +1 -1
- package/build/lib/basedriver/logger.d.ts +1 -1
- package/build/lib/basedriver/logger.d.ts.map +1 -1
- package/build/lib/basedriver/logger.js +5 -15
- package/build/lib/basedriver/logger.js.map +1 -1
- package/build/lib/constants.js +14 -14
- package/build/lib/constants.js.map +1 -1
- package/build/lib/express/crash.js +8 -15
- package/build/lib/express/crash.js.map +1 -1
- package/build/lib/express/express-logging.js +49 -59
- package/build/lib/express/express-logging.js.map +1 -1
- package/build/lib/express/idempotency.js +125 -177
- package/build/lib/express/idempotency.js.map +1 -1
- package/build/lib/express/logger.d.ts +1 -1
- package/build/lib/express/logger.d.ts.map +1 -1
- package/build/lib/express/logger.js +5 -15
- package/build/lib/express/logger.js.map +1 -1
- package/build/lib/express/middleware.js +82 -107
- package/build/lib/express/middleware.js.map +1 -1
- package/build/lib/express/server.d.ts +17 -5
- package/build/lib/express/server.d.ts.map +1 -1
- package/build/lib/express/server.js +259 -224
- package/build/lib/express/server.js.map +1 -1
- package/build/lib/express/static.js +64 -81
- package/build/lib/express/static.js.map +1 -1
- package/build/lib/express/websocket.js +115 -87
- package/build/lib/express/websocket.js.map +1 -1
- package/build/lib/helpers/capabilities.d.ts +1 -59
- package/build/lib/helpers/capabilities.d.ts.map +1 -1
- package/build/lib/helpers/capabilities.js +72 -69
- package/build/lib/helpers/capabilities.js.map +1 -1
- package/build/lib/index.js +64 -180
- package/build/lib/index.js.map +1 -1
- package/build/lib/jsonwp-proxy/protocol-converter.js +215 -227
- package/build/lib/jsonwp-proxy/protocol-converter.js.map +1 -1
- package/build/lib/jsonwp-proxy/proxy.d.ts.map +1 -1
- package/build/lib/jsonwp-proxy/proxy.js +355 -393
- package/build/lib/jsonwp-proxy/proxy.js.map +1 -1
- package/build/lib/jsonwp-status/status.js +119 -130
- package/build/lib/jsonwp-status/status.js.map +1 -1
- package/build/lib/protocol/errors.d.ts +135 -32
- package/build/lib/protocol/errors.d.ts.map +1 -1
- package/build/lib/protocol/errors.js +871 -919
- package/build/lib/protocol/errors.js.map +1 -1
- package/build/lib/protocol/helpers.js +37 -37
- package/build/lib/protocol/helpers.js.map +1 -1
- package/build/lib/protocol/index.js +22 -109
- package/build/lib/protocol/index.js.map +1 -1
- package/build/lib/protocol/protocol.js +394 -350
- package/build/lib/protocol/protocol.js.map +1 -1
- package/build/lib/protocol/routes.d.ts +1248 -4
- package/build/lib/protocol/routes.d.ts.map +1 -1
- package/build/lib/protocol/routes.js +972 -1327
- package/build/lib/protocol/routes.js.map +1 -1
- package/build/lib/protocol/validators.js +32 -39
- package/build/lib/protocol/validators.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/lib/basedriver/capabilities.js +83 -39
- package/lib/basedriver/commands/event.js +10 -5
- package/lib/basedriver/commands/execute.js +14 -9
- package/lib/basedriver/commands/find.js +18 -12
- package/lib/basedriver/commands/index.js +21 -16
- package/lib/basedriver/commands/log.js +24 -18
- package/lib/basedriver/commands/session.js +10 -5
- package/lib/basedriver/commands/settings.js +9 -6
- package/lib/basedriver/commands/timeout.js +10 -4
- package/lib/basedriver/core.js +2 -3
- package/lib/basedriver/driver.js +12 -16
- package/lib/express/server.js +6 -3
- package/lib/protocol/errors.js +155 -44
- package/lib/protocol/routes.js +19 -7
- package/package.json +16 -18
|
@@ -5,57 +5,6 @@
|
|
|
5
5
|
* @extends {DriverCore<C>}
|
|
6
6
|
*/
|
|
7
7
|
export class BaseDriverCore<C extends Readonly<Record<string, import("@appium/types").Constraint>>, CArgs extends import("@appium/types").StringRecord = import("@appium/types").StringRecord> extends DriverCore<C> implements SessionHandler<C> {
|
|
8
|
-
static BASE_DESIRED_CAP_CONSTRAINTS: {
|
|
9
|
-
readonly platformName: {
|
|
10
|
-
readonly presence: true;
|
|
11
|
-
readonly isString: true;
|
|
12
|
-
};
|
|
13
|
-
readonly app: {
|
|
14
|
-
readonly isString: true;
|
|
15
|
-
};
|
|
16
|
-
readonly deviceName: {
|
|
17
|
-
readonly isString: true;
|
|
18
|
-
};
|
|
19
|
-
readonly platformVersion: {
|
|
20
|
-
readonly isString: true;
|
|
21
|
-
};
|
|
22
|
-
readonly newCommandTimeout: {
|
|
23
|
-
readonly isNumber: true;
|
|
24
|
-
};
|
|
25
|
-
readonly automationName: {
|
|
26
|
-
readonly isString: true;
|
|
27
|
-
};
|
|
28
|
-
readonly autoLaunch: {
|
|
29
|
-
readonly isBoolean: true;
|
|
30
|
-
};
|
|
31
|
-
readonly udid: {
|
|
32
|
-
readonly isString: true;
|
|
33
|
-
};
|
|
34
|
-
readonly orientation: {
|
|
35
|
-
readonly inclusion: readonly ["LANDSCAPE", "PORTRAIT"];
|
|
36
|
-
};
|
|
37
|
-
readonly autoWebview: {
|
|
38
|
-
readonly isBoolean: true;
|
|
39
|
-
};
|
|
40
|
-
readonly noReset: {
|
|
41
|
-
readonly isBoolean: true;
|
|
42
|
-
};
|
|
43
|
-
readonly fullReset: {
|
|
44
|
-
readonly isBoolean: true;
|
|
45
|
-
};
|
|
46
|
-
readonly language: {
|
|
47
|
-
readonly isString: true;
|
|
48
|
-
};
|
|
49
|
-
readonly locale: {
|
|
50
|
-
readonly isString: true;
|
|
51
|
-
};
|
|
52
|
-
readonly eventTimings: {
|
|
53
|
-
readonly isBoolean: true;
|
|
54
|
-
};
|
|
55
|
-
readonly printPageSourceOnFindFailure: {
|
|
56
|
-
readonly isBoolean: true;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
8
|
/**
|
|
60
9
|
*
|
|
61
10
|
* @param {DriverOpts<C>} opts
|
|
@@ -91,57 +40,7 @@ export class BaseDriverCore<C extends Readonly<Record<string, import("@appium/ty
|
|
|
91
40
|
* @type {Readonly<BaseDriverCapConstraints & C>}
|
|
92
41
|
* @protected
|
|
93
42
|
*/
|
|
94
|
-
protected get _desiredCapConstraints(): Readonly<
|
|
95
|
-
readonly platformName: {
|
|
96
|
-
readonly presence: true;
|
|
97
|
-
readonly isString: true;
|
|
98
|
-
};
|
|
99
|
-
readonly app: {
|
|
100
|
-
readonly isString: true;
|
|
101
|
-
};
|
|
102
|
-
readonly deviceName: {
|
|
103
|
-
readonly isString: true;
|
|
104
|
-
};
|
|
105
|
-
readonly platformVersion: {
|
|
106
|
-
readonly isString: true;
|
|
107
|
-
};
|
|
108
|
-
readonly newCommandTimeout: {
|
|
109
|
-
readonly isNumber: true;
|
|
110
|
-
};
|
|
111
|
-
readonly automationName: {
|
|
112
|
-
readonly isString: true;
|
|
113
|
-
};
|
|
114
|
-
readonly autoLaunch: {
|
|
115
|
-
readonly isBoolean: true;
|
|
116
|
-
};
|
|
117
|
-
readonly udid: {
|
|
118
|
-
readonly isString: true;
|
|
119
|
-
};
|
|
120
|
-
readonly orientation: {
|
|
121
|
-
readonly inclusion: readonly ["LANDSCAPE", "PORTRAIT"];
|
|
122
|
-
};
|
|
123
|
-
readonly autoWebview: {
|
|
124
|
-
readonly isBoolean: true;
|
|
125
|
-
};
|
|
126
|
-
readonly noReset: {
|
|
127
|
-
readonly isBoolean: true;
|
|
128
|
-
};
|
|
129
|
-
readonly fullReset: {
|
|
130
|
-
readonly isBoolean: true;
|
|
131
|
-
};
|
|
132
|
-
readonly language: {
|
|
133
|
-
readonly isString: true;
|
|
134
|
-
};
|
|
135
|
-
readonly locale: {
|
|
136
|
-
readonly isString: true;
|
|
137
|
-
};
|
|
138
|
-
readonly eventTimings: {
|
|
139
|
-
readonly isBoolean: true;
|
|
140
|
-
};
|
|
141
|
-
readonly printPageSourceOnFindFailure: {
|
|
142
|
-
readonly isBoolean: true;
|
|
143
|
-
};
|
|
144
|
-
} & C>;
|
|
43
|
+
protected get _desiredCapConstraints(): Readonly<typeof BASE_DESIRED_CAP_CONSTRAINTS & C>;
|
|
145
44
|
/**
|
|
146
45
|
* @param {string} cmd
|
|
147
46
|
* @param {...any} args
|
|
@@ -190,9 +89,9 @@ export class BaseDriverCore<C extends Readonly<Record<string, import("@appium/ty
|
|
|
190
89
|
deleteSession(sessionId?: string | undefined, driverData?: import("@appium/types").DriverData[] | undefined): Promise<void>;
|
|
191
90
|
/**
|
|
192
91
|
*
|
|
193
|
-
* @param {Capabilities} caps
|
|
92
|
+
* @param {Capabilities<C>} caps
|
|
194
93
|
*/
|
|
195
|
-
logExtraCaps(caps: Capabilities): void;
|
|
94
|
+
logExtraCaps(caps: Capabilities<C>): void;
|
|
196
95
|
/**
|
|
197
96
|
*
|
|
198
97
|
* @param {Capabilities<C>} caps
|
|
@@ -200,7 +99,7 @@ export class BaseDriverCore<C extends Readonly<Record<string, import("@appium/ty
|
|
|
200
99
|
*/
|
|
201
100
|
validateDesiredCaps(caps: Capabilities<C>): boolean;
|
|
202
101
|
}
|
|
203
|
-
declare const BaseDriver_base: import("./commands/execute").ExecuteBase
|
|
102
|
+
declare const BaseDriver_base: import("./commands/execute").ExecuteBase<any>;
|
|
204
103
|
/**
|
|
205
104
|
* This ensures that all of the mixins correctly implement the interface described in {@linkcode Driver}.
|
|
206
105
|
* @template {Constraints} [C={}]
|
|
@@ -211,7 +110,6 @@ export class BaseDriver<C extends Readonly<Record<string, import("@appium/types"
|
|
|
211
110
|
}
|
|
212
111
|
export default BaseDriver;
|
|
213
112
|
export type HTTPMethod = import('@appium/types').HTTPMethod;
|
|
214
|
-
export type ExternalDriver = import('@appium/types').ExternalDriver;
|
|
215
113
|
export type DriverData = import('@appium/types').DriverData;
|
|
216
114
|
export type Constraints = import('@appium/types').Constraints;
|
|
217
115
|
export type Constraint = import('@appium/types').Constraint;
|
|
@@ -222,162 +120,13 @@ export type UpdateServerCallback = (app: import('express').Express, httpServer:
|
|
|
222
120
|
/**
|
|
223
121
|
* This is used to extend {@linkcode BaseDriverCore } by the mixins and also external drivers.
|
|
224
122
|
*/
|
|
225
|
-
export type BaseDriverBase<Proto = {}, Static = {}> = import('@appium/types').Class<BaseDriverCore<
|
|
226
|
-
export type SessionHandler<C extends Readonly<Record<string, import("@appium/types").Constraint>> =
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
readonly app: {
|
|
232
|
-
readonly isString: true;
|
|
233
|
-
};
|
|
234
|
-
readonly deviceName: {
|
|
235
|
-
readonly isString: true;
|
|
236
|
-
};
|
|
237
|
-
readonly platformVersion: {
|
|
238
|
-
readonly isString: true;
|
|
239
|
-
};
|
|
240
|
-
readonly newCommandTimeout: {
|
|
241
|
-
readonly isNumber: true;
|
|
242
|
-
};
|
|
243
|
-
readonly automationName: {
|
|
244
|
-
readonly isString: true;
|
|
245
|
-
};
|
|
246
|
-
readonly autoLaunch: {
|
|
247
|
-
readonly isBoolean: true;
|
|
248
|
-
};
|
|
249
|
-
readonly udid: {
|
|
250
|
-
readonly isString: true;
|
|
251
|
-
};
|
|
252
|
-
readonly orientation: {
|
|
253
|
-
readonly inclusion: readonly ["LANDSCAPE", "PORTRAIT"];
|
|
254
|
-
};
|
|
255
|
-
readonly autoWebview: {
|
|
256
|
-
readonly isBoolean: true;
|
|
257
|
-
};
|
|
258
|
-
readonly noReset: {
|
|
259
|
-
readonly isBoolean: true;
|
|
260
|
-
};
|
|
261
|
-
readonly fullReset: {
|
|
262
|
-
readonly isBoolean: true;
|
|
263
|
-
};
|
|
264
|
-
readonly language: {
|
|
265
|
-
readonly isString: true;
|
|
266
|
-
};
|
|
267
|
-
readonly locale: {
|
|
268
|
-
readonly isString: true;
|
|
269
|
-
};
|
|
270
|
-
readonly eventTimings: {
|
|
271
|
-
readonly isBoolean: true;
|
|
272
|
-
};
|
|
273
|
-
readonly printPageSourceOnFindFailure: {
|
|
274
|
-
readonly isBoolean: true;
|
|
275
|
-
};
|
|
276
|
-
}> = import('@appium/types').SessionHandler<[string, object], void, C>;
|
|
277
|
-
export type Capabilities<C extends Readonly<Record<string, import("@appium/types").Constraint>> = {
|
|
278
|
-
readonly platformName: {
|
|
279
|
-
readonly presence: true;
|
|
280
|
-
readonly isString: true;
|
|
281
|
-
};
|
|
282
|
-
readonly app: {
|
|
283
|
-
readonly isString: true;
|
|
284
|
-
};
|
|
285
|
-
readonly deviceName: {
|
|
286
|
-
readonly isString: true;
|
|
287
|
-
};
|
|
288
|
-
readonly platformVersion: {
|
|
289
|
-
readonly isString: true;
|
|
290
|
-
};
|
|
291
|
-
readonly newCommandTimeout: {
|
|
292
|
-
readonly isNumber: true;
|
|
293
|
-
};
|
|
294
|
-
readonly automationName: {
|
|
295
|
-
readonly isString: true;
|
|
296
|
-
};
|
|
297
|
-
readonly autoLaunch: {
|
|
298
|
-
readonly isBoolean: true;
|
|
299
|
-
};
|
|
300
|
-
readonly udid: {
|
|
301
|
-
readonly isString: true;
|
|
302
|
-
};
|
|
303
|
-
readonly orientation: {
|
|
304
|
-
readonly inclusion: readonly ["LANDSCAPE", "PORTRAIT"];
|
|
305
|
-
};
|
|
306
|
-
readonly autoWebview: {
|
|
307
|
-
readonly isBoolean: true;
|
|
308
|
-
};
|
|
309
|
-
readonly noReset: {
|
|
310
|
-
readonly isBoolean: true;
|
|
311
|
-
};
|
|
312
|
-
readonly fullReset: {
|
|
313
|
-
readonly isBoolean: true;
|
|
314
|
-
};
|
|
315
|
-
readonly language: {
|
|
316
|
-
readonly isString: true;
|
|
317
|
-
};
|
|
318
|
-
readonly locale: {
|
|
319
|
-
readonly isString: true;
|
|
320
|
-
};
|
|
321
|
-
readonly eventTimings: {
|
|
322
|
-
readonly isBoolean: true;
|
|
323
|
-
};
|
|
324
|
-
readonly printPageSourceOnFindFailure: {
|
|
325
|
-
readonly isBoolean: true;
|
|
326
|
-
};
|
|
327
|
-
}, Extra extends void | import("@appium/types").StringRecord = void> = import('@appium/types').Capabilities<C, Extra>;
|
|
328
|
-
export type W3CCapabilities<C extends Readonly<Record<string, import("@appium/types").Constraint>> = {
|
|
329
|
-
readonly platformName: {
|
|
330
|
-
readonly presence: true;
|
|
331
|
-
readonly isString: true;
|
|
332
|
-
};
|
|
333
|
-
readonly app: {
|
|
334
|
-
readonly isString: true;
|
|
335
|
-
};
|
|
336
|
-
readonly deviceName: {
|
|
337
|
-
readonly isString: true;
|
|
338
|
-
};
|
|
339
|
-
readonly platformVersion: {
|
|
340
|
-
readonly isString: true;
|
|
341
|
-
};
|
|
342
|
-
readonly newCommandTimeout: {
|
|
343
|
-
readonly isNumber: true;
|
|
344
|
-
};
|
|
345
|
-
readonly automationName: {
|
|
346
|
-
readonly isString: true;
|
|
347
|
-
};
|
|
348
|
-
readonly autoLaunch: {
|
|
349
|
-
readonly isBoolean: true;
|
|
350
|
-
};
|
|
351
|
-
readonly udid: {
|
|
352
|
-
readonly isString: true;
|
|
353
|
-
};
|
|
354
|
-
readonly orientation: {
|
|
355
|
-
readonly inclusion: readonly ["LANDSCAPE", "PORTRAIT"];
|
|
356
|
-
};
|
|
357
|
-
readonly autoWebview: {
|
|
358
|
-
readonly isBoolean: true;
|
|
359
|
-
};
|
|
360
|
-
readonly noReset: {
|
|
361
|
-
readonly isBoolean: true;
|
|
362
|
-
};
|
|
363
|
-
readonly fullReset: {
|
|
364
|
-
readonly isBoolean: true;
|
|
365
|
-
};
|
|
366
|
-
readonly language: {
|
|
367
|
-
readonly isString: true;
|
|
368
|
-
};
|
|
369
|
-
readonly locale: {
|
|
370
|
-
readonly isString: true;
|
|
371
|
-
};
|
|
372
|
-
readonly eventTimings: {
|
|
373
|
-
readonly isBoolean: true;
|
|
374
|
-
};
|
|
375
|
-
readonly printPageSourceOnFindFailure: {
|
|
376
|
-
readonly isBoolean: true;
|
|
377
|
-
};
|
|
378
|
-
}, Extra extends void | import("@appium/types").StringRecord = void> = import('@appium/types').W3CCapabilities<C, Extra>;
|
|
379
|
-
export type ConstraintsToCaps<C extends Readonly<Record<string, import("@appium/types").Constraint>>> = import('@appium/types').ConstraintsToCaps<C>;
|
|
380
|
-
export type Driver<C extends Readonly<Record<string, import("@appium/types").Constraint>>> = import('@appium/types').Driver<C>;
|
|
123
|
+
export type BaseDriverBase<C extends Readonly<Record<string, import("@appium/types").Constraint>>, Proto = {}, Static = {}> = import('@appium/types').Class<BaseDriverCore<C> & Proto, import("@appium/types").DriverStatic<any> & Static>;
|
|
124
|
+
export type SessionHandler<C extends Readonly<Record<string, import("@appium/types").Constraint>> = typeof BASE_DESIRED_CAP_CONSTRAINTS> = import('@appium/types').SessionHandler<[string, object], void, C>;
|
|
125
|
+
export type Capabilities<C extends Readonly<Record<string, import("@appium/types").Constraint>> = typeof BASE_DESIRED_CAP_CONSTRAINTS, Extra extends void | import("@appium/types").StringRecord = void> = import('@appium/types').Capabilities<C, Extra>;
|
|
126
|
+
export type W3CCapabilities<C extends Readonly<Record<string, import("@appium/types").Constraint>> = typeof BASE_DESIRED_CAP_CONSTRAINTS, Extra extends void | import("@appium/types").StringRecord = void> = import('@appium/types').W3CCapabilities<C, Extra>;
|
|
127
|
+
export type Driver<C extends Readonly<Record<string, import("@appium/types").Constraint>> = typeof BASE_DESIRED_CAP_CONSTRAINTS, CArgs extends import("@appium/types").StringRecord = import("@appium/types").StringRecord> = import('@appium/types').Driver<C, CArgs>;
|
|
128
|
+
export type ExternalDriver<C extends Readonly<Record<string, import("@appium/types").Constraint>>> = import('@appium/types').ExternalDriver<C>;
|
|
381
129
|
export type DriverOpts<C extends Readonly<Record<string, import("@appium/types").Constraint>>> = import('@appium/types').DriverOpts<C>;
|
|
382
130
|
import { DriverCore } from "./core";
|
|
131
|
+
import { BASE_DESIRED_CAP_CONSTRAINTS } from "@appium/types";
|
|
383
132
|
//# sourceMappingURL=driver.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../../lib/basedriver/driver.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../../lib/basedriver/driver.js"],"names":[],"mappings":"AAyBA;;;;;GAKG;AACH,+OAL+B,CAAC;IA+B9B;;;;OAIG;IACH,mBAHW,WAAW,CAAC,CAAC,uBACb,OAAO,EAcjB;IA1CD;;OAEG;IACH,SAFU,KAAK,GAAG,UAAU,CAEpB;IAER;;OAEG;IACH,MAFU,aAAa,CAAC,CAAC,CAEpB;IAEL;;OAEG;IACH,cAFU,gBAAgB,CAAC,CAAC,CAEf;IAEb;;OAEG;IACH,uBAFU,CAAC,CAEW;IAEtB;;OAEG;IACH,MAFU,WAAW,CAAC,CAAC,GAAG,WAAW,wBAAwB,CAAC,CAEzD;IAqBL;;;;;;;;OAQG;IACH,0FAEC;IAMD;;;;OAIG;IACH,oBAJW,MAAM,WACF,GAAG,KACL,QAAQ,GAAG,CAAC,CAsExB;IAED;;;OAGG;IACH,8BAFW,KAAK,GAAC,OAAO,oBAAoB,EAAE,iBAAiB,iBAc9D;IAED,wCAmBC;IAED;;;;;;OAMG;IACH,qBALW,OAAO,eAAe,EAAE,YAAY,QACpC,MAAM,QACN,MAAM,QACN,MAAM,QAOhB;IAJC,yDAAoB;IACpB,+BAAsB;IACtB,+BAAsB;IACtB,+BAAsB;IAOxB,uBA+BC;IAfC,oDAAyC;IAiB3C;;;;;;;;;;;OAWG;IACH,gCANW,gBAAgB,CAAC,CAAC,mLAIhB,QAAQ,CAAC,MAAM,EAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAiF7C;IAED;;;;;OAKG;IACH,8GAFa,QAAQ,IAAI,CAAC,CAczB;IAED;;;OAGG;IACH,mBAFW,aAAa,CAAC,CAAC,QAYzB;IAED;;;;OAIG;IACH,0BAHW,aAAa,CAAC,CAAC,GACb,OAAO,CAqBnB;CACF;;AAED;;;;GAIG;AACH,+IAFuB,CAAC;IAnZkB,kCAAmC;CAqZL;;yBAI3D,OAAO,eAAe,EAAE,UAAU;yBAClC,OAAO,eAAe,EAAE,UAAU;0BAClC,OAAO,eAAe,EAAE,WAAW;yBACnC,OAAO,eAAe,EAAE,UAAU;2BAClC,OAAO,eAAe,EAAE,YAAY;uCACpC,OAAO,eAAe,EAAE,wBAAwB;yBAChD,OAAO,eAAe,EAAE,UAAU;yCAKpC,OAAO,SAAS,EAAE,OAAO,cACzB,OAAO,eAAe,EAAE,YAAY,KAClC,OAAO,WAAW,EAAE,UAAU,CAAC,IAAI,CAAC;;;;8HAQpC,OAAO,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC,GAAG,KAAK,EAAC,4CAAuC,MAAM,CAAC;2IAKtG,OAAO,eAAe,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,EAAC,IAAI,EAAE,CAAC,CAAC;2MAMhE,OAAO,eAAe,EAAE,YAAY,CAAC,CAAC,EAAE,KAAK,CAAC;8MAM9C,OAAO,eAAe,EAAE,eAAe,CAAC,CAAC,EAAE,KAAK,CAAC;8NAMjD,OAAO,eAAe,EAAE,MAAM,CAAC,CAAC,EAAE,KAAK,CAAC;qGAKxC,OAAO,eAAe,EAAE,cAAc,CAAC,CAAC,CAAC;iGAKzC,OAAO,eAAe,EAAE,UAAU,CAAC,CAAC,CAAC"}
|