class Selenium::HttpClient

Defined in:

selenium/http_client.cr

Instance Method Summary

Instance Method Detail

def base_path #

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

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

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

[View source]