class Webdriver::Server

Defined in:

webdriver/server.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.stop #

[View source]

Instance Method Detail

def args #

[View source]
def command : Webdriver::Command #

[View source]
def debug_mouse : Bool #

[View source]
def driver_command #

[View source]
def driver_mapping #

[View source]
def ready? #

[View source]
def run! #

[View source]
def service_url #

[View source]
def start_session! #

[View source]
def wait_until_ready #

[View source]