@appium/fake-driver 6.0.1 → 6.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/commands/alert.d.ts +10 -13
- package/build/lib/commands/alert.d.ts.map +1 -1
- package/build/lib/commands/alert.js +39 -46
- package/build/lib/commands/alert.js.map +1 -1
- package/build/lib/commands/contexts.d.ts +9 -13
- package/build/lib/commands/contexts.d.ts.map +1 -1
- package/build/lib/commands/contexts.js +55 -62
- package/build/lib/commands/contexts.js.map +1 -1
- package/build/lib/commands/element.d.ts +23 -26
- package/build/lib/commands/element.d.ts.map +1 -1
- package/build/lib/commands/element.js +100 -89
- package/build/lib/commands/element.js.map +1 -1
- package/build/lib/commands/find.d.ts +14 -17
- package/build/lib/commands/find.d.ts.map +1 -1
- package/build/lib/commands/find.js +66 -63
- package/build/lib/commands/find.js.map +1 -1
- package/build/lib/commands/general.d.ts +25 -28
- package/build/lib/commands/general.d.ts.map +1 -1
- package/build/lib/commands/general.js +90 -75
- package/build/lib/commands/general.js.map +1 -1
- package/build/lib/desired-caps.d.ts +14 -0
- package/build/lib/desired-caps.d.ts.map +1 -0
- package/build/lib/desired-caps.js +16 -0
- package/build/lib/desired-caps.js.map +1 -0
- package/build/lib/doctor/common.d.ts +11 -0
- package/build/lib/doctor/common.d.ts.map +1 -0
- package/build/lib/doctor/common.js +25 -0
- package/build/lib/doctor/common.js.map +1 -0
- package/build/lib/doctor/fake1.d.ts +3 -0
- package/build/lib/doctor/fake1.d.ts.map +1 -0
- package/build/lib/doctor/fake1.js +6 -0
- package/build/lib/doctor/fake1.js.map +1 -0
- package/build/lib/doctor/fake2.d.ts +3 -0
- package/build/lib/doctor/fake2.d.ts.map +1 -0
- package/build/lib/doctor/fake2.js +6 -0
- package/build/lib/doctor/fake2.js.map +1 -0
- package/build/lib/driver.d.ts +128 -156
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +146 -154
- package/build/lib/driver.js.map +1 -1
- package/build/lib/fake-app.d.ts +37 -45
- package/build/lib/fake-app.d.ts.map +1 -1
- package/build/lib/fake-app.js +61 -38
- package/build/lib/fake-app.js.map +1 -1
- package/build/lib/fake-driver-schema.d.ts +16 -11
- package/build/lib/fake-driver-schema.d.ts.map +1 -1
- package/build/lib/fake-driver-schema.js +2 -17
- package/build/lib/fake-driver-schema.js.map +1 -1
- package/build/lib/fake-element.d.ts +27 -26
- package/build/lib/fake-element.d.ts.map +1 -1
- package/build/lib/fake-element.js +19 -19
- package/build/lib/fake-element.js.map +1 -1
- package/build/lib/index.d.ts +2 -3
- package/build/lib/index.d.ts.map +1 -1
- package/build/lib/index.js +2 -6
- package/build/lib/index.js.map +1 -1
- package/build/lib/logger.d.ts +1 -2
- package/build/lib/logger.d.ts.map +1 -1
- package/build/lib/logger.js +2 -2
- package/build/lib/logger.js.map +1 -1
- package/build/lib/scripts/fake-error.d.ts.map +1 -1
- package/build/lib/scripts/fake-error.js.map +1 -1
- package/build/lib/scripts/fake-stdin.d.ts.map +1 -1
- package/build/lib/scripts/fake-stdin.js.map +1 -1
- package/build/lib/scripts/fake-success.d.ts.map +1 -1
- package/build/lib/scripts/fake-success.js +3 -6
- package/build/lib/scripts/fake-success.js.map +1 -1
- package/build/lib/server.d.ts +2 -1
- package/build/lib/server.d.ts.map +1 -1
- package/build/lib/server.js +3 -5
- package/build/lib/server.js.map +1 -1
- package/build/lib/types.d.ts +1 -1
- package/build/lib/types.d.ts.map +1 -1
- package/lib/commands/alert.ts +31 -61
- package/lib/commands/contexts.ts +50 -73
- package/lib/commands/element.ts +122 -135
- package/lib/commands/find.ts +100 -115
- package/lib/commands/general.ts +122 -127
- package/lib/desired-caps.ts +16 -0
- package/lib/doctor/common.ts +26 -0
- package/lib/doctor/fake1.ts +3 -0
- package/lib/doctor/fake2.ts +3 -0
- package/lib/driver.ts +321 -0
- package/lib/fake-app.ts +234 -0
- package/lib/fake-driver-schema.ts +43 -0
- package/lib/fake-element.ts +128 -0
- package/lib/{index.js → index.ts} +5 -9
- package/lib/logger.ts +3 -0
- package/lib/scripts/{fake-success.js → fake-success.ts} +1 -1
- package/lib/{server.js → server.ts} +3 -4
- package/lib/types.ts +1 -1
- package/package.json +10 -14
- package/tsconfig.json +2 -1
- package/build/lib/commands/index.d.ts +0 -14
- package/build/lib/commands/index.d.ts.map +0 -1
- package/build/lib/commands/index.js +0 -16
- package/build/lib/commands/index.js.map +0 -1
- package/build/lib/commands/mixin.d.ts +0 -11
- package/build/lib/commands/mixin.d.ts.map +0 -1
- package/build/lib/commands/mixin.js +0 -16
- package/build/lib/commands/mixin.js.map +0 -1
- package/lib/commands/index.ts +0 -14
- package/lib/commands/mixin.ts +0 -13
- package/lib/driver.js +0 -356
- package/lib/fake-app.js +0 -190
- package/lib/fake-driver-schema.js +0 -35
- package/lib/fake-element.js +0 -117
- package/lib/logger.js +0 -5
- package/test/fixtures/app.xml +0 -38
- /package/lib/scripts/{fake-error.js → fake-error.ts} +0 -0
- /package/lib/scripts/{fake-stdin.js → fake-stdin.ts} +0 -0
package/build/lib/driver.d.ts
CHANGED
|
@@ -1,40 +1,132 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
|
|
15
|
-
export
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
readonly isString: true;
|
|
1
|
+
import type { Express, Request, Response } from 'express';
|
|
2
|
+
import type { Server as HttpServer } from 'node:http';
|
|
3
|
+
import { BaseDriver } from 'appium/driver';
|
|
4
|
+
import type { DriverData, InitialOpts } from '@appium/types';
|
|
5
|
+
import type { FakeDriverConstraints } from './desired-caps';
|
|
6
|
+
import type { FakeDriverCaps, W3CFakeDriverCaps } from './types';
|
|
7
|
+
import { FakeApp } from './fake-app';
|
|
8
|
+
import type { FakeElement } from './fake-element';
|
|
9
|
+
import * as alertCommands from './commands/alert';
|
|
10
|
+
import * as contextsCommands from './commands/contexts';
|
|
11
|
+
import * as elementCommands from './commands/element';
|
|
12
|
+
import * as findCommands from './commands/find';
|
|
13
|
+
import * as generalCommands from './commands/general';
|
|
14
|
+
export type { FakeDriverConstraints };
|
|
15
|
+
export type { Orientation } from '@appium/types';
|
|
16
|
+
/** Driver supporting a generic "fake thing" value (getFakeThing / setFakeThing). */
|
|
17
|
+
export declare class FakeDriver<Thing = unknown> extends BaseDriver<FakeDriverConstraints> {
|
|
18
|
+
readonly desiredCapConstraints: {
|
|
19
|
+
readonly app: {
|
|
20
|
+
readonly presence: true;
|
|
21
|
+
readonly isString: true;
|
|
22
|
+
};
|
|
23
|
+
readonly uniqueApp: {
|
|
24
|
+
readonly isBoolean: true;
|
|
25
|
+
};
|
|
26
|
+
readonly runClock: {
|
|
27
|
+
readonly isBoolean: true;
|
|
28
|
+
};
|
|
30
29
|
};
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
curContext: string;
|
|
31
|
+
readonly appModel: FakeApp;
|
|
32
|
+
_proxyActive: boolean;
|
|
33
|
+
shook: boolean;
|
|
34
|
+
focusedElId: string | null;
|
|
35
|
+
fakeThing: Thing | null;
|
|
36
|
+
/** Next numeric id for new elements; keys in elMap are stringified. */
|
|
37
|
+
maxElId: number;
|
|
38
|
+
/** Map of element id (string) to FakeElement for this session. */
|
|
39
|
+
elMap: Record<string, FakeElement>;
|
|
40
|
+
/** If set, Bidi connections are proxied to this URL instead of handling locally. */
|
|
41
|
+
private _bidiProxyUrl;
|
|
42
|
+
private _clockRunning;
|
|
43
|
+
/** Current document URL; set by bidiNavigate, returned by getUrl. */
|
|
44
|
+
url: string;
|
|
45
|
+
assertNoAlert: typeof alertCommands.assertNoAlert;
|
|
46
|
+
assertAlert: typeof alertCommands.assertAlert;
|
|
47
|
+
getAlertText: typeof alertCommands.getAlertText;
|
|
48
|
+
setAlertText: typeof alertCommands.setAlertText;
|
|
49
|
+
postAcceptAlert: typeof alertCommands.postAcceptAlert;
|
|
50
|
+
postDismissAlert: typeof alertCommands.postDismissAlert;
|
|
51
|
+
getRawContexts: typeof contextsCommands.getRawContexts;
|
|
52
|
+
assertWebviewContext: typeof contextsCommands.assertWebviewContext;
|
|
53
|
+
getCurrentContext: typeof contextsCommands.getCurrentContext;
|
|
54
|
+
getContexts: typeof contextsCommands.getContexts;
|
|
55
|
+
setContext: typeof contextsCommands.setContext;
|
|
56
|
+
setFrame: typeof contextsCommands.setFrame;
|
|
57
|
+
getElements: typeof elementCommands.getElements;
|
|
58
|
+
getElement: typeof elementCommands.getElement;
|
|
59
|
+
getName: typeof elementCommands.getName;
|
|
60
|
+
elementDisplayed: typeof elementCommands.elementDisplayed;
|
|
61
|
+
elementEnabled: typeof elementCommands.elementEnabled;
|
|
62
|
+
elementSelected: typeof elementCommands.elementSelected;
|
|
63
|
+
setValue: typeof elementCommands.setValue;
|
|
64
|
+
getText: typeof elementCommands.getText;
|
|
65
|
+
clear: typeof elementCommands.clear;
|
|
66
|
+
click: typeof elementCommands.click;
|
|
67
|
+
getAttribute: typeof elementCommands.getAttribute;
|
|
68
|
+
getElementRect: typeof elementCommands.getElementRect;
|
|
69
|
+
getSize: typeof elementCommands.getSize;
|
|
70
|
+
equalsElement: typeof elementCommands.equalsElement;
|
|
71
|
+
getCssProperty: typeof elementCommands.getCssProperty;
|
|
72
|
+
getLocation: typeof elementCommands.getLocation;
|
|
73
|
+
getLocationInView: typeof elementCommands.getLocationInView;
|
|
74
|
+
getExistingElementForNode: typeof findCommands.getExistingElementForNode;
|
|
75
|
+
wrapNewEl: typeof findCommands.wrapNewEl;
|
|
76
|
+
findElOrEls: {
|
|
77
|
+
<Ctx = unknown>(this: FakeDriver, strategy: string, selector: string, mult: true, context?: Ctx): Promise<import("@appium/types").Element[]>;
|
|
78
|
+
<Ctx = unknown>(this: FakeDriver, strategy: string, selector: string, mult: false, context?: Ctx): Promise<import("@appium/types").Element>;
|
|
33
79
|
};
|
|
34
|
-
|
|
35
|
-
|
|
80
|
+
findElement: typeof findCommands.findElement;
|
|
81
|
+
findElements: typeof findCommands.findElements;
|
|
82
|
+
findElementFromElement: typeof findCommands.findElementFromElement;
|
|
83
|
+
findElementsFromElement: typeof findCommands.findElementsFromElement;
|
|
84
|
+
title: typeof generalCommands.title;
|
|
85
|
+
keys: typeof generalCommands.keys;
|
|
86
|
+
setGeoLocation: typeof generalCommands.setGeoLocation;
|
|
87
|
+
getGeoLocation: typeof generalCommands.getGeoLocation;
|
|
88
|
+
getPageSource: typeof generalCommands.getPageSource;
|
|
89
|
+
getOrientation: typeof generalCommands.getOrientation;
|
|
90
|
+
setOrientation: typeof generalCommands.setOrientation;
|
|
91
|
+
getScreenshot: typeof generalCommands.getScreenshot;
|
|
92
|
+
getWindowSize: typeof generalCommands.getWindowSize;
|
|
93
|
+
getWindowRect: typeof generalCommands.getWindowRect;
|
|
94
|
+
performActions: typeof generalCommands.performActions;
|
|
95
|
+
releaseActions: typeof generalCommands.releaseActions;
|
|
96
|
+
getLog: typeof generalCommands.getLog;
|
|
97
|
+
mobileShake: typeof generalCommands.mobileShake;
|
|
98
|
+
doubleClick: typeof generalCommands.doubleClick;
|
|
99
|
+
execute: typeof generalCommands.execute;
|
|
100
|
+
fakeAddition: typeof generalCommands.fakeAddition;
|
|
101
|
+
getUrl: typeof generalCommands.getUrl;
|
|
102
|
+
bidiNavigate: typeof generalCommands.bidiNavigate;
|
|
103
|
+
constructor(opts?: InitialOpts, shouldValidateCaps?: boolean);
|
|
104
|
+
proxyActive(): boolean;
|
|
105
|
+
canProxy(): boolean;
|
|
106
|
+
get bidiProxyUrl(): string | null;
|
|
107
|
+
proxyReqRes(req: Request, res: Response): void;
|
|
108
|
+
proxyCommand<T = unknown>(): Promise<T>;
|
|
109
|
+
/**
|
|
110
|
+
* Create session and load fake app XML from caps.app.
|
|
111
|
+
* Starts clock event emitter if caps.runClock is true.
|
|
112
|
+
*/
|
|
113
|
+
createSession(w3cCapabilities1: W3CFakeDriverCaps, w3cCapabilities2?: W3CFakeDriverCaps, w3cCapabilities3?: W3CFakeDriverCaps, driverData?: DriverData[]): Promise<[string, FakeDriverCaps]>;
|
|
114
|
+
deleteSession(sessionId?: string): Promise<void>;
|
|
115
|
+
getWindowHandle(): Promise<string>;
|
|
116
|
+
getWindowHandles(): Promise<string[]>;
|
|
117
|
+
get driverData(): {
|
|
118
|
+
isUnique: boolean;
|
|
36
119
|
};
|
|
37
|
-
|
|
120
|
+
getFakeThing(): Promise<Thing | null>;
|
|
121
|
+
setFakeThing(thing: Thing): Promise<null>;
|
|
122
|
+
getFakeDriverArgs(): Promise<typeof this.cliArgs>;
|
|
123
|
+
/** TODO: track deprecated commands when called and return their names. */
|
|
124
|
+
getDeprecatedCommandsCalled(): Promise<string[]>;
|
|
125
|
+
callDeprecatedCommand(): Promise<void>;
|
|
126
|
+
doSomeMath(num1: number, num2: number): Promise<number>;
|
|
127
|
+
doSomeMath2(num1: number, num2: number): Promise<number>;
|
|
128
|
+
private startClock;
|
|
129
|
+
private stopClock;
|
|
38
130
|
static newBidiCommands: {
|
|
39
131
|
readonly 'appium:fake': {
|
|
40
132
|
readonly getFakeThing: {
|
|
@@ -65,9 +157,6 @@ export class FakeDriver<Thing = any> extends BaseDriver<{
|
|
|
65
157
|
readonly GET: {
|
|
66
158
|
readonly command: "getFakeThing";
|
|
67
159
|
};
|
|
68
|
-
/**
|
|
69
|
-
* Sets a fake thing
|
|
70
|
-
*/
|
|
71
160
|
readonly POST: {
|
|
72
161
|
readonly command: "setFakeThing";
|
|
73
162
|
readonly payloadParams: {
|
|
@@ -100,9 +189,6 @@ export class FakeDriver<Thing = any> extends BaseDriver<{
|
|
|
100
189
|
readonly optional: readonly ["num3"];
|
|
101
190
|
};
|
|
102
191
|
};
|
|
103
|
-
/**
|
|
104
|
-
* Gets a thing (a fake thing)
|
|
105
|
-
*/
|
|
106
192
|
readonly 'fake: getThing': {
|
|
107
193
|
readonly command: "getFakeThing";
|
|
108
194
|
};
|
|
@@ -116,121 +202,7 @@ export class FakeDriver<Thing = any> extends BaseDriver<{
|
|
|
116
202
|
readonly command: "getDeprecatedCommandsCalled";
|
|
117
203
|
};
|
|
118
204
|
};
|
|
119
|
-
static fakeRoute(req:
|
|
120
|
-
static updateServer(expressApp:
|
|
121
|
-
constructor(opts?: import("@appium/types").InitialOpts, shouldValidateCaps?: boolean);
|
|
122
|
-
/**
|
|
123
|
-
* @type {FakeDriverConstraints}
|
|
124
|
-
* @readonly
|
|
125
|
-
*/
|
|
126
|
-
readonly desiredCapConstraints: FakeDriverConstraints;
|
|
127
|
-
/** @type {string} */
|
|
128
|
-
curContext: string;
|
|
129
|
-
/** @type {FakeApp} */
|
|
130
|
-
appModel: FakeApp;
|
|
131
|
-
/** @type {boolean} */
|
|
132
|
-
_proxyActive: boolean;
|
|
133
|
-
/** @type {boolean} */
|
|
134
|
-
shook: boolean;
|
|
135
|
-
/** @type {string?} */
|
|
136
|
-
focusedElId: string | null;
|
|
137
|
-
/** @type {Thing?} */
|
|
138
|
-
fakeThing: Thing | null;
|
|
139
|
-
/** @type {number} */
|
|
140
|
-
maxElId: number;
|
|
141
|
-
/** @type {Record<string,import('./fake-element').FakeElement>} */
|
|
142
|
-
elMap: Record<string, import("./fake-element").FakeElement>;
|
|
143
|
-
/** @type {string|null} */
|
|
144
|
-
_bidiProxyUrl: string | null;
|
|
145
|
-
/** @type {boolean} */
|
|
146
|
-
_clockRunning: boolean;
|
|
147
|
-
proxyActive(): boolean;
|
|
148
|
-
canProxy(): boolean;
|
|
149
|
-
proxyReqRes(req: any, res: any): void;
|
|
150
|
-
/**
|
|
151
|
-
* @template [T=any]
|
|
152
|
-
* @returns {Promise<T>}
|
|
153
|
-
*/
|
|
154
|
-
proxyCommand<T = any>(): Promise<T>;
|
|
155
|
-
/**
|
|
156
|
-
* @param {string} [sessionId]
|
|
157
|
-
* @returns {Promise<void>}
|
|
158
|
-
*/
|
|
159
|
-
deleteSession(sessionId?: string): Promise<void>;
|
|
160
|
-
/**
|
|
161
|
-
* @returns {Promise<string>}
|
|
162
|
-
*/
|
|
163
|
-
getWindowHandle(): Promise<string>;
|
|
164
|
-
/**
|
|
165
|
-
* @returns {Promise<string[]>}
|
|
166
|
-
*/
|
|
167
|
-
getWindowHandles(): Promise<string[]>;
|
|
168
|
-
get driverData(): {
|
|
169
|
-
isUnique: boolean;
|
|
170
|
-
};
|
|
171
|
-
getFakeThing(): Promise<Thing | null>;
|
|
172
|
-
startClock(): Promise<void>;
|
|
173
|
-
stopClock(): void;
|
|
174
|
-
/**
|
|
175
|
-
* Set the 'thing' value (so that it can be retrieved later)
|
|
176
|
-
*
|
|
177
|
-
* @param {Thing} thing
|
|
178
|
-
* @returns {Promise<null>}
|
|
179
|
-
*/
|
|
180
|
-
setFakeThing(thing: Thing): Promise<null>;
|
|
181
|
-
/**
|
|
182
|
-
* Get the driver args that were sent in via the CLI
|
|
183
|
-
*
|
|
184
|
-
* @returns {Promise<typeof this.cliArgs>}
|
|
185
|
-
*/
|
|
186
|
-
getFakeDriverArgs(): Promise<typeof this.cliArgs>;
|
|
187
|
-
/**
|
|
188
|
-
* This is a command that will return a list of deprecated command names called
|
|
189
|
-
*
|
|
190
|
-
* @returns {Promise<string[]>}
|
|
191
|
-
*/
|
|
192
|
-
getDeprecatedCommandsCalled(): Promise<string[]>;
|
|
193
|
-
/**
|
|
194
|
-
* This is a command that exists just to be an example of a deprecated command
|
|
195
|
-
*
|
|
196
|
-
* @returns {Promise<void>}
|
|
197
|
-
*/
|
|
198
|
-
callDeprecatedCommand(): Promise<void>;
|
|
199
|
-
/**
|
|
200
|
-
* @param {number} num1
|
|
201
|
-
* @param {number} num2
|
|
202
|
-
*/
|
|
203
|
-
doSomeMath(num1: number, num2: number): Promise<number>;
|
|
204
|
-
/**
|
|
205
|
-
* @param {number} num1
|
|
206
|
-
* @param {number} num2
|
|
207
|
-
*/
|
|
208
|
-
doSomeMath2(num1: number, num2: number): Promise<number>;
|
|
209
|
-
}
|
|
210
|
-
export default FakeDriver;
|
|
211
|
-
/**
|
|
212
|
-
* Constraints for {@linkcode FakeDriver}'s capabilities
|
|
213
|
-
*/
|
|
214
|
-
export type FakeDriverConstraints = typeof FAKE_DRIVER_CONSTRAINTS;
|
|
215
|
-
export type FakeDriverCaps = import("./types").FakeDriverCaps;
|
|
216
|
-
export type W3CFakeDriverCaps = import("./types").W3CFakeDriverCaps;
|
|
217
|
-
export type Element = import("@appium/types").Element;
|
|
218
|
-
export type DriverClass<D extends import("@appium/types").Driver> = import("@appium/types").DriverClass<D>;
|
|
219
|
-
export type ExternalDriver<C extends import("@appium/types").Constraints> = import("@appium/types").ExternalDriver<C>;
|
|
220
|
-
export type Orientation = import("@appium/types").Orientation;
|
|
221
|
-
import { BaseDriver } from 'appium/driver';
|
|
222
|
-
import { FakeApp } from './fake-app';
|
|
223
|
-
declare namespace FAKE_DRIVER_CONSTRAINTS {
|
|
224
|
-
namespace app {
|
|
225
|
-
let presence: true;
|
|
226
|
-
let isString: true;
|
|
227
|
-
}
|
|
228
|
-
namespace uniqueApp {
|
|
229
|
-
let isBoolean: true;
|
|
230
|
-
}
|
|
231
|
-
namespace runClock {
|
|
232
|
-
let isBoolean_1: true;
|
|
233
|
-
export { isBoolean_1 as isBoolean };
|
|
234
|
-
}
|
|
205
|
+
static fakeRoute(req: Request, res: Response): void;
|
|
206
|
+
static updateServer(expressApp: Express, httpServer: HttpServer, cliArgs: Record<string, unknown>): Promise<void>;
|
|
235
207
|
}
|
|
236
208
|
//# sourceMappingURL=driver.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../lib/driver.
|
|
1
|
+
{"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../lib/driver.ts"],"names":[],"mappings":"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"}
|