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 = nil, y = nil, width = nil, height = nil) #

[View source]

Instance Method Detail

def height : Float64? #

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

[View source]
def width : Float64? #

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

[View source]
def x : Float64? #

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

[View source]
def y : Float64? #

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

[View source]