webdriver 8.0.0-alpha.412 → 8.0.0-alpha.505
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/index.d.ts +2 -2
- package/build/index.d.ts.map +1 -1
- package/build/index.js +1 -1
- package/package.json +8 -8
package/build/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Options } from '@wdio/types';
|
|
2
2
|
import command from './command.js';
|
|
3
3
|
import { DEFAULTS } from './constants.js';
|
|
4
|
-
import { getPrototype } from './utils.js';
|
|
4
|
+
import { getPrototype, getEnvironmentVars } from './utils.js';
|
|
5
5
|
import type { Client, AttachOptions } from './types';
|
|
6
6
|
export default class WebDriver {
|
|
7
7
|
static newSession(options: Options.WebDriver, modifier?: (...args: any[]) => any, userPrototype?: {}, customCommandWrapper?: (...args: any[]) => any): Promise<Client>;
|
|
@@ -22,6 +22,6 @@ export default class WebDriver {
|
|
|
22
22
|
/**
|
|
23
23
|
* Helper methods consumed by webdriverio package
|
|
24
24
|
*/
|
|
25
|
-
export { getPrototype, DEFAULTS, command };
|
|
25
|
+
export { getPrototype, DEFAULTS, command, getEnvironmentVars };
|
|
26
26
|
export * from './types.js';
|
|
27
27
|
//# sourceMappingURL=index.d.ts.map
|
package/build/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,OAAO,EAAgB,MAAM,aAAa,CAAA;AAExD,OAAO,OAAO,MAAM,cAAc,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACzC,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,OAAO,EAAgB,MAAM,aAAa,CAAA;AAExD,OAAO,OAAO,MAAM,cAAc,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACzC,OAAO,EAAyB,YAAY,EAAE,kBAAkB,EAAsB,MAAM,YAAY,CAAA;AACxG,OAAO,KAAK,EAAE,MAAM,EAAE,aAAa,EAAgB,MAAM,SAAS,CAAA;AAIlE,MAAM,CAAC,OAAO,OAAO,SAAS;WACb,UAAU,CACnB,OAAO,EAAE,OAAO,CAAC,SAAS,EAC1B,QAAQ,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EAClC,aAAa,KAAK,EAClB,oBAAoB,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,GAC/C,OAAO,CAAC,MAAM,CAAC;IAoDlB;;OAEG;IACH,MAAM,CAAC,eAAe,CAClB,OAAO,CAAC,EAAE,aAAa,EACvB,QAAQ,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EAClC,aAAa,KAAK,EAClB,cAAc,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,GACzC,MAAM;IAwBT;;;;;;MAME;WACW,aAAa,CAAE,QAAQ,EAAE,MAAM;IAW5C,MAAM,KAAK,SAAS,qBAEnB;CACJ;AAED;;GAEG;AACH,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,kBAAkB,EAAE,CAAA;AAC9D,cAAc,YAAY,CAAA"}
|
package/build/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webdriver",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.505+c16286903",
|
|
4
4
|
"description": "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/webdriver",
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@types/node": "^18.0.0",
|
|
41
41
|
"@types/ws": "^8.5.3",
|
|
42
|
-
"@wdio/config": "8.0.0-alpha.
|
|
43
|
-
"@wdio/logger": "8.0.0-alpha.
|
|
44
|
-
"@wdio/protocols": "8.0.0-alpha.
|
|
45
|
-
"@wdio/types": "8.0.0-alpha.
|
|
46
|
-
"@wdio/utils": "8.0.0-alpha.
|
|
42
|
+
"@wdio/config": "8.0.0-alpha.505+c16286903",
|
|
43
|
+
"@wdio/logger": "8.0.0-alpha.505+c16286903",
|
|
44
|
+
"@wdio/protocols": "8.0.0-alpha.505+c16286903",
|
|
45
|
+
"@wdio/types": "8.0.0-alpha.505+c16286903",
|
|
46
|
+
"@wdio/utils": "8.0.0-alpha.505+c16286903",
|
|
47
47
|
"got": "^12.1.0",
|
|
48
|
-
"ky": "^0.
|
|
48
|
+
"ky": "^0.32.1",
|
|
49
49
|
"lodash.merge": "^4.6.2",
|
|
50
50
|
"ws": "^8.8.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "c16286903354336371e6ff325fea25dd94d032b8"
|
|
53
53
|
}
|