UNPKG

testplane

Version:

Tests framework based on mocha and wdio

9 lines (8 loc) 284 B
export = HighPriorityBrowserAgent; declare class HighPriorityBrowserAgent { static create(...args: any[]): import("./high-priority-browser-agent"); constructor(browserAgent: any); _browserAgent: any; getBrowser(opts?: {}): any; freeBrowser(...args: any[]): any; }