class Playwright::BrowserType::LaunchOptions

Included Modules

Defined in:

playwright/browsertype.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(headless = nil, executable_path = nil, args = nil, ignore_default_args = nil, proxy = nil, downloads_path = nil, chromium_sandbox = nil, firefox_user_prefs = nil, handle_sigint = nil, handle_sigterm = nil, handle_sighup = nil, logger = nil, timeout = nil, env = nil, devtools = nil, slow_mo = nil) #

[View source]

Instance Method Detail

def args : Array(String)? #

[View source]
def args=(args : Array(String)?) #

[View source]
def chromium_sandbox : Bool? #

[View source]
def chromium_sandbox=(chromium_sandbox : Bool?) #

[View source]
def devtools : Bool? #

[View source]
def devtools=(devtools : Bool?) #

[View source]
def downloads_path : Path? #

[View source]
def downloads_path=(downloads_path : Path?) #

[View source]
def env : String? #

[View source]
def env=(env : String?) #

[View source]
def executable_path : Path? #

[View source]
def executable_path=(executable_path : Path?) #

[View source]
def firefox_user_prefs : String? #

[View source]
def firefox_user_prefs=(firefox_user_prefs : String?) #

[View source]
def handle_sighup : Bool? #

[View source]
def handle_sighup=(handle_sighup : Bool?) #

[View source]
def handle_sigint : Bool? #

[View source]
def handle_sigint=(handle_sigint : Bool?) #

[View source]
def handle_sigterm : Bool? #

[View source]
def handle_sigterm=(handle_sigterm : Bool?) #

[View source]
def headless : Bool? #

[View source]
def headless=(headless : Bool?) #

[View source]
def ignore_default_args : Bool? #

[View source]
def ignore_default_args=(ignore_default_args : Bool?) #

[View source]
def logger : Logger? #

[View source]
def logger=(logger : Logger?) #

[View source]
def proxy : Proxy? #

[View source]
def proxy=(proxy : Proxy?) #

[View source]
def slow_mo : Int32? #

[View source]
def slow_mo=(slow_mo : Int32?) #

[View source]
def timeout : Int32? #

[View source]
def timeout=(timeout : Int32?) #

[View source]