Class: Cline::GlobalState::Browser::BrowserSettings::BrowserViewport

Inherits:
Schema
  • Object
show all
Defined in:
lib/cline/global_state/browser.rb

Overview

Browser viewport settings

Instance Attribute Summary

Attributes inherited from Schema

#extra_attributes

Public API collapse

Methods inherited from Schema

#==, as_hash, cast, cline_snake_attributes, of_hash, #to_cline_json, #to_hash

Instance Method Details

#heightInteger

Returns Viewport height.

Returns:

  • (Integer)

    Viewport height



17
# File 'lib/cline/global_state/browser.rb', line 17

attribute :height, :integer

#widthInteger

Returns Viewport width.

Returns:

  • (Integer)

    Viewport width



14
# File 'lib/cline/global_state/browser.rb', line 14

attribute :width, :integer