Sha256: dc677349a252c14d509fbfaf005c62309b7038b1e001a40dae6f24050b93b808
Contents?: true
Size: 246 Bytes
Versions: 71
Compression:
Stored size: 246 Bytes
Contents
class Puppeteer::ElementHandle < Puppeteer::JSHandle class BoundingBox def initialize(x:, y:, width:, height:) @x = x @y = y @width = width @height = height end attr_reader :x, :y, :width, :height end end
Version data entries
71 entries across 71 versions & 1 rubygems