UNPKG

systelab-components-test

Version:

Widgets to be use in the E2E Tests based in Protractor

8 lines (7 loc) 230 B
import { Widget } from './widget'; export declare class InputField extends Widget { clear(): Promise<void>; setText(text: string): Promise<void>; getText(): Promise<string>; isEnabled(): Promise<boolean>; }