Uses of Class
com.microsoft.playwright.options.Proxy
Packages that use Proxy
-
Uses of Proxy in com.microsoft.playwright
Fields in com.microsoft.playwright declared as ProxyModifier and TypeFieldDescriptionAPIRequest.NewContextOptions.proxyNetwork proxy settings.Browser.NewContextOptions.proxyNetwork proxy settings to use with this context.Browser.NewPageOptions.proxyNetwork proxy settings to use with this context.BrowserType.LaunchOptions.proxyNetwork proxy settings.BrowserType.LaunchPersistentContextOptions.proxyNetwork proxy settings.Methods in com.microsoft.playwright with parameters of type ProxyModifier and TypeMethodDescriptionNetwork proxy settings.Network proxy settings to use with this context.Network proxy settings to use with this context.Network proxy settings.Network proxy settings. -
Uses of Proxy in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return ProxyModifier and TypeMethodDescriptionOptional comma-separated domains to bypass proxy, for example".com, chromium.org, .domain.com".Proxy.setPassword(String password) Optional password to use if HTTP proxy requires authentication.Proxy.setUsername(String username) Optional username to use if HTTP proxy requires authentication.