class Selenium::HttpClient
- Selenium::HttpClient
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
selenium/http_client.crConstructors
Instance Method Summary
- #base_url : String
- #delete(path) : JSON::Any
- #get(path) : JSON::Any
- #post(path, body = "{}") : JSON::Any