class Webdriver::Actions::WheelAction

Defined in:

webdriver/actions.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(x : Int32, y : Int32, origin : Origin, delta_x : Int32, delta_y : Int32, duration : Time::Span = 0.seconds) #

[View source]

Class Method Detail

def self.from_element(x, y, id, delta_x : Int32 = 0, delta_y : Int32 = 0, duration : Time::Span = 0.seconds) #

[View source]
def self.from_viewport(x, y, delta_x : Int32 = 0, delta_y : Int32 = 0, duration : Time::Span = 0.seconds) #

[View source]

Instance Method Detail

def name : String #

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

[View source]