class Playwright::Browser::NewPageOptions::Proxy

Included Modules

Defined in:

playwright/browser.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(server, bypass = nil, username = nil, password = nil) #

[View source]

Instance Method Detail

def bypass : String? #

[View source]
def bypass=(bypass : String?) #

[View source]
def password : String? #

[View source]
def password=(password : String?) #

[View source]
def server : String #

[View source]
def server=(server : String) #

[View source]
def username : String? #

[View source]
def username=(username : String?) #

[View source]