Uses of Class
org.openqa.selenium.devtools.v85.target.model.TargetID
Packages that use TargetID
Package
Description
-
Uses of TargetID in org.openqa.selenium.devtools.v85.browser
Method parameters in org.openqa.selenium.devtools.v85.browser with type arguments of type TargetIDModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Browser.GetWindowForTargetResponse>Browser.getWindowForTarget(Optional<TargetID> targetId) Get the browser window that contains the devtools target. -
Uses of TargetID in org.openqa.selenium.devtools.v85.serviceworker.model
Methods in org.openqa.selenium.devtools.v85.serviceworker.model that return types with arguments of type TargetIDModifier and TypeMethodDescriptionServiceWorkerVersion.getControlledClients()ServiceWorkerVersion.getTargetId() -
Uses of TargetID in org.openqa.selenium.devtools.v85.target
Methods in org.openqa.selenium.devtools.v85.target that return types with arguments of type TargetIDModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<TargetID>Target.createTarget(String url, Optional<Integer> width, Optional<Integer> height, Optional<BrowserContextID> browserContextId, Optional<Boolean> enableBeginFrameControl, Optional<Boolean> newWindow, Optional<Boolean> background) Creates a new page.static org.openqa.selenium.devtools.Event<TargetID>Target.targetDestroyed()Methods in org.openqa.selenium.devtools.v85.target with parameters of type TargetIDModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void>Target.activateTarget(TargetID targetId) Activates (focuses) the target.static org.openqa.selenium.devtools.Command<SessionID>Target.attachToTarget(TargetID targetId, Optional<Boolean> flatten) Attaches to the target with given id.static org.openqa.selenium.devtools.Command<Boolean>Target.closeTarget(TargetID targetId) Closes the target.static org.openqa.selenium.devtools.Command<Void>Target.exposeDevToolsProtocol(TargetID targetId, Optional<String> bindingName) Inject object to the target's main frame that provides a communication channel with browser target.Method parameters in org.openqa.selenium.devtools.v85.target with type arguments of type TargetIDModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<TargetInfo>Target.getTargetInfo(Optional<TargetID> targetId) Returns information about a target. -
Uses of TargetID in org.openqa.selenium.devtools.v85.target.model
Methods in org.openqa.selenium.devtools.v85.target.model that return TargetIDMethods in org.openqa.selenium.devtools.v85.target.model that return types with arguments of type TargetIDModifier and TypeMethodDescriptionTargetInfo.getOpenerId()Opener target IdDetachedFromTarget.getTargetId()Deprecated.ReceivedMessageFromTarget.getTargetId()Deprecated.Constructors in org.openqa.selenium.devtools.v85.target.model with parameters of type TargetIDModifierConstructorDescriptionTargetCrashed(TargetID targetId, String status, Integer errorCode) TargetInfo(TargetID targetId, String type, String title, String url, Boolean attached, Optional<TargetID> openerId, Optional<BrowserContextID> browserContextId) Constructor parameters in org.openqa.selenium.devtools.v85.target.model with type arguments of type TargetIDModifierConstructorDescriptionDetachedFromTarget(SessionID sessionId, Optional<TargetID> targetId) ReceivedMessageFromTarget(SessionID sessionId, String message, Optional<TargetID> targetId) TargetInfo(TargetID targetId, String type, String title, String url, Boolean attached, Optional<TargetID> openerId, Optional<BrowserContextID> browserContextId)