UNPKG

systelab-components-test

Version:

Widgets to be use in the E2E Tests based in Protractor

9 lines (8 loc) 254 B
import { Widget } from './widget'; export declare class Datepicker extends Widget { isPresent(): Promise<boolean>; getValue(): Promise<string>; setValue(value: string): Promise<void>; private getInputElement; private clear; }