class Selenium::HttpClient

Defined in:

selenium/http_client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(base_url : String) #

[View source]

Instance Method Detail

def base_url : String #

[View source]
def delete(path) : JSON::Any #

[View source]
def get(path) : JSON::Any #

[View source]
def post(path, body = "{}") : JSON::Any #

[View source]