struct Webdriver::Rect

Defined in:

webdriver/element/rect.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(width : Int32, height : Int32, x : Int32, y : Int32) #

Class Method Detail

def self.from_size(size) #

Instance Method Detail

def height : Int32 #

def height=(height) #

def width : Int32 #

def width=(width) #

def x : Int32 #

def x=(x) #

def y : Int32 #

def y=(y) #