Uses of Class
com.microsoft.playwright.options.HttpCredentials
-
Packages that use HttpCredentials Package Description com.microsoft.playwright com.microsoft.playwright.options -
-
Uses of HttpCredentials in com.microsoft.playwright
Fields in com.microsoft.playwright declared as HttpCredentials Modifier and Type Field Description HttpCredentialsAPIRequest.NewContextOptions. httpCredentialsCredentials for HTTP authentication.HttpCredentialsBrowser.NewContextOptions. httpCredentialsCredentials for HTTP authentication.HttpCredentialsBrowser.NewPageOptions. httpCredentialsCredentials for HTTP authentication.HttpCredentialsBrowserType.LaunchPersistentContextOptions. httpCredentialsCredentials for HTTP authentication.Methods in com.microsoft.playwright with parameters of type HttpCredentials Modifier and Type Method Description APIRequest.NewContextOptionsAPIRequest.NewContextOptions. setHttpCredentials(HttpCredentials httpCredentials)Credentials for HTTP authentication.Browser.NewContextOptionsBrowser.NewContextOptions. setHttpCredentials(HttpCredentials httpCredentials)Credentials for HTTP authentication.Browser.NewPageOptionsBrowser.NewPageOptions. setHttpCredentials(HttpCredentials httpCredentials)Credentials for HTTP authentication.BrowserType.LaunchPersistentContextOptionsBrowserType.LaunchPersistentContextOptions. setHttpCredentials(HttpCredentials httpCredentials)Credentials for HTTP authentication. -
Uses of HttpCredentials in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return HttpCredentials Modifier and Type Method Description HttpCredentialsHttpCredentials. setOrigin(String origin)Restrain sending http credentials on specific origin (scheme://host:port).HttpCredentialsHttpCredentials. setSend(HttpCredentialsSend send)This option only applies to the requests sent from correspondingAPIRequestContextand does not affect requests sent from the browser.
-