Uses of Class
org.openqa.selenium.devtools.v141.runtime.model.ExecutionContextId
Packages that use ExecutionContextId
Package
Description
-
Uses of ExecutionContextId in org.openqa.selenium.devtools.v141.debugger.model
Methods in org.openqa.selenium.devtools.v141.debugger.model that return ExecutionContextIdModifier and TypeMethodDescriptionScriptFailedToParse.getExecutionContextId()Specifies script creation context.ScriptParsed.getExecutionContextId()Specifies script creation context.Constructors in org.openqa.selenium.devtools.v141.debugger.model with parameters of type ExecutionContextIdModifierConstructorDescriptionScriptFailedToParse(ScriptId scriptId, String url, Integer startLine, Integer startColumn, Integer endLine, Integer endColumn, ExecutionContextId executionContextId, String hash, String buildId, Optional<Map<String, Object>> executionContextAuxData, Optional<String> sourceMapURL, Optional<Boolean> hasSourceURL, Optional<Boolean> isModule, Optional<Integer> length, Optional<StackTrace> stackTrace, Optional<Integer> codeOffset, Optional<ScriptLanguage> scriptLanguage, Optional<String> embedderName) ScriptParsed(ScriptId scriptId, String url, Integer startLine, Integer startColumn, Integer endLine, Integer endColumn, ExecutionContextId executionContextId, String hash, String buildId, Optional<Map<String, Object>> executionContextAuxData, Optional<Boolean> isLiveEdit, Optional<String> sourceMapURL, Optional<Boolean> hasSourceURL, Optional<Boolean> isModule, Optional<Integer> length, Optional<StackTrace> stackTrace, Optional<Integer> codeOffset, Optional<ScriptLanguage> scriptLanguage, Optional<List<DebugSymbols>> debugSymbols, Optional<String> embedderName, Optional<List<ResolvedBreakpoint>> resolvedBreakpoints) -
Uses of ExecutionContextId in org.openqa.selenium.devtools.v141.page
Methods in org.openqa.selenium.devtools.v141.page that return types with arguments of type ExecutionContextIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<ExecutionContextId> Page.createIsolatedWorld(FrameId frameId, Optional<String> worldName, Optional<Boolean> grantUniveralAccess) Creates an isolated world for the given frame. -
Uses of ExecutionContextId in org.openqa.selenium.devtools.v141.runtime
Method parameters in org.openqa.selenium.devtools.v141.runtime with type arguments of type ExecutionContextIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Runtime.addBinding(String name, Optional<ExecutionContextId> executionContextId, Optional<String> executionContextName) If executionContextId is empty, adds binding with the given name on the global objects of all inspected contexts, including those created later, bindings survive reloads.static org.openqa.selenium.devtools.Command<Runtime.CompileScriptResponse> Runtime.compileScript(String expression, String sourceURL, Boolean persistScript, Optional<ExecutionContextId> executionContextId) Compiles expression.Runtime.globalLexicalScopeNames(Optional<ExecutionContextId> executionContextId) Returns all let, const and class variables from global scope.static org.openqa.selenium.devtools.Command<Runtime.RunScriptResponse> Runtime.runScript(ScriptId scriptId, Optional<ExecutionContextId> executionContextId, Optional<String> objectGroup, Optional<Boolean> silent, Optional<Boolean> includeCommandLineAPI, Optional<Boolean> returnByValue, Optional<Boolean> generatePreview, Optional<Boolean> awaitPromise) Runs script with given id in a given context. -
Uses of ExecutionContextId in org.openqa.selenium.devtools.v141.runtime.model
Methods in org.openqa.selenium.devtools.v141.runtime.model that return ExecutionContextIdModifier and TypeMethodDescriptionBindingCalled.getExecutionContextId()Identifier of the context where the call was made.ConsoleAPICalled.getExecutionContextId()Identifier of the context where the call was made.ExecutionContextDestroyed.getExecutionContextId()Deprecated.ExecutionContextDescription.getId()Unique id of the execution context.Methods in org.openqa.selenium.devtools.v141.runtime.model that return types with arguments of type ExecutionContextIdModifier and TypeMethodDescriptionExceptionDetails.getExecutionContextId()Identifier of the context where exception happened.InspectRequested.getExecutionContextId()Identifier of the context where the call was made.Constructors in org.openqa.selenium.devtools.v141.runtime.model with parameters of type ExecutionContextIdModifierConstructorDescriptionBindingCalled(String name, String payload, ExecutionContextId executionContextId) ConsoleAPICalled(ConsoleAPICalled.Type type, List<RemoteObject> args, ExecutionContextId executionContextId, Timestamp timestamp, Optional<StackTrace> stackTrace, Optional<String> context) ExecutionContextDescription(ExecutionContextId id, String origin, String name, String uniqueId, Optional<Map<String, Object>> auxData) ExecutionContextDestroyed(ExecutionContextId executionContextId, String executionContextUniqueId) Constructor parameters in org.openqa.selenium.devtools.v141.runtime.model with type arguments of type ExecutionContextIdModifierConstructorDescriptionInspectRequested(RemoteObject object, Map<String, Object> hints, Optional<ExecutionContextId> executionContextId)