Uses of Class
org.openqa.selenium.devtools.v85.browser.model.BrowserContextID
Packages that use BrowserContextID
Package
Description
-
Uses of BrowserContextID in org.openqa.selenium.devtools.v85.browser
Method parameters in org.openqa.selenium.devtools.v85.browser with type arguments of type BrowserContextIDModifier and TypeMethodDescriptionstatic 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) Set the behavior when downloading a file. -
Uses of BrowserContextID in org.openqa.selenium.devtools.v85.storage
Method parameters in org.openqa.selenium.devtools.v85.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.v85.target
Methods in org.openqa.selenium.devtools.v85.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) 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.v85.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.v85.target.model
Methods in org.openqa.selenium.devtools.v85.target.model that return types with arguments of type BrowserContextID