struct Selenium::ElementRect
- Selenium::ElementRect
- Struct
- Value
- Object
Overview
TODO I don't remember why I made the properties floats nor why they are nilable.
If they were Int64, this could be combined with Selenium::WindowRect
Included Modules
- JSON::Serializable
Defined in:
selenium/element_rect.crConstructors
Instance Method Summary
- #height : Float64 | Nil
- #height=(height : Float64 | Nil)
- #midpoint : Selenium::Coordinate | Nil
- #width : Float64 | Nil
- #width=(width : Float64 | Nil)
- #x : Float64 | Nil
- #x=(x : Float64 | Nil)
- #y : Float64 | Nil
- #y=(y : Float64 | Nil)