File tree Expand file tree Collapse file tree 5 files changed +0
-8
lines changed
flutter-finder/wdio-flutter-by-service/src Expand file tree Collapse file tree 5 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 11// @ts -nocheck
22import { config as baseConfig } from './wdio.conf.ts' ;
3- import { join } from 'node:path' ;
43
54export const config : WebdriverIO . Config = {
65 ...baseConfig ,
Original file line number Diff line number Diff line change 11import { LocatorConfig } from './types.js' ;
22import { command } from 'webdriver' ;
33import { browser } from '@wdio/globals' ;
4- import path from 'path' ;
54import { createRequire } from 'module' ;
6- import { pathToFileURL } from 'url' ;
75import fs from 'fs' ;
86
97const require = createRequire ( import . meta. url ) ;
Original file line number Diff line number Diff line change 11import { AndroidUiautomator2Driver } from 'appium-uiautomator2-driver' ;
2- import type { InitialOpts } from '@appium/types' ;
32import type { AppiumFlutterDriver } from './driver' ;
43import type ADB from 'appium-adb' ;
54
Original file line number Diff line number Diff line change 11import _ from 'lodash' ;
22import { getProxyDriver , FLUTTER_LOCATORS } from '../utils' ;
3- import { JWProxy } from 'appium/driver' ;
43import { AndroidUiautomator2Driver } from 'appium-uiautomator2-driver' ;
54// @ts -ignore
65import { XCUITestDriver } from 'appium-xcuitest-driver' ;
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ import { W3C_ELEMENT_KEY } from 'appium/driver';
1010import {
1111 ELEMENT_CACHE ,
1212 clear ,
13- click ,
14- elementDisplayed ,
15- elementEnabled ,
1613 findElOrEls ,
1714 getAttribute ,
1815 getElementRect ,
You can’t perform that action at this time.
0 commit comments