class Selenium::CommandHandler
- Selenium::CommandHandler
- Reference
- Object
Included Modules
Defined in:
selenium/command_handler.crConstructors
Instance Method Summary
- #execute(command : Symbol, path_variables : Hash(String, String) = {} of String => String, parameters = "{}") : JSON::Any
- #http_client : HttpClient
Constructor Detail
Instance Method Detail
def execute(command : Symbol, path_variables : Hash(String, String) = {} of String => String, parameters = "{}") : JSON::Any
#