UNPKG

systelab-components-test

Version:

Widgets to be use in the E2E Tests based in Protractor

6 lines (5 loc) 141 B
import { Widget } from './widget'; export declare class Popup extends Widget { getText(): Promise<string>; private getButton; }