5 lines
213 B
TypeScript
Raw Normal View History

2022-03-10 10:36:59 +01:00
import type DevToolsDriver from '../devtoolsdriver';
export default function switchToWindow(this: DevToolsDriver, { handle }: {
handle: string;
}): Promise<string>;
//# sourceMappingURL=switchToWindow.d.ts.map