Uses of Class
com.microsoft.playwright.options.HttpCredentials
Packages that use HttpCredentials
-
Uses of HttpCredentials in com.microsoft.playwright
Fields in com.microsoft.playwright declared as HttpCredentialsModifier and TypeFieldDescriptionAPIRequest.NewContextOptions.httpCredentialsCredentials for HTTP authentication.Browser.NewContextOptions.httpCredentialsCredentials for HTTP authentication.Browser.NewPageOptions.httpCredentialsCredentials for HTTP authentication.BrowserType.LaunchPersistentContextOptions.httpCredentialsCredentials for HTTP authentication.Methods in com.microsoft.playwright with parameters of type HttpCredentialsModifier and TypeMethodDescriptionAPIRequest.NewContextOptions.setHttpCredentials(HttpCredentials httpCredentials) Credentials for HTTP authentication.Browser.NewContextOptions.setHttpCredentials(HttpCredentials httpCredentials) Credentials for HTTP authentication.Browser.NewPageOptions.setHttpCredentials(HttpCredentials httpCredentials) Credentials for HTTP authentication.BrowserType.LaunchPersistentContextOptions.setHttpCredentials(HttpCredentials httpCredentials) Credentials for HTTP authentication. -
Uses of HttpCredentials in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return HttpCredentialsModifier and TypeMethodDescriptionRestrain sending http credentials on specific origin (scheme://host:port).