class Webdriver::Server
- Webdriver::Server
- Reference
- Object
Defined in:
webdriver/server.crConstructors
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 = "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))
#