class Playwright::ElementHandle::BoundingBox
- Playwright::ElementHandle::BoundingBox
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/elementhandle.crConstructors
- .new(pull : JSON::PullParser)
- .new(x : Float64 | Nil = nil, y : Float64 | Nil = nil, width : Float64 | Nil = nil, height : Float64 | Nil = nil)
Instance Method Summary
- #height : Float64 | Nil
- #height=(height : Float64 | Nil)
- #width : Float64 | Nil
- #width=(width : Float64 | Nil)
- #x : Float64 | Nil
- #x=(x : Float64 | Nil)
- #y : Float64 | Nil
- #y=(y : Float64 | Nil)
Constructor Detail
def self.new(x : Float64 | Nil = nil, y : Float64 | Nil = nil, width : Float64 | Nil = nil, height : Float64 | Nil = nil)
#