UNPKG

wdio-ui5-service

Version:

WebdriverIO plugin for testing UI5 browser-based apps

8 lines 398 B
import type { CustomAuthenticator as CustomAuthenticatorType } from "../../types/wdi5.types.js"; import Authenticator from "./Authenticator.js"; declare class CustomAuthenticator extends Authenticator { constructor(options: CustomAuthenticatorType, browserInstanceName: string); login(): Promise<void>; } export default CustomAuthenticator; //# sourceMappingURL=CustomAuthenticator.d.ts.map