struct Protocol::Browser::GetWindowForTarget

Overview

Get the browser window that contains the devtools target.

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]
def window_id : WindowID #

Browser window id.


[View source]