webdriver 8.3.5 → 8.3.8
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/bidi.d.ts +1 -1
- package/build/cjs/index.d.ts +1 -19
- package/build/cjs/index.d.ts.map +1 -1
- package/build/cjs/index.js +1 -1
- package/build/request/factory.d.ts +1 -1
- package/build/request/index.d.ts +2 -2
- package/build/request/node.d.ts +1 -1
- package/build/types.d.ts +1 -1
- package/package.json +2 -2
package/build/bidi.d.ts
CHANGED
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,20 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import type { Client, AttachOptions } from '../types.js';
|
|
3
|
-
declare class WebDriver {
|
|
4
|
-
static newSession(options: Options.WebDriver, modifier?: (...args: any[]) => any, userPrototype?: {}, customCommandWrapper?: (...args: any[]) => any): Promise<Client>;
|
|
5
|
-
/**
|
|
6
|
-
* allows user to attach to existing sessions
|
|
7
|
-
*/
|
|
8
|
-
static attachToSession(options?: AttachOptions, modifier?: (...args: any[]) => any, userPrototype?: {}, commandWrapper?: (...args: any[]) => any): Promise<Client>;
|
|
9
|
-
/**
|
|
10
|
-
* Changes The instance session id and browser capabilities for the new session
|
|
11
|
-
* directly into the passed in browser object
|
|
12
|
-
*
|
|
13
|
-
* @param {object} instance the object we get from a new browser session.
|
|
14
|
-
* @returns {string} the new session id of the browser
|
|
15
|
-
*/
|
|
16
|
-
static reloadSession(instance: Client): Promise<string>;
|
|
17
|
-
static get WebDriver(): typeof WebDriver;
|
|
18
|
-
}
|
|
19
|
-
export = WebDriver;
|
|
1
|
+
export {};
|
|
20
2
|
//# sourceMappingURL=index.d.ts.map
|
package/build/cjs/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cjs/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cjs/index.ts"],"names":[],"mappings":""}
|
package/build/cjs/index.js
CHANGED
package/build/request/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference types="node"
|
|
2
|
-
/// <reference types="node"
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
/// <reference types="node" />
|
|
3
3
|
import { EventEmitter } from 'node:events';
|
|
4
4
|
import type { URL } from 'node:url';
|
|
5
5
|
import type { Options } from '@wdio/types';
|
package/build/request/node.d.ts
CHANGED
package/build/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webdriver",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.8",
|
|
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",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"ky": "^0.33.0",
|
|
48
48
|
"ws": "^8.8.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "a32ecf2abb9202d532fb98b7c23ceed9dbb2f6ee"
|
|
51
51
|
}
|