class

Playwright::ElementHandle::BoundingBox

Inherits JSON::Serializable / Reference / Object

Constructors

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

Instance methods

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