abstract class Stoertebeker::Commands::Command
- Stoertebeker::Commands::Command
- Reference
- Object
Included Modules
Direct Known Subclasses
- Stoertebeker::Commands::ClickCommand
- Stoertebeker::Commands::EvaluateCommand
- Stoertebeker::Commands::FillCommand
- Stoertebeker::Commands::GotoCommand
- Stoertebeker::Commands::PingCommand
- Stoertebeker::Commands::QuitCommand
- Stoertebeker::Commands::ScreenshotCommand
- Stoertebeker::Commands::WaitCommand
- Stoertebeker::Commands::WindowCommand
Defined in:
stoertebeker/commands.crConstructors
Instance Method Summary
- #call
- #client : Client
- #receive_confirmation_response(name : String, msg : String | Nil = nil)
- #receive_confirmation_response(name : String, msg : String | Nil = nil, &callback : ServerResponses::Response -> Nil)
- #receive_response
- #send_message(msg : Message)
Constructor Detail
Instance Method Detail
def receive_confirmation_response(name : String, msg : String | Nil = nil, &callback : ServerResponses::Response -> Nil)
#