Uses of Class
org.openqa.selenium.devtools.v141.runtime.model.RemoteObjectId
Packages that use RemoteObjectId
Package
Description
-
Uses of RemoteObjectId in org.openqa.selenium.devtools.v141.debugger
Methods in org.openqa.selenium.devtools.v141.debugger with parameters of type RemoteObjectIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<BreakpointId> Debugger.setBreakpointOnFunctionCall(RemoteObjectId objectId, Optional<String> condition) Sets JavaScript breakpoint before each call to the given function. -
Uses of RemoteObjectId in org.openqa.selenium.devtools.v141.dom
Methods in org.openqa.selenium.devtools.v141.dom with parameters of type RemoteObjectIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<String> DOM.getFileInfo(RemoteObjectId objectId) Returns file information for the given File wrapper.static org.openqa.selenium.devtools.Command<NodeId> DOM.requestNode(RemoteObjectId objectId) Requests that the node is sent to the caller given the JavaScript node object reference. -
Uses of RemoteObjectId in org.openqa.selenium.devtools.v141.domdebugger
Methods in org.openqa.selenium.devtools.v141.domdebugger with parameters of type RemoteObjectIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<List<EventListener>> DOMDebugger.getEventListeners(RemoteObjectId objectId, Optional<Integer> depth, Optional<Boolean> pierce) Returns event listeners of the given object. -
Uses of RemoteObjectId in org.openqa.selenium.devtools.v141.heapprofiler
Methods in org.openqa.selenium.devtools.v141.heapprofiler with parameters of type RemoteObjectIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<HeapSnapshotObjectId> HeapProfiler.getHeapObjectId(RemoteObjectId objectId) -
Uses of RemoteObjectId in org.openqa.selenium.devtools.v141.io
Methods in org.openqa.selenium.devtools.v141.io with parameters of type RemoteObjectIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<String> IO.resolveBlob(RemoteObjectId objectId) Return UUID of Blob object specified by a remote object id. -
Uses of RemoteObjectId in org.openqa.selenium.devtools.v141.runtime
Methods in org.openqa.selenium.devtools.v141.runtime with parameters of type RemoteObjectIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Runtime.AwaitPromiseResponse> Runtime.awaitPromise(RemoteObjectId promiseObjectId, Optional<Boolean> returnByValue, Optional<Boolean> generatePreview) Add handler to promise with given promise object id.static org.openqa.selenium.devtools.Command<ExceptionDetails> Runtime.getExceptionDetails(RemoteObjectId errorObjectId) This method tries to lookup and populate exception details for a JavaScript Error object.static org.openqa.selenium.devtools.Command<Runtime.GetPropertiesResponse> Runtime.getProperties(RemoteObjectId objectId, Optional<Boolean> ownProperties, Optional<Boolean> accessorPropertiesOnly, Optional<Boolean> generatePreview, Optional<Boolean> nonIndexedPropertiesOnly) Returns properties of a given object.static org.openqa.selenium.devtools.Command<RemoteObject> Runtime.queryObjects(RemoteObjectId prototypeObjectId, Optional<String> objectGroup) static org.openqa.selenium.devtools.Command<Void> Runtime.releaseObject(RemoteObjectId objectId) Releases remote object with given id.Method parameters in org.openqa.selenium.devtools.v141.runtime with type arguments of type RemoteObjectIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Runtime.CallFunctionOnResponse> Runtime.callFunctionOn(String functionDeclaration, Optional<RemoteObjectId> objectId, Optional<List<CallArgument>> arguments, Optional<Boolean> silent, Optional<Boolean> returnByValue, Optional<Boolean> generatePreview, Optional<Boolean> userGesture, Optional<Boolean> awaitPromise, Optional<ExecutionContextId> executionContextId, Optional<String> objectGroup, Optional<Boolean> throwOnSideEffect, Optional<String> uniqueContextId, Optional<SerializationOptions> serializationOptions) Calls function with given declaration on the given object. -
Uses of RemoteObjectId in org.openqa.selenium.devtools.v141.runtime.model
Methods in org.openqa.selenium.devtools.v141.runtime.model that return types with arguments of type RemoteObjectIdModifier and TypeMethodDescriptionCustomPreview.getBodyGetterId()If formatter returns true as a result of formatter.hasBody call then bodyGetterId will contain RemoteObjectId for the function that returns result of formatter.body(object, config) call.CallArgument.getObjectId()Remote object handle.RemoteObject.getObjectId()Unique object identifier (for non-primitive values).Constructor parameters in org.openqa.selenium.devtools.v141.runtime.model with type arguments of type RemoteObjectIdModifierConstructorDescriptionCustomPreview(String header, Optional<RemoteObjectId> bodyGetterId)