UNPKG

appium-flutter-driver

Version:
5 lines 364 B
import { FlutterDriver } from '../driver'; export declare const getText: (this: FlutterDriver, el: string) => Promise<string | null>; export declare const setValue: (this: FlutterDriver, textInput: string | [string], el: string) => Promise<void>; export declare const clear: (this: FlutterDriver, el: string) => Promise<void>; //# sourceMappingURL=element.d.ts.map