Uses of Enum Class
org.openqa.selenium.devtools.v141.browser.model.PrivacySandboxAPI
Packages that use PrivacySandboxAPI
Package
Description
-
Uses of PrivacySandboxAPI in org.openqa.selenium.devtools.v141.browser
Methods in org.openqa.selenium.devtools.v141.browser with parameters of type PrivacySandboxAPIModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Browser.addPrivacySandboxCoordinatorKeyConfig(PrivacySandboxAPI api, String coordinatorOrigin, String keyConfig, Optional<BrowserContextID> browserContextId) Configures encryption keys used with a given privacy sandbox API to talk to a trusted coordinator. -
Uses of PrivacySandboxAPI in org.openqa.selenium.devtools.v141.browser.model
Methods in org.openqa.selenium.devtools.v141.browser.model that return PrivacySandboxAPIModifier and TypeMethodDescriptionstatic PrivacySandboxAPIPrivacySandboxAPI.fromString(String s) static PrivacySandboxAPIReturns the enum constant of this class with the specified name.static PrivacySandboxAPI[]PrivacySandboxAPI.values()Returns an array containing the constants of this enum class, in the order they are declared.