Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 399 Bytes

File metadata and controls

20 lines (14 loc) · 399 Bytes

Unifapi::BrowserScreenshotRequestViewport

Properties

Name Type Description Notes
width Integer Viewport width in CSS pixels.
height Integer Viewport height in CSS pixels.

Example

require 'unifapi'

instance = Unifapi::BrowserScreenshotRequestViewport.new(
  width: null,
  height: null
)