| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Namespace OpenQA.Selenium.DevTools.V148.Runtime </title> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <meta name="title" content="Namespace OpenQA.Selenium.DevTools.V148.Runtime "> |
| |
| |
| <link rel="icon" href="../images/favicon.ico"> |
| <link rel="stylesheet" href="../public/docfx.min.css"> |
| <link rel="stylesheet" href="../public/main.css"> |
| <meta name="docfx:navrel" content="../toc.html"> |
| <meta name="docfx:tocrel" content="toc.html"> |
| |
| <meta name="docfx:rel" content="../"> |
| |
| |
| |
| <meta name="loc:inThisArticle" content="In this article"> |
| <meta name="loc:searchResultsCount" content="{count} results for "{query}""> |
| <meta name="loc:searchNoResults" content="No results for "{query}""> |
| <meta name="loc:tocFilter" content="Filter by title"> |
| <meta name="loc:nextArticle" content="Next"> |
| <meta name="loc:prevArticle" content="Previous"> |
| <meta name="loc:themeLight" content="Light"> |
| <meta name="loc:themeDark" content="Dark"> |
| <meta name="loc:themeAuto" content="Auto"> |
| <meta name="loc:changeTheme" content="Change theme"> |
| <meta name="loc:copy" content="Copy"> |
| <meta name="loc:downloadPdf" content="Download PDF"> |
| |
| <script type="module" src="./../public/docfx.min.js"></script> |
| |
| <script> |
| const theme = localStorage.getItem('theme') || 'auto' |
| document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme) |
| </script> |
| |
| </head> |
| |
| <body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference"> |
| <header class="bg-body border-bottom"> |
| <nav id="autocollapse" class="navbar navbar-expand-md" role="navigation"> |
| <div class="container-xxl flex-nowrap"> |
| <a class="navbar-brand" href="../index.html"> |
| <img id="logo" class="svg" src="../images/logo.svg" alt="Selenium .NET API"> |
| Selenium .NET API |
| </a> |
| <button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation"> |
| <i class="bi bi-three-dots"></i> |
| </button> |
| <div class="collapse navbar-collapse" id="navpanel"> |
| <div id="navbar"> |
| <form class="search" role="search" id="search"> |
| <i class="bi bi-search"></i> |
| <input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search"> |
| </form> |
| </div> |
| </div> |
| </div> |
| </nav> |
| </header> |
| |
| <main class="container-xxl"> |
| <div class="toc-offcanvas"> |
| <div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel"> |
| <div class="offcanvas-header"> |
| <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5> |
| <button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button> |
| </div> |
| <div class="offcanvas-body"> |
| <nav class="toc" id="toc"></nav> |
| </div> |
| </div> |
| </div> |
| |
| <div class="content"> |
| <div class="actionbar"> |
| <button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents"> |
| <i class="bi bi-list"></i> |
| </button> |
| |
| <nav id="breadcrumb"></nav> |
| </div> |
| |
| <article data-uid="OpenQA.Selenium.DevTools.V148.Runtime"> |
| |
| <h1 id="OpenQA_Selenium_DevTools_V148_Runtime" data-uid="OpenQA.Selenium.DevTools.V148.Runtime" class="text-break">Namespace OpenQA.Selenium.DevTools.V148.Runtime</h1> |
| <div class="markdown level0 summary"></div> |
| <div class="markdown level0 conceptual"></div> |
| <div class="markdown level0 remarks"></div> |
| |
| <h3 id="classes"> |
| Classes |
| </h3> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.AddBindingCommandResponse.html">AddBindingCommandResponse</a></dt> |
| <dd><p>Response for 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. |
| Binding function takes exactly one argument, this argument should be string, |
| in case of any other input, function throws an exception. |
| Each binding function call produces Runtime.bindingCalled notification.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.AddBindingCommandSettings.html">AddBindingCommandSettings</a></dt> |
| <dd><p>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. |
| Binding function takes exactly one argument, this argument should be string, |
| in case of any other input, function throws an exception. |
| Each binding function call produces Runtime.bindingCalled notification.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.AwaitPromiseCommandResponse.html">AwaitPromiseCommandResponse</a></dt> |
| <dd><p>Response for Add handler to promise with given promise object id.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.AwaitPromiseCommandSettings.html">AwaitPromiseCommandSettings</a></dt> |
| <dd><p>Add handler to promise with given promise object id.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.BindingCalledEventArgs.html">BindingCalledEventArgs</a></dt> |
| <dd><p>Notification is issued every time when binding is called.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.CallArgument.html">CallArgument</a></dt> |
| <dd><p>Represents function call argument. Either remote object id <code>objectId</code>, primitive <code>value</code>, |
| unserializable primitive value or neither of (for undefined) them should be specified.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.CallFrame.html">CallFrame</a></dt> |
| <dd><p>Stack entry for runtime errors and assertions.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.CallFunctionOnCommandResponse.html">CallFunctionOnCommandResponse</a></dt> |
| <dd><p>Response for Calls function with given declaration on the given object. Object group of the result is |
| inherited from the target object.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.CallFunctionOnCommandSettings.html">CallFunctionOnCommandSettings</a></dt> |
| <dd><p>Calls function with given declaration on the given object. Object group of the result is |
| inherited from the target object.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.CompileScriptCommandResponse.html">CompileScriptCommandResponse</a></dt> |
| <dd><p>Response for Compiles expression.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.CompileScriptCommandSettings.html">CompileScriptCommandSettings</a></dt> |
| <dd><p>Compiles expression.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.ConsoleAPICalledEventArgs.html">ConsoleAPICalledEventArgs</a></dt> |
| <dd><p>Issued when console API was called.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.CustomPreview.html">CustomPreview</a></dt> |
| <dd><p>CustomPreview</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.DeepSerializedValue.html">DeepSerializedValue</a></dt> |
| <dd><p>Represents deep serialized value.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.DisableCommandResponse.html">DisableCommandResponse</a></dt> |
| <dd><p>Response for Disables reporting of execution contexts creation.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.DisableCommandSettings.html">DisableCommandSettings</a></dt> |
| <dd><p>Disables reporting of execution contexts creation.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.DiscardConsoleEntriesCommandResponse.html">DiscardConsoleEntriesCommandResponse</a></dt> |
| <dd><p>Response for Discards collected exceptions and console API calls.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.DiscardConsoleEntriesCommandSettings.html">DiscardConsoleEntriesCommandSettings</a></dt> |
| <dd><p>Discards collected exceptions and console API calls.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.EnableCommandResponse.html">EnableCommandResponse</a></dt> |
| <dd><p>Response for Enables reporting of execution contexts creation by means of <code>executionContextCreated</code> event. |
| When the reporting gets enabled the event will be sent immediately for each existing execution |
| context.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.EnableCommandSettings.html">EnableCommandSettings</a></dt> |
| <dd><p>Enables reporting of execution contexts creation by means of <code>executionContextCreated</code> event. |
| When the reporting gets enabled the event will be sent immediately for each existing execution |
| context.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.EntryPreview.html">EntryPreview</a></dt> |
| <dd><p>EntryPreview</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.EvaluateCommandResponse.html">EvaluateCommandResponse</a></dt> |
| <dd><p>Response for Evaluates expression on global object.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.EvaluateCommandSettings.html">EvaluateCommandSettings</a></dt> |
| <dd><p>Evaluates expression on global object.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.ExceptionDetails.html">ExceptionDetails</a></dt> |
| <dd><p>Detailed information about exception (or error) that was thrown during script compilation or |
| execution.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.ExceptionRevokedEventArgs.html">ExceptionRevokedEventArgs</a></dt> |
| <dd><p>Issued when unhandled exception was revoked.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.ExceptionThrownEventArgs.html">ExceptionThrownEventArgs</a></dt> |
| <dd><p>Issued when exception was thrown and unhandled.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.ExecutionContextCreatedEventArgs.html">ExecutionContextCreatedEventArgs</a></dt> |
| <dd><p>Issued when new execution context is created.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.ExecutionContextDescription.html">ExecutionContextDescription</a></dt> |
| <dd><p>Description of an isolated world.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.ExecutionContextDestroyedEventArgs.html">ExecutionContextDestroyedEventArgs</a></dt> |
| <dd><p>Issued when execution context is destroyed.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.ExecutionContextsClearedEventArgs.html">ExecutionContextsClearedEventArgs</a></dt> |
| <dd><p>Issued when all executionContexts were cleared in browser</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.GetExceptionDetailsCommandResponse.html">GetExceptionDetailsCommandResponse</a></dt> |
| <dd><p>Response for This method tries to lookup and populate exception details for a |
| JavaScript Error object. |
| Note that the stackTrace portion of the resulting exceptionDetails will |
| only be populated if the Runtime domain was enabled at the time when the |
| Error was thrown.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.GetExceptionDetailsCommandSettings.html">GetExceptionDetailsCommandSettings</a></dt> |
| <dd><p>This method tries to lookup and populate exception details for a |
| JavaScript Error object. |
| Note that the stackTrace portion of the resulting exceptionDetails will |
| only be populated if the Runtime domain was enabled at the time when the |
| Error was thrown.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.GetHeapUsageCommandResponse.html">GetHeapUsageCommandResponse</a></dt> |
| <dd><p>Response for Returns the JavaScript heap usage. |
| It is the total usage of the corresponding isolate not scoped to a particular Runtime.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.GetHeapUsageCommandSettings.html">GetHeapUsageCommandSettings</a></dt> |
| <dd><p>Returns the JavaScript heap usage. |
| It is the total usage of the corresponding isolate not scoped to a particular Runtime.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.GetIsolateIdCommandResponse.html">GetIsolateIdCommandResponse</a></dt> |
| <dd><p>Response for Returns the isolate id.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.GetIsolateIdCommandSettings.html">GetIsolateIdCommandSettings</a></dt> |
| <dd><p>Returns the isolate id.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.GetPropertiesCommandResponse.html">GetPropertiesCommandResponse</a></dt> |
| <dd><p>Response for Returns properties of a given object. Object group of the result is inherited from the target |
| object.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.GetPropertiesCommandSettings.html">GetPropertiesCommandSettings</a></dt> |
| <dd><p>Returns properties of a given object. Object group of the result is inherited from the target |
| object.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.GlobalLexicalScopeNamesCommandResponse.html">GlobalLexicalScopeNamesCommandResponse</a></dt> |
| <dd><p>Response for Returns all let, const and class variables from global scope.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.GlobalLexicalScopeNamesCommandSettings.html">GlobalLexicalScopeNamesCommandSettings</a></dt> |
| <dd><p>Returns all let, const and class variables from global scope.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.InspectRequestedEventArgs.html">InspectRequestedEventArgs</a></dt> |
| <dd><p>Issued when object should be inspected (for example, as a result of inspect() command line API |
| call).</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.InternalPropertyDescriptor.html">InternalPropertyDescriptor</a></dt> |
| <dd><p>Object internal property descriptor. This property isn't normally visible in JavaScript code.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.ObjectPreview.html">ObjectPreview</a></dt> |
| <dd><p>Object containing abbreviated remote object value.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.PrivatePropertyDescriptor.html">PrivatePropertyDescriptor</a></dt> |
| <dd><p>Object private field descriptor.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.PropertyDescriptor.html">PropertyDescriptor</a></dt> |
| <dd><p>Object property descriptor.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.PropertyPreview.html">PropertyPreview</a></dt> |
| <dd><p>PropertyPreview</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.QueryObjectsCommandResponse.html">QueryObjectsCommandResponse</a></dt> |
| <dd><p>Response for QueryObjects</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.QueryObjectsCommandSettings.html">QueryObjectsCommandSettings</a></dt> |
| <dd><p>QueryObjects</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.ReleaseObjectCommandResponse.html">ReleaseObjectCommandResponse</a></dt> |
| <dd><p>Response for Releases remote object with given id.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.ReleaseObjectCommandSettings.html">ReleaseObjectCommandSettings</a></dt> |
| <dd><p>Releases remote object with given id.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.ReleaseObjectGroupCommandResponse.html">ReleaseObjectGroupCommandResponse</a></dt> |
| <dd><p>Response for Releases all remote objects that belong to a given group.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.ReleaseObjectGroupCommandSettings.html">ReleaseObjectGroupCommandSettings</a></dt> |
| <dd><p>Releases all remote objects that belong to a given group.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.RemoteObject.html">RemoteObject</a></dt> |
| <dd><p>Mirror object referencing original JavaScript object.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.RemoveBindingCommandResponse.html">RemoveBindingCommandResponse</a></dt> |
| <dd><p>Response for This method does not remove binding function from global object but |
| unsubscribes current runtime agent from Runtime.bindingCalled notifications.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.RemoveBindingCommandSettings.html">RemoveBindingCommandSettings</a></dt> |
| <dd><p>This method does not remove binding function from global object but |
| unsubscribes current runtime agent from Runtime.bindingCalled notifications.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.RunIfWaitingForDebuggerCommandResponse.html">RunIfWaitingForDebuggerCommandResponse</a></dt> |
| <dd><p>Response for Tells inspected instance to run if it was waiting for debugger to attach.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.RunIfWaitingForDebuggerCommandSettings.html">RunIfWaitingForDebuggerCommandSettings</a></dt> |
| <dd><p>Tells inspected instance to run if it was waiting for debugger to attach.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.RunScriptCommandResponse.html">RunScriptCommandResponse</a></dt> |
| <dd><p>Response for Runs script with given id in a given context.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.RunScriptCommandSettings.html">RunScriptCommandSettings</a></dt> |
| <dd><p>Runs script with given id in a given context.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.RuntimeAdapter.html">RuntimeAdapter</a></dt> |
| <dd><p>Represents an adapter for the Runtime domain to simplify the command interface.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.SerializationOptions.html">SerializationOptions</a></dt> |
| <dd><p>Represents options for serialization. Overrides <code>generatePreview</code> and <code>returnByValue</code>.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.SetAsyncCallStackDepthCommandResponse.html">SetAsyncCallStackDepthCommandResponse</a></dt> |
| <dd><p>Response for Enables or disables async call stacks tracking.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.SetAsyncCallStackDepthCommandSettings.html">SetAsyncCallStackDepthCommandSettings</a></dt> |
| <dd><p>Enables or disables async call stacks tracking.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.SetCustomObjectFormatterEnabledCommandResponse.html">SetCustomObjectFormatterEnabledCommandResponse</a></dt> |
| <dd><p>Response for SetCustomObjectFormatterEnabled</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.SetCustomObjectFormatterEnabledCommandSettings.html">SetCustomObjectFormatterEnabledCommandSettings</a></dt> |
| <dd><p>SetCustomObjectFormatterEnabled</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.SetMaxCallStackSizeToCaptureCommandResponse.html">SetMaxCallStackSizeToCaptureCommandResponse</a></dt> |
| <dd><p>Response for SetMaxCallStackSizeToCapture</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.SetMaxCallStackSizeToCaptureCommandSettings.html">SetMaxCallStackSizeToCaptureCommandSettings</a></dt> |
| <dd><p>SetMaxCallStackSizeToCapture</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.StackTrace.html">StackTrace</a></dt> |
| <dd><p>Call frames for assertions or error messages.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.StackTraceId.html">StackTraceId</a></dt> |
| <dd><p>If <code>debuggerId</code> is set stack trace comes from another debugger and can be resolved there. This |
| allows to track cross-debugger calls. See <code>Runtime.StackTrace</code> and <code>Debugger.paused</code> for usages.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.TerminateExecutionCommandResponse.html">TerminateExecutionCommandResponse</a></dt> |
| <dd><p>Response for Terminate current or next JavaScript execution. |
| Will cancel the termination when the outer-most script execution ends.</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.TerminateExecutionCommandSettings.html">TerminateExecutionCommandSettings</a></dt> |
| <dd><p>Terminate current or next JavaScript execution. |
| Will cancel the termination when the outer-most script execution ends.</p> |
| </dd> |
| </dl> |
| <h3 id="enums"> |
| Enums |
| </h3> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.DeepSerializedValueTypeValues.html">DeepSerializedValueTypeValues</a></dt> |
| <dd><p>Enumerated values for Runtime.DeepSerializedValue.type</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.ObjectPreviewSubtypeValues.html">ObjectPreviewSubtypeValues</a></dt> |
| <dd><p>Enumerated values for Runtime.ObjectPreview.subtype</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.ObjectPreviewTypeValues.html">ObjectPreviewTypeValues</a></dt> |
| <dd><p>Enumerated values for Runtime.ObjectPreview.type</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.PropertyPreviewSubtypeValues.html">PropertyPreviewSubtypeValues</a></dt> |
| <dd><p>Enumerated values for Runtime.PropertyPreview.subtype</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.PropertyPreviewTypeValues.html">PropertyPreviewTypeValues</a></dt> |
| <dd><p>Enumerated values for Runtime.PropertyPreview.type</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.RemoteObjectSubtypeValues.html">RemoteObjectSubtypeValues</a></dt> |
| <dd><p>Enumerated values for Runtime.RemoteObject.subtype</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.RemoteObjectTypeValues.html">RemoteObjectTypeValues</a></dt> |
| <dd><p>Enumerated values for Runtime.RemoteObject.type</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V148.Runtime.SerializationOptionsSerializationValues.html">SerializationOptionsSerializationValues</a></dt> |
| <dd><p>Enumerated values for Runtime.SerializationOptions.serialization</p> |
| </dd> |
| </dl> |
| |
| |
| </article> |
| |
| <div class="contribution d-print-none"> |
| </div> |
| |
| |
| </div> |
| |
| <div class="affix"> |
| <nav id="affix"></nav> |
| </div> |
| </main> |
| |
| <div class="container-xxl search-results" id="search-results"></div> |
| |
| <footer class="border-top text-secondary"> |
| <div class="container-xxl"> |
| <div class="flex-fill"> |
| <span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span> |
| </div> |
| </div> |
| </footer> |
| </body> |
| </html> |