struct Protocol::Browser::GetWindowBounds

Overview

Get position and size of the browser window.

Included Modules

Defined in:

protocol/browser.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def bounds : Bounds #

Bounds information of the window. When window state is 'minimized', the restored window position and size are returned.


[View source]