We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f44d8b commit 17e2884Copy full SHA for 17e2884
src/tools/appautomate.ts
@@ -5,7 +5,8 @@ import logger from "../logger";
5
import config from "../config";
6
import { trackMCP } from "../lib/instrumentation";
7
import { maybeCompressBase64 } from "../lib/utils";
8
-const { remote } = require('webdriverio');
+//eslint-disable-next-line
9
+const { remote } = require("webdriverio");
10
11
import {
12
getDevicesAndBrowsers,
@@ -34,10 +35,6 @@ interface PlatformDevices {
34
35
devices: Device[];
36
}
37
-interface WebDriver {
38
- remote(options: any): Promise<any>;
39
-}
40
-
41
enum Platform {
42
ANDROID = "android",
43
IOS = "ios",
0 commit comments