class Webdriver::Server

Defined in:

webdriver/server.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(browser : Symbol, *, host = "127.0.0.1", role = "standalone", port = "4444", timeout = "30", remote = nil, background = true, args : Array(String)? = nil, debug_mouse : Bool = false, capabilities : Capabilities::Base = Capabilities::Base.default(browser, args: args)) #

Instance Method Detail

def args #

def command : Webdriver::Command #

def debug_mouse : Bool #

def driver_command #

def driver_mapping #

def ready? #

def run! #

def service_url #

def start_session! #

def wait_until_ready #