UNPKG

wdio-ui5-service

Version:

WebdriverIO plugin for testing UI5 browser-based apps

12 lines 518 B
import type { 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: string); disableBiometricAuthentication(): Promise<void>; login(): Promise<void>; } export default BTPAuthenticator; //# sourceMappingURL=BTPAuthenticator.d.ts.map