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