Uses of Class
org.openqa.selenium.devtools.v145.target.Target.GetBrowserContextsResponse
Packages that use Target.GetBrowserContextsResponse
-
Uses of Target.GetBrowserContextsResponse in org.openqa.selenium.devtools.v145.target
Methods in org.openqa.selenium.devtools.v145.target that return types with arguments of type Target.GetBrowserContextsResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Target.GetBrowserContextsResponse> Target.getBrowserContexts()Returns all browser contexts created with `Target.createBrowserContext` method.