Uses of Class
com.microsoft.playwright.options.HttpCredentialsSend
-
Packages that use HttpCredentialsSend Package Description com.microsoft.playwright.options -
-
Uses of HttpCredentialsSend in com.microsoft.playwright.options
Fields in com.microsoft.playwright.options declared as HttpCredentialsSend Modifier and Type Field Description HttpCredentialsSendHttpCredentials. sendThis option only applies to the requests sent from correspondingAPIRequestContextand does not affect requests sent from the browser.Methods in com.microsoft.playwright.options that return HttpCredentialsSend Modifier and Type Method Description static HttpCredentialsSendHttpCredentialsSend. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpCredentialsSend[]HttpCredentialsSend. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.playwright.options with parameters of type HttpCredentialsSend Modifier and Type Method Description HttpCredentialsHttpCredentials. setSend(HttpCredentialsSend send)This option only applies to the requests sent from correspondingAPIRequestContextand does not affect requests sent from the browser.
-