struct Protocol::Target::CreateBrowserContext

Overview

Creates a new empty BrowserContext. Similar to an incognito profile but you can have more than one.

Included Modules

Defined in:

protocol/target.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def browser_context_id : Browser::BrowserContextID #

The id of the context created.


[View source]