Uses of Class
org.openqa.selenium.devtools.v114.target.model.TargetID
Packages that use TargetID
Package
Description
-
Uses of TargetID in org.openqa.selenium.devtools.v114.browser
Method parameters in org.openqa.selenium.devtools.v114.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.v114.serviceworker.model
Methods in org.openqa.selenium.devtools.v114.serviceworker.model that return types with arguments of type TargetIDModifier and TypeMethodDescriptionServiceWorkerVersion.getControlledClients()ServiceWorkerVersion.getTargetId() -
Uses of TargetID in org.openqa.selenium.devtools.v114.target
Methods in org.openqa.selenium.devtools.v114.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, Optional<Boolean> forTab) Creates a new page.static org.openqa.selenium.devtools.Event<TargetID>Target.targetDestroyed()Methods in org.openqa.selenium.devtools.v114.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<Void>Target.autoAttachRelated(TargetID targetId, Boolean waitForDebuggerOnStart, Optional<TargetFilter> filter) Adds the specified target to the list of targets that will be monitored for any related target creation (such as child frames, child workers and new versions of service worker) and reported through `attachedToTarget`.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.v114.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.v114.target.model
Methods in org.openqa.selenium.devtools.v114.target.model that return TargetIDMethods in org.openqa.selenium.devtools.v114.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.v114.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, Boolean canAccessOpener, Optional<FrameId> openerFrameId, Optional<BrowserContextID> browserContextId, Optional<String> subtype) Constructor parameters in org.openqa.selenium.devtools.v114.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, Boolean canAccessOpener, Optional<FrameId> openerFrameId, Optional<BrowserContextID> browserContextId, Optional<String> subtype)