Skip to content

LaunchOptions

Namespace: Glutinum.Playwright  Parent: Glutinum.Playwright.global

type LaunchOptions     abstract property handleSIGTERM : bool option with get     abstract property firefoxUserPrefs : firefoxUserPrefs option with get     abstract property artifactsDir : string option with get     abstract property env : env option with get     abstract property slowMo : float option with get     abstract property executablePath : string option with get     abstract property proxy : proxy option with get     abstract property headless : bool option with get     abstract property handleSIGHUP : bool option with get     abstract property ignoreDefaultArgs : U2<bool, ResizeArray<string>> option with get     abstract property args : ResizeArray<string> option with get     abstract property channel : string option with get     abstract property timeout : float option with get     abstract property chromiumSandbox : bool option with get     abstract property handleSIGINT : bool option with get     abstract property tracesDir : string option with get     abstract property downloadsPath : string option with get

Properties