Uses of Class
org.openqa.selenium.devtools.v141.browser.model.BrowserContextID
Packages that use BrowserContextID
Package
Description
-
Uses of BrowserContextID in org.openqa.selenium.devtools.v141.browser
Method parameters in org.openqa.selenium.devtools.v141.browser with type arguments of type BrowserContextIDModifier 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.static org.openqa.selenium.devtools.Command<Void> Browser.cancelDownload(String guid, Optional<BrowserContextID> browserContextId) Cancel a download if in progressstatic org.openqa.selenium.devtools.Command<Void> Browser.resetPermissions(Optional<BrowserContextID> browserContextId) Reset all permission management for all origins.static org.openqa.selenium.devtools.Command<Void> Browser.setDownloadBehavior(Browser.SetDownloadBehaviorBehavior behavior, Optional<BrowserContextID> browserContextId, Optional<String> downloadPath, Optional<Boolean> eventsEnabled) Set the behavior when downloading a file. -
Uses of BrowserContextID in org.openqa.selenium.devtools.v141.storage
Method parameters in org.openqa.selenium.devtools.v141.storage with type arguments of type BrowserContextIDModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Storage.clearCookies(Optional<BrowserContextID> browserContextId) Clears cookies.Storage.getCookies(Optional<BrowserContextID> browserContextId) Returns all browser cookies.static org.openqa.selenium.devtools.Command<Void> Storage.setCookies(List<CookieParam> cookies, Optional<BrowserContextID> browserContextId) Sets given cookies. -
Uses of BrowserContextID in org.openqa.selenium.devtools.v141.target
Methods in org.openqa.selenium.devtools.v141.target that return types with arguments of type BrowserContextIDModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<BrowserContextID> Target.createBrowserContext(Optional<Boolean> disposeOnDetach, Optional<String> proxyServer, Optional<String> proxyBypassList, Optional<List<String>> originsWithUniversalNetworkAccess) Creates a new empty BrowserContext.static org.openqa.selenium.devtools.Command<List<BrowserContextID>> Target.getBrowserContexts()Returns all browser contexts created with `Target.createBrowserContext` method.Methods in org.openqa.selenium.devtools.v141.target with parameters of type BrowserContextIDModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Target.disposeBrowserContext(BrowserContextID browserContextId) Deletes a BrowserContext. -
Uses of BrowserContextID in org.openqa.selenium.devtools.v141.target.model
Methods in org.openqa.selenium.devtools.v141.target.model that return types with arguments of type BrowserContextID