UNPKG

wdio-ui5-service

Version:

WebdriverIO plugin for testing UI5 browser-based apps

12 lines 508 B
import { BTPAuthenticator as BTPAuthenticatorType } from "../../types/wdi5.types.js"; import Authenticator from "./Authenticator.js"; declare class BTPAuthenticator extends Authenticator { private disableBiometricAuth; private idpDomain; private idpDomainOpt; constructor(options: BTPAuthenticatorType, browserInstanceName: any); disableBiometricAuthentication(): Promise<void>; login(): Promise<void>; } export default BTPAuthenticator; //# sourceMappingURL=BTPAuthenticator.d.ts.map