Uses of Class
org.openqa.selenium.devtools.browser.Browser.GetWindowForTargetResponse
-
Packages that use Browser.GetWindowForTargetResponse Package Description org.openqa.selenium.devtools.browser -
-
Uses of Browser.GetWindowForTargetResponse in org.openqa.selenium.devtools.browser
Methods in org.openqa.selenium.devtools.browser that return types with arguments of type Browser.GetWindowForTargetResponse Modifier and Type Method Description static Command<Browser.GetWindowForTargetResponse>
Browser. getWindowForTarget(java.util.Optional<TargetID> targetId)
Get the browser window that contains the devtools target.
-