webdriverio
Version:
Next-gen browser and mobile automation test framework for Node.js
12 lines • 448 B
TypeScript
import { SessionManager } from './session.js';
export declare function getPolyfillManager(browser: WebdriverIO.Browser): PolyfillManager;
/**
* This class is responsible for setting polyfill scripts in the browser.
*/
export declare class PolyfillManager extends SessionManager {
#private;
constructor(browser: WebdriverIO.Browser);
removeListeners(): void;
initialize(): Promise<boolean>;
}
//# sourceMappingURL=polyfill.d.ts.map