Searched refs:LaunchBrowserInstance (Results 1 – 6 of 6) sorted by relevance
3 import { LaunchBrowserTypes, type LaunchBrowserInstance } from './LaunchBrowser.types'; alias8 export type { LaunchBrowserInstance };15 export async function launchBrowserAsync(url: string): Promise<LaunchBrowserInstance> {
9 type LaunchBrowserInstance, alias15 export default class LaunchBrowserImplMacOS implements LaunchBrowserImpl, LaunchBrowserInstance {41 ): Promise<LaunchBrowserInstance> {
9 type LaunchBrowserInstance, alias15 export default class LaunchBrowserImplLinux implements LaunchBrowserImpl, LaunchBrowserInstance {67 ): Promise<LaunchBrowserInstance> {
1 export interface LaunchBrowserInstance { interface32 launchAsync: (browserType: LaunchBrowserTypes, args: string[]) => Promise<LaunchBrowserInstance>;
8 type LaunchBrowserInstance, alias18 export default class LaunchBrowserImplWindows implements LaunchBrowserImpl, LaunchBrowserInstance {69 ): Promise<LaunchBrowserInstance> {
3 import { launchBrowserAsync, type LaunchBrowserInstance } from './LaunchBrowser'; alias16 let openingBrowserInstance: LaunchBrowserInstance | null = null;