@appium/types 1.0.0 → 1.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.
Files changed (64) hide show
  1. package/build/lib/capabilities.d.ts +1 -2
  2. package/build/lib/capabilities.d.ts.map +1 -1
  3. package/build/lib/{command.d.ts → command-maps.d.ts} +1 -1
  4. package/build/lib/command-maps.d.ts.map +1 -0
  5. package/build/lib/command-maps.js +4 -0
  6. package/build/lib/command-maps.js.map +1 -0
  7. package/build/lib/commands/appium.d.ts +100 -0
  8. package/build/lib/commands/appium.d.ts.map +1 -0
  9. package/build/lib/{command.js → commands/appium.js} +1 -2
  10. package/build/lib/commands/appium.js.map +1 -0
  11. package/build/lib/commands/basedriver.d.ts +370 -0
  12. package/build/lib/commands/basedriver.d.ts.map +1 -0
  13. package/build/lib/commands/basedriver.js +3 -0
  14. package/build/lib/commands/basedriver.js.map +1 -0
  15. package/build/lib/commands/index.d.ts +7 -0
  16. package/build/lib/commands/index.d.ts.map +1 -0
  17. package/build/lib/commands/index.js +23 -0
  18. package/build/lib/commands/index.js.map +1 -0
  19. package/build/lib/commands/jsonwp.d.ts +37 -0
  20. package/build/lib/commands/jsonwp.d.ts.map +1 -0
  21. package/build/lib/commands/jsonwp.js +3 -0
  22. package/build/lib/commands/jsonwp.js.map +1 -0
  23. package/build/lib/commands/mjsonwp.d.ts +65 -0
  24. package/build/lib/commands/mjsonwp.d.ts.map +1 -0
  25. package/build/lib/commands/mjsonwp.js +3 -0
  26. package/build/lib/commands/mjsonwp.js.map +1 -0
  27. package/build/lib/commands/other-protocols.d.ts +300 -0
  28. package/build/lib/commands/other-protocols.d.ts.map +1 -0
  29. package/build/lib/commands/other-protocols.js +3 -0
  30. package/build/lib/commands/other-protocols.js.map +1 -0
  31. package/build/lib/commands/webdriver.d.ts +443 -0
  32. package/build/lib/commands/webdriver.d.ts.map +1 -0
  33. package/build/lib/commands/webdriver.js +3 -0
  34. package/build/lib/commands/webdriver.js.map +1 -0
  35. package/build/lib/constraints.d.ts +19 -0
  36. package/build/lib/constraints.d.ts.map +1 -1
  37. package/build/lib/constraints.js.map +1 -1
  38. package/build/lib/driver.d.ts +9 -1056
  39. package/build/lib/driver.d.ts.map +1 -1
  40. package/build/lib/index.d.ts +2 -1
  41. package/build/lib/index.d.ts.map +1 -1
  42. package/build/lib/index.js +2 -1
  43. package/build/lib/index.js.map +1 -1
  44. package/build/lib/plugin.d.ts +1 -1
  45. package/build/lib/plugin.d.ts.map +1 -1
  46. package/build/lib/standard-caps.d.ts +8 -0
  47. package/build/lib/standard-caps.d.ts.map +1 -1
  48. package/lib/capabilities.ts +1 -2
  49. package/lib/commands/appium.ts +115 -0
  50. package/lib/commands/basedriver.ts +476 -0
  51. package/lib/commands/index.ts +6 -0
  52. package/lib/commands/jsonwp.ts +41 -0
  53. package/lib/commands/mjsonwp.ts +71 -0
  54. package/lib/commands/other-protocols.ts +387 -0
  55. package/lib/commands/webdriver.ts +511 -0
  56. package/lib/constraints.ts +18 -1
  57. package/lib/driver.ts +25 -1279
  58. package/lib/index.ts +2 -1
  59. package/lib/plugin.ts +1 -1
  60. package/lib/standard-caps.ts +8 -0
  61. package/package.json +5 -5
  62. package/build/lib/command.d.ts.map +0 -1
  63. package/build/lib/command.js.map +0 -1
  64. /package/lib/{command.ts → command-maps.ts} +0 -0
@@ -1,5 +1,4 @@
1
- import { BaseDriverCapConstraints } from './constraints';
2
- import { Constraint, Constraints } from './driver';
1
+ import { Constraint, Constraints, BaseDriverCapConstraints } from './constraints';
3
2
  import { StandardCapabilities } from './standard-caps';
4
3
  import { AnyCase, StringRecord } from './util';
5
4
  export { StandardCapabilities };
@@ -1 +1 @@
1
- {"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../../lib/capabilities.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../../lib/capabilities.ts"],"names":[],"mappings":"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"}
@@ -275,4 +275,4 @@ export interface ListExtensionsResponse {
275
275
  */
276
276
  rest?: RestExtensionsMap;
277
277
  }
278
- //# sourceMappingURL=command.d.ts.map
278
+ //# sourceMappingURL=command-maps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command-maps.d.ts","sourceRoot":"","sources":["../../lib/command-maps.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
4
+ //# sourceMappingURL=command-maps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command-maps.js","sourceRoot":"","sources":["../../lib/command-maps.ts"],"names":[],"mappings":";;AA4JC,CAAC"}
@@ -0,0 +1,100 @@
1
+ /**
2
+ * Interface for all Appium extension commands proxied to the external driver.
3
+ */
4
+ export interface IAppiumCommands {
5
+ /**
6
+ * Get the current time on the device under timeouts
7
+ *
8
+ * @param format - the date/time format you would like the response into
9
+ *
10
+ * @returns The formatted time
11
+ */
12
+ getDeviceTime?(format?: string): Promise<string>;
13
+ /**
14
+ * Install an app on a device
15
+ *
16
+ * @param appPath - the absolute path to a local app or a URL of a downloadable app bundle
17
+ * @param options - driver-specific install options
18
+ */
19
+ installApp?(appPath: string, options?: unknown): Promise<void>;
20
+ /**
21
+ * Launch an app
22
+ *
23
+ * @param appId - the package or bundle ID of the application
24
+ * @param options - driver-specific launch options
25
+ */
26
+ activateApp?(appId: string, options?: unknown): Promise<void>;
27
+ /**
28
+ * Remove / uninstall an app
29
+ *
30
+ * @param appId - the package or bundle ID of the application
31
+ * @param options - driver-specific launch options
32
+ *
33
+ * @returns `true` if successful
34
+ */
35
+ removeApp?(appId: string, options?: unknown): Promise<boolean>;
36
+ /**
37
+ * Quit / terminate / stop a running application
38
+ *
39
+ * @param appId - the package or bundle ID of the application
40
+ * @param options - driver-specific launch options
41
+ */
42
+ terminateApp?(appId: string, options?: unknown): Promise<boolean>;
43
+ /**
44
+ * Determine whether an app is installed
45
+ *
46
+ * @param appId - the package or bundle ID of the application
47
+ */
48
+ isAppInstalled?(appId: string): Promise<boolean>;
49
+ /**
50
+ * Get the running state of an app
51
+ *
52
+ * @param appId - the package or bundle ID of the application
53
+ *
54
+ * @returns A number representing the state. `0` means not installed, `1` means not running, `2`
55
+ * means running in background but suspended, `3` means running in the background, and `4` means
56
+ * running in the foreground
57
+ */
58
+ queryAppState?(appId: string): Promise<0 | 1 | 2 | 3 | 4>;
59
+ /**
60
+ * Attempt to hide a virtual keyboard
61
+ *
62
+ * @param strategy - the driver-specific name of a hiding strategy to follow
63
+ * @param key - the text of a key to use to hide the keyboard
64
+ * @param keyCode - a key code to trigger to hide the keyboard
65
+ * @param keyName - the name of a key to use to hide the keyboard
66
+ *
67
+ * @returns Whether the keyboard was successfully hidden. May never return `false` on some platforms
68
+ */
69
+ hideKeyboard?(strategy?: string, key?: string, keyCode?: string, keyName?: string): Promise<boolean>;
70
+ /**
71
+ * Determine whether the keyboard is shown
72
+ *
73
+ * @returns Whether the keyboard is shown
74
+ */
75
+ isKeyboardShown?(): Promise<boolean>;
76
+ /**
77
+ * Push data to a file at a remote path on the device
78
+ *
79
+ * @param path - the remote path on the device to create the file at
80
+ * @param data - the base64-encoded data which will be decoded and written to `path`
81
+ */
82
+ pushFile?(path: string, data: string): Promise<void>;
83
+ /**
84
+ * Retrieve the data from a file on the device at a given path
85
+ *
86
+ * @param path - the remote path on the device to pull file data from
87
+ *
88
+ * @returns The base64-encoded file data
89
+ */
90
+ pullFile?(path: string): Promise<string>;
91
+ /**
92
+ * Retrieve the data from a folder on the device at a given path
93
+ *
94
+ * @param path - the remote path of a directory on the device
95
+ *
96
+ * @returns The base64-encoded zip file of the directory contents
97
+ */
98
+ pullFolder?(path: string): Promise<string>;
99
+ }
100
+ //# sourceMappingURL=appium.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appium.d.ts","sourceRoot":"","sources":["../../../lib/commands/appium.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;;;KAMC;IACH,aAAa,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IAEjD;;;;;OAKG;IACH,UAAU,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAE/D;;;;;OAKG;IACH,WAAW,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAE9D;;;;;;;OAOG;IACH,SAAS,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IAE/D;;;;;OAKG;IACH,YAAY,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IAElE;;;;OAIG;IACH,cAAc,CAAC,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IAEjD;;;;;;;;OAQG;IACH,aAAa,CAAC,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;IAE1D;;;;;;;;;OASG;IACH,YAAY,CAAC,CACX,QAAQ,CAAC,EAAE,MAAM,EACjB,GAAG,CAAC,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,MAAM,GACf,OAAO,CAAC,OAAO,CAAC,CAAC;IAEpB;;;;OAIG;IACH,eAAe,CAAC,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;IAErC;;;;;OAKG;IACH,QAAQ,CAAC,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAErD;;;;;;OAMG;IACH,QAAQ,CAAC,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IAEzC;;;;;;OAMG;IACH,UAAU,CAAC,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;CAC5C"}
@@ -1,4 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- ;
4
- //# sourceMappingURL=command.js.map
3
+ //# sourceMappingURL=appium.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appium.js","sourceRoot":"","sources":["../../../lib/commands/appium.ts"],"names":[],"mappings":""}
@@ -0,0 +1,370 @@
1
+ import type { DriverCaps, W3CDriverCaps } from '../capabilities';
2
+ import type { Constraints } from '../constraints';
3
+ import type { Element, StringRecord } from '../util';
4
+ export interface IBidiCommands {
5
+ bidiSubscribe(events: string[], contexts: string[]): Promise<void>;
6
+ bidiUnsubscribe(events: string[], contexts: string[]): Promise<void>;
7
+ bidiStatus(): Promise<DriverStatus>;
8
+ }
9
+ export interface DriverStatus {
10
+ ready: boolean;
11
+ message: string;
12
+ [key: string]: any;
13
+ }
14
+ export interface ITimeoutCommands {
15
+ /**
16
+ * Set the various timeouts associated with a session
17
+ * @see {@link https://w3c.github.io/webdriver/#set-timeouts}
18
+ *
19
+ * @param type - used only for the old (JSONWP) command, the type of the timeout
20
+ * @param ms - used only for the old (JSONWP) command, the ms for the timeout
21
+ * @param script - the number in ms for the script timeout, used for the W3C command
22
+ * @param pageLoad - the number in ms for the pageLoad timeout, used for the W3C command
23
+ * @param implicit - the number in ms for the implicit wait timeout, used for the W3C command
24
+ */
25
+ timeouts(type?: string, ms?: number | string, script?: number, pageLoad?: number, implicit?: number | string): Promise<void>;
26
+ /**
27
+ * Set the new command timeout
28
+ *
29
+ * @param ms - the timeout in ms
30
+ */
31
+ setNewCommandTimeout(ms: number): void;
32
+ /**
33
+ * A helper method (not a command) used to set the implicit wait value
34
+ *
35
+ * @param ms - the implicit wait in ms
36
+ */
37
+ setImplicitWait(ms: number): void;
38
+ /**
39
+ * Periodically retry an async function up until the currently set implicit wait timeout
40
+ *
41
+ * @param condition - the behaviour to retry until it returns truthy
42
+ *
43
+ * @returns The return value of the condition
44
+ */
45
+ implicitWaitForCondition(condition: (...args: any[]) => Promise<any>): Promise<unknown>;
46
+ /**
47
+ * Get the current timeouts
48
+ * @see {@link https://w3c.github.io/webdriver/#get-timeouts}
49
+ *
50
+ * @returns A map of timeout names to ms values
51
+ */
52
+ getTimeouts(): Promise<Record<string, number>>;
53
+ /**
54
+ * Set the implicit wait value that was sent in via the W3C protocol
55
+ *
56
+ * @param ms - the timeout in ms
57
+ */
58
+ implicitWaitW3C(ms: number): Promise<void>;
59
+ /**
60
+ * Set the page load timeout value that was sent in via the W3C protocol
61
+ *
62
+ * @param ms - the timeout in ms
63
+ */
64
+ pageLoadTimeoutW3C(ms: number): Promise<void>;
65
+ /**
66
+ * Set the script timeout value that was sent in via the W3C protocol
67
+ *
68
+ * @param ms - the timeout in ms
69
+ */
70
+ scriptTimeoutW3C(ms: number): Promise<void>;
71
+ /**
72
+ * Set Appium's new command timeout
73
+ *
74
+ * @param ms - the timeout in ms
75
+ */
76
+ newCommandTimeout(ms: number): Promise<void>;
77
+ /**
78
+ * Get a timeout value from a number or a string
79
+ *
80
+ * @param ms - the timeout value as a number or a string
81
+ *
82
+ * @returns The timeout as a number in ms
83
+ */
84
+ parseTimeoutArgument(ms: number | string): number;
85
+ }
86
+ export interface IEventCommands {
87
+ /**
88
+ * Add a custom-named event to the Appium event log
89
+ *
90
+ * @param vendor - the name of the vendor or tool the event belongs to, to namespace the event
91
+ * @param event - the name of the event itself
92
+ */
93
+ logCustomEvent(vendor: string, event: string): Promise<void>;
94
+ /**
95
+ * Get a list of events that have occurred in the current session
96
+ *
97
+ * @param type - filter the returned events by including one or more types
98
+ *
99
+ * @returns The event history for the session
100
+ */
101
+ getLogEvents(type?: string | string[]): Promise<EventHistory | Record<string, number>>;
102
+ }
103
+ export interface EventHistory {
104
+ commands: EventHistoryCommand[];
105
+ [key: string]: any;
106
+ }
107
+ export interface EventHistoryCommand {
108
+ cmd: string;
109
+ startTime: number;
110
+ endTime: number;
111
+ }
112
+ export interface IExecuteCommands {
113
+ /**
114
+ * Call an `Execute Method` by its name with the given arguments. This method will check that the
115
+ * driver has registered the method matching the name, and send it the arguments.
116
+ *
117
+ * @param script - the name of the Execute Method
118
+ * @param args - a singleton array containing an arguments object
119
+ *
120
+ * @returns The result of calling the Execute Method
121
+ */
122
+ executeMethod<TArgs extends readonly any[] | readonly [StringRecord<unknown>] = unknown[], TReturn = unknown>(script: string, args: TArgs): Promise<TReturn>;
123
+ }
124
+ export interface IFindCommands {
125
+ /**
126
+ * Find a UI element given a locator strategy and a selector, erroring if it can't be found
127
+ * @see {@link https://w3c.github.io/webdriver/#find-element}
128
+ *
129
+ * @param strategy - the locator strategy
130
+ * @param selector - the selector to combine with the strategy to find the specific element
131
+ *
132
+ * @returns The element object encoding the element id which can be used in element-related
133
+ * commands
134
+ */
135
+ findElement(strategy: string, selector: string): Promise<Element>;
136
+ /**
137
+ * Find a a list of all UI elements matching a given a locator strategy and a selector
138
+ * @see {@link https://w3c.github.io/webdriver/#find-elements}
139
+ *
140
+ * @param strategy - the locator strategy
141
+ * @param selector - the selector to combine with the strategy to find the specific elements
142
+ *
143
+ * @returns A possibly-empty list of element objects
144
+ */
145
+ findElements(strategy: string, selector: string): Promise<Element[]>;
146
+ /**
147
+ * Find a UI element given a locator strategy and a selector, erroring if it can't be found. Only
148
+ * look for elements among the set of descendants of a given element
149
+ * @see {@link https://w3c.github.io/webdriver/#find-element-from-element}
150
+ *
151
+ * @param strategy - the locator strategy
152
+ * @param selector - the selector to combine with the strategy to find the specific element
153
+ * @param elementId - the id of the element to use as the search basis
154
+ *
155
+ * @returns The element object encoding the element id which can be used in element-related
156
+ * commands
157
+ */
158
+ findElementFromElement(strategy: string, selector: string, elementId: string): Promise<Element>;
159
+ /**
160
+ * Find a a list of all UI elements matching a given a locator strategy and a selector. Only
161
+ * look for elements among the set of descendants of a given element
162
+ * @see {@link https://w3c.github.io/webdriver/#find-elements-from-element}
163
+ *
164
+ * @param strategy - the locator strategy
165
+ * @param selector - the selector to combine with the strategy to find the specific elements
166
+ * @param elementId - the id of the element to use as the search basis
167
+ *
168
+ * @returns A possibly-empty list of element objects
169
+ */
170
+ findElementsFromElement(strategy: string, selector: string, elementId: string): Promise<Element[]>;
171
+ /**
172
+ * Find an element from a shadow root
173
+ * @see {@link https://w3c.github.io/webdriver/#find-element-from-shadow-root}
174
+ * @param strategy - the locator strategy
175
+ * @param selector - the selector to combine with the strategy to find the specific elements
176
+ * @param shadowId - the id of the element to use as the search basis
177
+ *
178
+ * @returns The element inside the shadow root matching the selector
179
+ */
180
+ findElementFromShadowRoot?(strategy: string, selector: string, shadowId: string): Promise<Element>;
181
+ /**
182
+ * Find elements from a shadow root
183
+ * @see {@link https://w3c.github.io/webdriver/#find-element-from-shadow-root}
184
+ * @param strategy - the locator strategy
185
+ * @param selector - the selector to combine with the strategy to find the specific elements
186
+ * @param shadowId - the id of the element to use as the search basis
187
+ *
188
+ * @returns A possibly empty list of elements inside the shadow root matching the selector
189
+ */
190
+ findElementsFromShadowRoot?(strategy: string, selector: string, shadowId: string): Promise<Element[]>;
191
+ /**
192
+ * A helper method that returns one or more UI elements based on the search criteria
193
+ *
194
+ * @param strategy - the locator strategy
195
+ * @param selector - the selector
196
+ * @param mult - whether or not we want to find multiple elements
197
+ * @param context - the element to use as the search context basis if desiredCapabilities
198
+ *
199
+ * @returns A single element or list of elements
200
+ */
201
+ findElOrEls(strategy: string, selector: string, mult: true, context?: any): Promise<Element[]>;
202
+ findElOrEls(strategy: string, selector: string, mult: false, context?: any): Promise<Element>;
203
+ /**
204
+ * This is a wrapper for {@linkcode findElOrEls} that validates locator strategies
205
+ * and implements the `appium:printPageSourceOnFindFailure` capability
206
+ *
207
+ * @param strategy - the locator strategy
208
+ * @param selector - the selector
209
+ * @param mult - whether or not we want to find multiple elements
210
+ * @param context - the element to use as the search context basis if desiredCapabilities
211
+ *
212
+ * @returns A single element or list of elements
213
+ */
214
+ findElOrElsWithProcessing(strategy: string, selector: string, mult: true, context?: any): Promise<Element[]>;
215
+ findElOrElsWithProcessing(strategy: string, selector: string, mult: false, context?: any): Promise<Element>;
216
+ /**
217
+ * Get the current page/app source as HTML/XML
218
+ * @see {@link https://w3c.github.io/webdriver/#get-page-source}
219
+ *
220
+ * @returns The UI hierarchy in a platform-appropriate format (e.g., HTML for a web page)
221
+ */
222
+ getPageSource(): Promise<string>;
223
+ }
224
+ export interface ILogCommands {
225
+ /**
226
+ * Definition of the available log types
227
+ */
228
+ supportedLogTypes: Readonly<LogDefRecord>;
229
+ /**
230
+ * Get available log types as a list of strings
231
+ */
232
+ getLogTypes(): Promise<string[]>;
233
+ /**
234
+ * Get the log for a given log type.
235
+ *
236
+ * @param logType - Name/key of log type as defined in {@linkcode ILogCommands.supportedLogTypes}.
237
+ */
238
+ getLog(logType: string): Promise<any>;
239
+ }
240
+ /**
241
+ * A record of {@linkcode LogDef} objects, keyed by the log type name.
242
+ * Used in {@linkcode ILogCommands.supportedLogTypes}
243
+ */
244
+ export type LogDefRecord = Record<string, LogDef>;
245
+ /**
246
+ * A definition of a log type
247
+ */
248
+ export interface LogDef {
249
+ /**
250
+ * Description of the log type.
251
+ *
252
+ * The only place this is used is in error messages if the client provides an invalid log type
253
+ * via {@linkcode ILogCommands.getLog}.
254
+ */
255
+ description: string;
256
+ /**
257
+ * Returns all the log data for the given type
258
+ *
259
+ * This implementation *should* drain, truncate or otherwise reset the log buffer.
260
+ */
261
+ getter: (driver: any) => Promise<unknown> | unknown;
262
+ }
263
+ export interface ISettingsCommands<T extends object = object> {
264
+ /**
265
+ * Update the session's settings dictionary with a new settings object
266
+ *
267
+ * @param settings - A key-value map of setting names to values. Settings not named in the map
268
+ * will not have their value adjusted.
269
+ */
270
+ updateSettings: (settings: T) => Promise<void>;
271
+ /**
272
+ * Get the current settings for the session
273
+ *
274
+ * @returns The settings object
275
+ */
276
+ getSettings(): Promise<T>;
277
+ }
278
+ /**
279
+ * An interface which creates and deletes sessions.
280
+ */
281
+ export interface ISessionHandler<C extends Constraints = Constraints, CreateResult = DefaultCreateSessionResult<C>, DeleteResult = DefaultDeleteSessionResult, SessionData extends StringRecord = StringRecord> {
282
+ /**
283
+ * Start a new automation session
284
+ * @see {@link https://w3c.github.io/webdriver/#new-session}
285
+ *
286
+ * @privateRemarks
287
+ * The shape of this method is strange because it used to support both JSONWP and W3C
288
+ * capabilities. This will likely change in the future to simplify.
289
+ *
290
+ * @param w3cCaps1 - the new session capabilities
291
+ * @param w3cCaps2 - another place the new session capabilities could be sent (typically left undefined)
292
+ * @param w3cCaps3 - another place the new session capabilities could be sent (typically left undefined)
293
+ * @param driverData - a list of DriverData objects representing other sessions running for this
294
+ * driver on the same Appium server. This information can be used to help ensure no conflict of
295
+ * resources
296
+ *
297
+ * @returns The capabilities object representing the created session
298
+ */
299
+ createSession(w3cCaps1: W3CDriverCaps<C>, w3cCaps2?: W3CDriverCaps<C>, w3cCaps3?: W3CDriverCaps<C>, driverData?: DriverData[]): Promise<CreateResult>;
300
+ /**
301
+ * Stop an automation session
302
+ * @see {@link https://w3c.github.io/webdriver/#delete-session}
303
+ *
304
+ * @param sessionId - the id of the session that is to be deleted
305
+ * @param driverData - the driver data for other currently-running sessions
306
+ */
307
+ deleteSession(sessionId?: string, driverData?: DriverData[]): Promise<DeleteResult | void>;
308
+ /**
309
+ * Get the data for the current session
310
+ *
311
+ * @returns A session data object
312
+ */
313
+ getSession(): Promise<SingularSessionData<C, SessionData>>;
314
+ /**
315
+ * Get the capabilities of the current session
316
+ *
317
+ * @returns A session capabilities object
318
+ */
319
+ getAppiumSessionCapabilities(): Promise<SessionCapabilities<C>>;
320
+ }
321
+ /**
322
+ * @see {@linkcode ISessionHandler}
323
+ */
324
+ export type DefaultCreateSessionResult<C extends Constraints> = [
325
+ sessionId: string,
326
+ capabilities: DriverCaps<C>
327
+ ];
328
+ /**
329
+ * @see {@linkcode ISessionHandler}
330
+ */
331
+ export type DefaultDeleteSessionResult = void;
332
+ /**
333
+ * Custom session data for a driver.
334
+ */
335
+ export type DriverData = Record<string, unknown>;
336
+ /**
337
+ * Data returned by {@linkcode ISessionHandler.getSession}.
338
+ *
339
+ * @typeParam C - The driver's capability constraints
340
+ * @typeParam T - Any extra data the driver stuffs in here
341
+ * @privateRemarks The content of this object looks implementation-specific and in practice is not well-defined. It's _possible_ to fully type this in the future.
342
+ */
343
+ export type SingularSessionData<C extends Constraints = Constraints, T extends StringRecord = StringRecord> = DriverCaps<C> & {
344
+ events?: EventHistory;
345
+ error?: string;
346
+ } & T;
347
+ /**
348
+ * Data returned by `AppiumDriver.getAppiumSessions`
349
+ *
350
+ * @typeParam C - The driver's constraints
351
+ */
352
+ export interface TimestampedMultiSessionData<C extends Constraints = Constraints> {
353
+ id: string;
354
+ created: number;
355
+ capabilities: DriverCaps<C>;
356
+ }
357
+ /**
358
+ * Data returned by {@linkcode ISessionCommands.getAppiumSessionCapabilities}.
359
+ *
360
+ * @typeParam C - The driver's constraints
361
+ * @typeParam T - Any extra data the driver stuffs in here
362
+ */
363
+ export type SessionCapabilities<C extends Constraints = Constraints, T extends StringRecord = StringRecord> = {
364
+ capabilities: DriverCaps<C>;
365
+ } & T;
366
+ /**
367
+ * Interface for all commands expected to be implemented by BaseDriver.
368
+ */
369
+ export type IImplementedCommands<C extends Constraints = Constraints, Settings extends StringRecord = StringRecord, CreateResult = DefaultCreateSessionResult<C>, DeleteResult = DefaultDeleteSessionResult, SessionData extends StringRecord = StringRecord> = IBidiCommands & ILogCommands & IFindCommands & ISettingsCommands<Settings> & ITimeoutCommands & IEventCommands & IExecuteCommands & ISessionHandler<C, CreateResult, DeleteResult, SessionData>;
370
+ //# sourceMappingURL=basedriver.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"basedriver.d.ts","sourceRoot":"","sources":["../../../lib/commands/basedriver.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=basedriver.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"basedriver.js","sourceRoot":"","sources":["../../../lib/commands/basedriver.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ export * from './appium';
2
+ export * from './basedriver';
3
+ export * from './jsonwp';
4
+ export * from './mjsonwp';
5
+ export * from './other-protocols';
6
+ export * from './webdriver';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/commands/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./appium"), exports);
18
+ __exportStar(require("./basedriver"), exports);
19
+ __exportStar(require("./jsonwp"), exports);
20
+ __exportStar(require("./mjsonwp"), exports);
21
+ __exportStar(require("./other-protocols"), exports);
22
+ __exportStar(require("./webdriver"), exports);
23
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/commands/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,+CAA6B;AAC7B,2CAAyB;AACzB,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Interface for all JSONWP commands proxied to the external driver.
3
+ */
4
+ export interface IJSONWPCommands {
5
+ /**
6
+ * Get the device orientation
7
+ *
8
+ * @returns The orientation string
9
+ */
10
+ getOrientation?(): Promise<string>;
11
+ /**
12
+ * Set the device orientation
13
+ *
14
+ * @param orientation - the orientation string
15
+ */
16
+ setOrientation?(orientation: string): Promise<void>;
17
+ /**
18
+ * Get the virtual or real geographical location of a device
19
+ *
20
+ * @returns The location
21
+ */
22
+ getGeoLocation?(): Promise<Location>;
23
+ /**
24
+ * Set the virtual geographical location of a device
25
+ *
26
+ * @param location - the location including latitude and longitude
27
+ * @returns The complete location
28
+ */
29
+ setGeoLocation?(location: Partial<Location>): Promise<Location>;
30
+ }
31
+ export type Orientation = 'LANDSCAPE' | 'PORTRAIT';
32
+ export interface Location {
33
+ latitude: number;
34
+ longitude: number;
35
+ altitude?: number;
36
+ }
37
+ //# sourceMappingURL=jsonwp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jsonwp.d.ts","sourceRoot":"","sources":["../../../lib/commands/jsonwp.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;;;OAIG;IACH,cAAc,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC;IAEnC;;;;OAIG;IACH,cAAc,CAAC,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAEpD;;;;OAIG;IACH,cAAc,CAAC,IAAI,OAAO,CAAC,QAAQ,CAAC,CAAC;IAErC;;;;;OAKG;IACH,cAAc,CAAC,CAAC,QAAQ,EAAE,OAAO,CAAC,QAAQ,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;CACjE;AAED,MAAM,MAAM,WAAW,GAAG,WAAW,GAAG,UAAU,CAAC;AAEnD,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=jsonwp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jsonwp.js","sourceRoot":"","sources":["../../../lib/commands/jsonwp.ts"],"names":[],"mappings":""}