class Webdriver::Actions::PointerMoveAction

Defined in:

webdriver/actions.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(x : Int32, y : Int32, duration : Time::Span, origin : Origin) #

[View source]

Class Method Detail

def self.from_element(x, y, duration, element) #

[View source]
def self.from_pointer(x, y, duration) #

[View source]
def self.from_viewport(x, y, duration) #

[View source]

Instance Method Detail

def name : String #

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

[View source]