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) #

[View source]

Class Method Detail

def self.from_size(size) #

[View source]

Instance Method Detail

def height : Int32 #

[View source]
def height=(height : Int32) #

[View source]
def width : Int32 #

[View source]
def width=(width : Int32) #

[View source]
def x : Int32 #

[View source]
def x=(x : Int32) #

[View source]
def y : Int32 #

[View source]
def y=(y : Int32) #

[View source]