class Webdriver::Actions::KeyboardAction

Defined in:

webdriver/actions.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(name : String, value : Symbol | String) #

[View source]

Class Method Detail

def self.down(value) #

[View source]
def self.up(value) #

[View source]

Instance Method Detail

def name : String #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def value : String | Symbol #

[View source]