Playwright::Browser::NewPageOptions::Proxy
Inherits JSON::Serializable / Reference / Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(server : String, bypass : Nil | String = nil, username : Nil | String = nil, password : Nil | String = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
bypass
Optional coma-separated domains to bypass proxy, for example ".com, chromium.org, .domain.com".
Optional coma-separated domains to bypass proxy, for example ".com, chromium.org, .domain.com".
Optional password to use if HTTP proxy requires authentication.
server
Proxy to be used for all requests. HTTP and SOCKS proxies are supported, for example http://myproxy.com:3128 or socks5://myproxy.com:3128. Short form myproxy.com:3128 is considered an HTTP proxy.