UNPKG

@promptbook/remote-client

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

10 lines (9 loc) 399 B
import type { string_executable_path } from '../../types/string_filename'; /** * @@@ * @param browser It can be "default", "chrome", "firefox", "safari", "ie", "msie", "edge" or "msedge" or executable path to the browser * @returns executable path to browser * * @private within the repository */ export declare function locateBrowser(browser: string): Promise<string_executable_path | null>;