struct

Selenium::WindowRect

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(x : Int64 | Nil = nil, y : Int64 | Nil = nil, width : Int64 | Nil = nil, height : Int64 | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

height
Source
height=(height : Int64 | Nil)
Source
width
Source
width=(width : Int64 | Nil)
Source
x=(x : Int64 | Nil)
Source
y=(y : Int64 | Nil)
Source