struct Selenium::WindowRect
- Selenium::WindowRect
 - Struct
 - Value
 - Object
 
Included Modules
- JSON::Serializable
 
Defined in:
selenium/window_rect.crConstructors
- .new(pull : JSON::PullParser)
 - .new(x : Int64 | Nil = nil, y : Int64 | Nil = nil, width : Int64 | Nil = nil, height : Int64 | Nil = nil)
 
Instance Method Summary
- #height : Int64 | Nil
 - #height=(height : Int64 | Nil)
 - #width : Int64 | Nil
 - #width=(width : Int64 | Nil)
 - #x : Int64 | Nil
 - #x=(x : Int64 | Nil)
 - #y : Int64 | Nil
 - #y=(y : Int64 | Nil)
 
Constructor Detail
        
        def self.new(x : Int64 | Nil = nil, y : Int64 | Nil = nil, width : Int64 | Nil = nil, height : Int64 | Nil = nil)
        #