Launches a playwright browser.
new
PlaywrightBrowserLauncher(playwrightImplementation?: PlaywrightImplementation)
Create a PlaywrightBrowserLauncher
private
readonly
necessaryArgs: string[]
no description
Launches a playwright browser.
PlaywrightBrowserLauncher(playwrightImplementation?: PlaywrightImplementation)
Create a PlaywrightBrowserLauncher
necessaryArgs: string[]
Add Package
deno add jsr:@tomsfactory/bot
Import symbol
import { PlaywrightBrowserLauncher } from "@tomsfactory/bot/browser-control";
Import directly with a jsr specifier
import { PlaywrightBrowserLauncher } from "jsr:@tomsfactory/bot/browser-control";