Uses of Class
org.openqa.selenium.devtools.v141.target.model.TargetID
Packages that use TargetID
Package
Description
-
Uses of TargetID in org.openqa.selenium.devtools.v141.browser
Method parameters in org.openqa.selenium.devtools.v141.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.v141.pwa
Methods in org.openqa.selenium.devtools.v141.pwa that return types with arguments of type TargetIDModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<TargetID> Launches the installed web app, or an url in the same web app instead of the default start url if it is provided.PWA.launchFilesInApp(String manifestId, List<String> files) Opens one or more local files from an installed web app identified by its manifestId. -
Uses of TargetID in org.openqa.selenium.devtools.v141.serviceworker.model
Methods in org.openqa.selenium.devtools.v141.serviceworker.model that return types with arguments of type TargetIDModifier and TypeMethodDescriptionServiceWorkerVersion.getControlledClients()ServiceWorkerVersion.getTargetId() -
Uses of TargetID in org.openqa.selenium.devtools.v141.storage.model
Methods in org.openqa.selenium.devtools.v141.storage.model that return TargetIDModifier and TypeMethodDescriptionSharedStorageWorkletOperationExecutionFinished.getWorkletTargetId()Hex representation of the DevTools token used as the TargetID for the associated shared storage worklet.Methods in org.openqa.selenium.devtools.v141.storage.model that return types with arguments of type TargetIDModifier and TypeMethodDescriptionSharedStorageAccessParams.getWorkletTargetId()Hex representation of the DevTools token used as the TargetID for the associated shared storage worklet.Constructors in org.openqa.selenium.devtools.v141.storage.model with parameters of type TargetIDModifierConstructorDescriptionSharedStorageWorkletOperationExecutionFinished(TimeSinceEpoch finishedTime, Integer executionTime, SharedStorageAccessMethod method, String operationId, TargetID workletTargetId, FrameId mainFrameId, String ownerOrigin) -
Uses of TargetID in org.openqa.selenium.devtools.v141.target
Methods in org.openqa.selenium.devtools.v141.target that return types with arguments of type TargetIDModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<TargetID> Target.createTarget(String url, Optional<Integer> left, Optional<Integer> top, Optional<Integer> width, Optional<Integer> height, Optional<WindowState> windowState, Optional<BrowserContextID> browserContextId, Optional<Boolean> enableBeginFrameControl, Optional<Boolean> newWindow, Optional<Boolean> background, Optional<Boolean> forTab, Optional<Boolean> hidden) Creates a new page.static org.openqa.selenium.devtools.Command<TargetID> Target.openDevTools(TargetID targetId) Opens a DevTools window for the target.static org.openqa.selenium.devtools.Event<TargetID> Target.targetDestroyed()Methods in org.openqa.selenium.devtools.v141.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, Optional<Boolean> inheritPermissions) Inject object to the target's main frame that provides a communication channel with browser target.static org.openqa.selenium.devtools.Command<TargetID> Target.openDevTools(TargetID targetId) Opens a DevTools window for the target.Method parameters in org.openqa.selenium.devtools.v141.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.v141.target.model
Methods in org.openqa.selenium.devtools.v141.target.model that return TargetIDMethods in org.openqa.selenium.devtools.v141.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.v141.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<FrameId> parentFrameId, Optional<BrowserContextID> browserContextId, Optional<String> subtype) Constructor parameters in org.openqa.selenium.devtools.v141.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<FrameId> parentFrameId, Optional<BrowserContextID> browserContextId, Optional<String> subtype)