| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Namespace OpenQA.Selenium.DevTools.V134.Runtime </title> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <meta name="title" content="Namespace OpenQA.Selenium.DevTools.V134.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.V134.Runtime"> |
| |
| <h1 id="OpenQA_Selenium_DevTools_V134_Runtime" data-uid="OpenQA.Selenium.DevTools.V134.Runtime" class="text-break">Namespace OpenQA.Selenium.DevTools.V134.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.V134.Runtime.AddBindingCommandResponse.html">AddBindingCommandResponse</a></dt> |
| <dd><p>Response for AddBinding</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.AddBindingCommandSettings.html">AddBindingCommandSettings</a></dt> |
| <dd><p>AddBinding</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.AwaitPromiseCommandResponse.html">AwaitPromiseCommandResponse</a></dt> |
| <dd><p>Response for AwaitPromise</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.AwaitPromiseCommandSettings.html">AwaitPromiseCommandSettings</a></dt> |
| <dd><p>AwaitPromise</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.BindingCalledEventArgs.html">BindingCalledEventArgs</a></dt> |
| <dd><p>BindingCalled</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.CallArgument.html">CallArgument</a></dt> |
| <dd><p>CallArgument</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.CallFrame.html">CallFrame</a></dt> |
| <dd><p>CallFrame</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.CallFunctionOnCommandResponse.html">CallFunctionOnCommandResponse</a></dt> |
| <dd><p>Response for CallFunctionOn</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.CallFunctionOnCommandSettings.html">CallFunctionOnCommandSettings</a></dt> |
| <dd><p>CallFunctionOn</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.CompileScriptCommandResponse.html">CompileScriptCommandResponse</a></dt> |
| <dd><p>Response for CompileScript</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.CompileScriptCommandSettings.html">CompileScriptCommandSettings</a></dt> |
| <dd><p>CompileScript</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.ConsoleAPICalledEventArgs.html">ConsoleAPICalledEventArgs</a></dt> |
| <dd><p>ConsoleAPICalled</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.CustomPreview.html">CustomPreview</a></dt> |
| <dd><p>CustomPreview</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.DeepSerializedValue.html">DeepSerializedValue</a></dt> |
| <dd><p>DeepSerializedValue</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.DisableCommandResponse.html">DisableCommandResponse</a></dt> |
| <dd><p>Response for Disable</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.DisableCommandSettings.html">DisableCommandSettings</a></dt> |
| <dd><p>Disable</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.DiscardConsoleEntriesCommandResponse.html">DiscardConsoleEntriesCommandResponse</a></dt> |
| <dd><p>Response for DiscardConsoleEntries</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.DiscardConsoleEntriesCommandSettings.html">DiscardConsoleEntriesCommandSettings</a></dt> |
| <dd><p>DiscardConsoleEntries</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.EnableCommandResponse.html">EnableCommandResponse</a></dt> |
| <dd><p>Response for Enable</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.EnableCommandSettings.html">EnableCommandSettings</a></dt> |
| <dd><p>Enable</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.EntryPreview.html">EntryPreview</a></dt> |
| <dd><p>EntryPreview</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.EvaluateCommandResponse.html">EvaluateCommandResponse</a></dt> |
| <dd><p>Response for Evaluate</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.EvaluateCommandSettings.html">EvaluateCommandSettings</a></dt> |
| <dd><p>Evaluate</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.ExceptionDetails.html">ExceptionDetails</a></dt> |
| <dd><p>ExceptionDetails</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.ExceptionRevokedEventArgs.html">ExceptionRevokedEventArgs</a></dt> |
| <dd><p>ExceptionRevoked</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.ExceptionThrownEventArgs.html">ExceptionThrownEventArgs</a></dt> |
| <dd><p>ExceptionThrown</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.ExecutionContextCreatedEventArgs.html">ExecutionContextCreatedEventArgs</a></dt> |
| <dd><p>ExecutionContextCreated</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.ExecutionContextDescription.html">ExecutionContextDescription</a></dt> |
| <dd><p>ExecutionContextDescription</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.ExecutionContextDestroyedEventArgs.html">ExecutionContextDestroyedEventArgs</a></dt> |
| <dd><p>ExecutionContextDestroyed</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.ExecutionContextsClearedEventArgs.html">ExecutionContextsClearedEventArgs</a></dt> |
| <dd><p>ExecutionContextsCleared</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.GetExceptionDetailsCommandResponse.html">GetExceptionDetailsCommandResponse</a></dt> |
| <dd><p>Response for GetExceptionDetails</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.GetExceptionDetailsCommandSettings.html">GetExceptionDetailsCommandSettings</a></dt> |
| <dd><p>GetExceptionDetails</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.GetHeapUsageCommandResponse.html">GetHeapUsageCommandResponse</a></dt> |
| <dd><p>Response for GetHeapUsage</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.GetHeapUsageCommandSettings.html">GetHeapUsageCommandSettings</a></dt> |
| <dd><p>GetHeapUsage</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.GetIsolateIdCommandResponse.html">GetIsolateIdCommandResponse</a></dt> |
| <dd><p>Response for GetIsolateId</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.GetIsolateIdCommandSettings.html">GetIsolateIdCommandSettings</a></dt> |
| <dd><p>GetIsolateId</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.GetPropertiesCommandResponse.html">GetPropertiesCommandResponse</a></dt> |
| <dd><p>Response for GetProperties</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.GetPropertiesCommandSettings.html">GetPropertiesCommandSettings</a></dt> |
| <dd><p>GetProperties</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.GlobalLexicalScopeNamesCommandResponse.html">GlobalLexicalScopeNamesCommandResponse</a></dt> |
| <dd><p>Response for GlobalLexicalScopeNames</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.GlobalLexicalScopeNamesCommandSettings.html">GlobalLexicalScopeNamesCommandSettings</a></dt> |
| <dd><p>GlobalLexicalScopeNames</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.InspectRequestedEventArgs.html">InspectRequestedEventArgs</a></dt> |
| <dd><p>InspectRequested</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.InternalPropertyDescriptor.html">InternalPropertyDescriptor</a></dt> |
| <dd><p>InternalPropertyDescriptor</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.ObjectPreview.html">ObjectPreview</a></dt> |
| <dd><p>ObjectPreview</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.PrivatePropertyDescriptor.html">PrivatePropertyDescriptor</a></dt> |
| <dd><p>PrivatePropertyDescriptor</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.PropertyDescriptor.html">PropertyDescriptor</a></dt> |
| <dd><p>PropertyDescriptor</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.PropertyPreview.html">PropertyPreview</a></dt> |
| <dd><p>PropertyPreview</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.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.V134.Runtime.QueryObjectsCommandSettings.html">QueryObjectsCommandSettings</a></dt> |
| <dd><p>QueryObjects</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.ReleaseObjectCommandResponse.html">ReleaseObjectCommandResponse</a></dt> |
| <dd><p>Response for ReleaseObject</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.ReleaseObjectCommandSettings.html">ReleaseObjectCommandSettings</a></dt> |
| <dd><p>ReleaseObject</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.ReleaseObjectGroupCommandResponse.html">ReleaseObjectGroupCommandResponse</a></dt> |
| <dd><p>Response for ReleaseObjectGroup</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.ReleaseObjectGroupCommandSettings.html">ReleaseObjectGroupCommandSettings</a></dt> |
| <dd><p>ReleaseObjectGroup</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.RemoteObject.html">RemoteObject</a></dt> |
| <dd><p>RemoteObject</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.RemoveBindingCommandResponse.html">RemoveBindingCommandResponse</a></dt> |
| <dd><p>Response for RemoveBinding</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.RemoveBindingCommandSettings.html">RemoveBindingCommandSettings</a></dt> |
| <dd><p>RemoveBinding</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.RunIfWaitingForDebuggerCommandResponse.html">RunIfWaitingForDebuggerCommandResponse</a></dt> |
| <dd><p>Response for RunIfWaitingForDebugger</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.RunIfWaitingForDebuggerCommandSettings.html">RunIfWaitingForDebuggerCommandSettings</a></dt> |
| <dd><p>RunIfWaitingForDebugger</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.RunScriptCommandResponse.html">RunScriptCommandResponse</a></dt> |
| <dd><p>Response for RunScript</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.RunScriptCommandSettings.html">RunScriptCommandSettings</a></dt> |
| <dd><p>RunScript</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.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.V134.Runtime.SerializationOptions.html">SerializationOptions</a></dt> |
| <dd><p>SerializationOptions</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.SetAsyncCallStackDepthCommandResponse.html">SetAsyncCallStackDepthCommandResponse</a></dt> |
| <dd><p>Response for SetAsyncCallStackDepth</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.SetAsyncCallStackDepthCommandSettings.html">SetAsyncCallStackDepthCommandSettings</a></dt> |
| <dd><p>SetAsyncCallStackDepth</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.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.V134.Runtime.SetCustomObjectFormatterEnabledCommandSettings.html">SetCustomObjectFormatterEnabledCommandSettings</a></dt> |
| <dd><p>SetCustomObjectFormatterEnabled</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.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.V134.Runtime.SetMaxCallStackSizeToCaptureCommandSettings.html">SetMaxCallStackSizeToCaptureCommandSettings</a></dt> |
| <dd><p>SetMaxCallStackSizeToCapture</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.StackTrace.html">StackTrace</a></dt> |
| <dd><p>StackTrace</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.StackTraceId.html">StackTraceId</a></dt> |
| <dd><p>StackTraceId</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.TerminateExecutionCommandResponse.html">TerminateExecutionCommandResponse</a></dt> |
| <dd><p>Response for TerminateExecution</p> |
| </dd> |
| </dl> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.Runtime.TerminateExecutionCommandSettings.html">TerminateExecutionCommandSettings</a></dt> |
| <dd><p>TerminateExecution</p> |
| </dd> |
| </dl> |
| <h3 id="enums"> |
| Enums |
| </h3> |
| <dl class="jumplist"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V134.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.V134.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.V134.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.V134.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.V134.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.V134.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.V134.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.V134.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> |