1 | import type { Capabilities } from '@wdio/types';
|
2 | import type * as WebDriverTypes from 'webdriver';
|
3 | import SevereServiceErrorImport from './utils/SevereServiceError.js';
|
4 | import type { AttachOptions } from './types.js';
|
5 | export * from './types.js';
|
6 | export declare const Key: {
|
7 | readonly Ctrl: "WDIO_CONTROL";
|
8 | readonly NULL: "";
|
9 | readonly Cancel: "";
|
10 | readonly Help: "";
|
11 | readonly Backspace: "";
|
12 | readonly Tab: "";
|
13 | readonly Clear: "";
|
14 | readonly Return: "";
|
15 | readonly Enter: "";
|
16 | readonly Shift: "";
|
17 | readonly Control: "";
|
18 | readonly Alt: "";
|
19 | readonly Pause: "";
|
20 | readonly Escape: "";
|
21 | readonly Space: "";
|
22 | readonly PageUp: "";
|
23 | readonly PageDown: "";
|
24 | readonly End: "";
|
25 | readonly Home: "";
|
26 | readonly ArrowLeft: "";
|
27 | readonly ArrowUp: "";
|
28 | readonly ArrowRight: "";
|
29 | readonly ArrowDown: "";
|
30 | readonly Insert: "";
|
31 | readonly Delete: "";
|
32 | readonly Semicolon: "";
|
33 | readonly Equals: "";
|
34 | readonly Numpad0: "";
|
35 | readonly Numpad1: "";
|
36 | readonly Numpad2: "";
|
37 | readonly Numpad3: "";
|
38 | readonly Numpad4: "";
|
39 | readonly Numpad5: "";
|
40 | readonly Numpad6: "";
|
41 | readonly Numpad7: "";
|
42 | readonly Numpad8: "";
|
43 | readonly Numpad9: "";
|
44 | readonly Multiply: "";
|
45 | readonly Add: "";
|
46 | readonly Separator: "";
|
47 | readonly Subtract: "";
|
48 | readonly Decimal: "";
|
49 | readonly Divide: "";
|
50 | readonly F1: "";
|
51 | readonly F2: "";
|
52 | readonly F3: "";
|
53 | readonly F4: "";
|
54 | readonly F5: "";
|
55 | readonly F6: "";
|
56 | readonly F7: "";
|
57 | readonly F8: "";
|
58 | readonly F9: "";
|
59 | readonly F10: "";
|
60 | readonly F11: "";
|
61 | readonly F12: "";
|
62 | readonly Command: "";
|
63 | readonly ZenkakuHankaku: "";
|
64 | };
|
65 | export declare const SevereServiceError: typeof SevereServiceErrorImport;
|
66 |
|
67 |
|
68 |
|
69 |
|
70 |
|
71 |
|
72 |
|
73 |
|
74 |
|
75 |
|
76 |
|
77 |
|
78 |
|
79 | export declare const remote: (params: Capabilities.WebdriverIOConfig, remoteModifier?: (client: WebDriverTypes.Client, options: Capabilities.WebdriverIOConfig) => WebDriverTypes.Client) => Promise<WebdriverIO.Browser>;
|
80 | export declare const attach: (attachOptions: AttachOptions) => Promise<WebdriverIO.Browser>;
|
81 |
|
82 |
|
83 |
|
84 |
|
85 |
|
86 |
|
87 |
|
88 |
|
89 |
|
90 |
|
91 |
|
92 |
|
93 |
|
94 |
|
95 |
|
96 |
|
97 |
|
98 |
|
99 |
|
100 | export declare const multiremote: (params: Capabilities.RequestedMultiremoteCapabilities, { automationProtocol }?: {
|
101 | automationProtocol?: string;
|
102 | }) => Promise<WebdriverIO.MultiRemoteBrowser>;
|
103 |
|
\ | No newline at end of file |