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