class Selenium::Webdriver

Defined in:

webdriver.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String = "localhost", port : Int32 = 4444, path : String = "/wd/hub", tls : Bool = false) #

[View source]

Instance Method Detail

def delete(path) #

[View source]
def get(path) #

[View source]
def host : String #

[View source]
def path : String #

[View source]
def port : Int32 #

[View source]
def post(path, body = nil) #

[View source]
def tls : Bool #

[View source]