struct Selenium::WindowRect

Included Modules

Defined in:

selenium/window_rect.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(x : Int64 | Nil = nil, y : Int64 | Nil = nil, width : Int64 | Nil = nil, height : Int64 | Nil = nil) #

[View source]

Instance Method Detail

def height : Int64 | Nil #

[View source]
def height=(height : Int64 | Nil) #

[View source]
def width : Int64 | Nil #

[View source]
def width=(width : Int64 | Nil) #

[View source]
def x : Int64 | Nil #

[View source]
def x=(x : Int64 | Nil) #

[View source]
def y : Int64 | Nil #

[View source]
def y=(y : Int64 | Nil) #

[View source]