systelab-components-test
Version:
Widgets to be use in the E2E Tests based in Protractor
11 lines (10 loc) • 372 B
TypeScript
import { Widget } from '../widgets/widget';
import { BasePage } from '../page-objects';
export declare class TestAttributesService {
static check(container: Widget | BasePage): Promise<void>;
private static checkButton;
private static checkInputField;
private static isButton;
private static isInputField;
private static getRandomWord;
}