Uses of Class
org.openqa.selenium.devtools.v145.browser.model.BrowserContextID
Packages that use BrowserContextID
Package
Description
-
Uses of BrowserContextID in org.openqa.selenium.devtools.v145.browser
Method parameters in org.openqa.selenium.devtools.v145.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.v145.storage
Method parameters in org.openqa.selenium.devtools.v145.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.v145.target
Methods in org.openqa.selenium.devtools.v145.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.Target.GetBrowserContextsResponse.getBrowserContextIds()An array of browser context ids.Target.GetBrowserContextsResponse.getDefaultBrowserContextId()The id of the default browser context if available.Methods in org.openqa.selenium.devtools.v145.target with parameters of type BrowserContextIDModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Target.disposeBrowserContext(BrowserContextID browserContextId) Deletes a BrowserContext.Constructor parameters in org.openqa.selenium.devtools.v145.target with type arguments of type BrowserContextIDModifierConstructorDescriptionGetBrowserContextsResponse(List<BrowserContextID> browserContextIds, Optional<BrowserContextID> defaultBrowserContextId) GetBrowserContextsResponse(List<BrowserContextID> browserContextIds, Optional<BrowserContextID> defaultBrowserContextId) -
Uses of BrowserContextID in org.openqa.selenium.devtools.v145.target.model
Methods in org.openqa.selenium.devtools.v145.target.model that return types with arguments of type BrowserContextID