class Webdriver::Server
- Webdriver::Server
- Reference
- Object
Defined in:
webdriver/server.crConstructors
Class Method Summary
Instance Method Summary
- #args
- #command : Webdriver::Command
- #debug_mouse : Bool
- #driver_command
- #driver_mapping
- #ready?
- #run!
- #service_url
- #start_session!
- #wait_until_ready
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))
#