class Playwright::ElementHandle::BoundingBox
- Playwright::ElementHandle::BoundingBox
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/elementhandle.crConstructors
Instance Method Summary
- #height : Float64?
- #height=(height : Float64?)
- #width : Float64?
- #width=(width : Float64?)
- #x : Float64?
- #x=(x : Float64?)
- #y : Float64?
- #y=(y : Float64?)