class Selenium::Chrome::CommandHandler

Defined in:

selenium/chrome/command_handler.cr

Constant Summary

CHROME_COMMANDS = {get_available_log_types: {:get, "/session/:session_id/se/log/types"}, get_log: {:post, "/session/:session_id/se/log"}}

Instance Method Summary

Instance methods inherited from class Selenium::CommandHandler

commands commands, execute(command, path_variables : Hash(String, String) = {} of String => String, parameters = {} of String => String) : JSON::Any execute, http_client : HttpClient http_client

Constructor methods inherited from class Selenium::CommandHandler

new(http_client : Selenium::HttpClient) new

Instance Method Detail

def commands #

[View source]