UNPKG

@sap_oss/wdio-qmate-service

Version:

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/wdio-qmate-service)](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[![Node.js CI](https://github.com/SAP/wdio-qmate-service/actions/workflows/node.js.yml/badge.svg)](http

35 lines (34 loc) 1.1 kB
import { Assertion } from "./assertion"; import { ConfirmationDialog } from "./confirmationDialog"; import { Control } from "./control"; import { DateModule } from "./date"; import { ElementModule } from "./element"; import { ErrorDialog } from "./errorDialog"; import { FooterBar } from "./footerBar"; import { Mockserver } from "./mockserver"; import { Navigation } from "./navigation"; import { NavigationBar } from "./navigationBar"; import { QUnit } from "./qunit"; import { Session } from "./session"; import { Table } from "./table"; import { UserInteraction } from "./userInteraction"; export declare class Ui5 { assertion: Assertion; confirmationDialog: ConfirmationDialog; control: Control; date: DateModule; element: ElementModule; errorDialog: ErrorDialog; footerBar: FooterBar; mockserver: Mockserver; navigation: Navigation; navigationBar: NavigationBar; qunit: QUnit; session: Session; table: Table; userInteraction: UserInteraction; authenticators: any; users: any; } declare const _default: Ui5; export default _default;