class Selenium::Webdriver
- Selenium::Webdriver
- Reference
- Object
Defined in:
webdriver.crConstructors
Instance Method Summary
- #delete(path)
- #get(path)
- #host : String
- #path : String
- #port : Int32
- #post(path, body = nil)
- #tls : Bool
Constructor Detail
def self.new(host : String = "localhost", port : Int32 = 4444, path : String = "/wd/hub", tls : Bool = false)
#