class Playwright::ElementHandle::BoundingBox

Included Modules

Defined in:

playwright/elementhandle.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(x : Float64 | Nil = nil, y : Float64 | Nil = nil, width : Float64 | Nil = nil, height : Float64 | Nil = nil) #

[View source]

Instance Method Detail

def height : Float64 | Nil #

[View source]
def height=(height : Float64 | Nil) #

[View source]
def width : Float64 | Nil #

[View source]
def width=(width : Float64 | Nil) #

[View source]
def x : Float64 | Nil #

[View source]
def x=(x : Float64 | Nil) #

[View source]
def y : Float64 | Nil #

[View source]
def y=(y : Float64 | Nil) #

[View source]