blob: 0215dff92a517261a082abe78fb431adce607a0d [file] [edit]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Namespace OpenQA.Selenium.DevTools.V143.Page </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Namespace OpenQA.Selenium.DevTools.V143.Page ">
<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 &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
<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.V143.Page">
<h1 id="OpenQA_Selenium_DevTools_V143_Page" data-uid="OpenQA.Selenium.DevTools.V143.Page" class="text-break">Namespace OpenQA.Selenium.DevTools.V143.Page</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.V143.Page.AdFrameStatus.html">AdFrameStatus</a></dt>
<dd><p>Indicates whether a frame has been identified as an ad and why.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.AdScriptAncestry.html">AdScriptAncestry</a></dt>
<dd><p>Encapsulates the script ancestry and the root script filterlist rule that
caused the frame to be labelled as an ad. Only created when <code>ancestryChain</code>
is not empty.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.AdScriptId.html">AdScriptId</a></dt>
<dd><p>Identifies the script which caused a script or frame to be labelled as an
ad.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.AddCompilationCacheCommandResponse.html">AddCompilationCacheCommandResponse</a></dt>
<dd><p>Response for Seeds compilation cache for given url. Compilation cache does not survive
cross-process navigation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.AddCompilationCacheCommandSettings.html">AddCompilationCacheCommandSettings</a></dt>
<dd><p>Seeds compilation cache for given url. Compilation cache does not survive
cross-process navigation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.AddScriptToEvaluateOnLoadCommandResponse.html">AddScriptToEvaluateOnLoadCommandResponse</a></dt>
<dd><p>Response for Deprecated, please use addScriptToEvaluateOnNewDocument instead.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.AddScriptToEvaluateOnLoadCommandSettings.html">AddScriptToEvaluateOnLoadCommandSettings</a></dt>
<dd><p>Deprecated, please use addScriptToEvaluateOnNewDocument instead.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.AddScriptToEvaluateOnNewDocumentCommandResponse.html">AddScriptToEvaluateOnNewDocumentCommandResponse</a></dt>
<dd><p>Response for Evaluates given script in every frame upon creation (before loading frame's scripts).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.AddScriptToEvaluateOnNewDocumentCommandSettings.html">AddScriptToEvaluateOnNewDocumentCommandSettings</a></dt>
<dd><p>Evaluates given script in every frame upon creation (before loading frame's scripts).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.AppManifestError.html">AppManifestError</a></dt>
<dd><p>Error while paring app manifest.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.AppManifestParsedProperties.html">AppManifestParsedProperties</a></dt>
<dd><p>Parsed app manifest properties.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.BackForwardCacheBlockingDetails.html">BackForwardCacheBlockingDetails</a></dt>
<dd><p>BackForwardCacheBlockingDetails</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.BackForwardCacheNotRestoredExplanation.html">BackForwardCacheNotRestoredExplanation</a></dt>
<dd><p>BackForwardCacheNotRestoredExplanation</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.BackForwardCacheNotRestoredExplanationTree.html">BackForwardCacheNotRestoredExplanationTree</a></dt>
<dd><p>BackForwardCacheNotRestoredExplanationTree</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.BackForwardCacheNotUsedEventArgs.html">BackForwardCacheNotUsedEventArgs</a></dt>
<dd><p>Fired for failed bfcache history navigations if BackForwardCache feature is enabled. Do
not assume any ordering with the Page.frameNavigated event. This event is fired only for
main-frame history navigation where the document changes (non-same-document navigations),
when bfcache navigation fails.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.BringToFrontCommandResponse.html">BringToFrontCommandResponse</a></dt>
<dd><p>Response for Brings page to front (activates tab).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.BringToFrontCommandSettings.html">BringToFrontCommandSettings</a></dt>
<dd><p>Brings page to front (activates tab).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.CaptureScreenshotCommandResponse.html">CaptureScreenshotCommandResponse</a></dt>
<dd><p>Response for Capture page screenshot.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.CaptureScreenshotCommandSettings.html">CaptureScreenshotCommandSettings</a></dt>
<dd><p>Capture page screenshot.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.CaptureSnapshotCommandResponse.html">CaptureSnapshotCommandResponse</a></dt>
<dd><p>Response for Returns a snapshot of the page as a string. For MHTML format, the serialization includes
iframes, shadow DOM, external resources, and element-inline styles.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.CaptureSnapshotCommandSettings.html">CaptureSnapshotCommandSettings</a></dt>
<dd><p>Returns a snapshot of the page as a string. For MHTML format, the serialization includes
iframes, shadow DOM, external resources, and element-inline styles.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ClearCompilationCacheCommandResponse.html">ClearCompilationCacheCommandResponse</a></dt>
<dd><p>Response for Clears seeded compilation cache.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ClearCompilationCacheCommandSettings.html">ClearCompilationCacheCommandSettings</a></dt>
<dd><p>Clears seeded compilation cache.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ClearDeviceMetricsOverrideCommandResponse.html">ClearDeviceMetricsOverrideCommandResponse</a></dt>
<dd><p>Response for Clears the overridden device metrics.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ClearDeviceMetricsOverrideCommandSettings.html">ClearDeviceMetricsOverrideCommandSettings</a></dt>
<dd><p>Clears the overridden device metrics.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ClearDeviceOrientationOverrideCommandResponse.html">ClearDeviceOrientationOverrideCommandResponse</a></dt>
<dd><p>Response for Clears the overridden Device Orientation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ClearDeviceOrientationOverrideCommandSettings.html">ClearDeviceOrientationOverrideCommandSettings</a></dt>
<dd><p>Clears the overridden Device Orientation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ClearGeolocationOverrideCommandResponse.html">ClearGeolocationOverrideCommandResponse</a></dt>
<dd><p>Response for Clears the overridden Geolocation Position and Error.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ClearGeolocationOverrideCommandSettings.html">ClearGeolocationOverrideCommandSettings</a></dt>
<dd><p>Clears the overridden Geolocation Position and Error.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.CloseCommandResponse.html">CloseCommandResponse</a></dt>
<dd><p>Response for Tries to close page, running its beforeunload hooks, if any.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.CloseCommandSettings.html">CloseCommandSettings</a></dt>
<dd><p>Tries to close page, running its beforeunload hooks, if any.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.CompilationCacheParams.html">CompilationCacheParams</a></dt>
<dd><p>Per-script compilation cache parameters for <code>Page.produceCompilationCache</code></p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.CompilationCacheProducedEventArgs.html">CompilationCacheProducedEventArgs</a></dt>
<dd><p>Issued for every compilation cache generated.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.CrashCommandResponse.html">CrashCommandResponse</a></dt>
<dd><p>Response for Crashes renderer on the IO thread, generates minidumps.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.CrashCommandSettings.html">CrashCommandSettings</a></dt>
<dd><p>Crashes renderer on the IO thread, generates minidumps.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.CreateIsolatedWorldCommandResponse.html">CreateIsolatedWorldCommandResponse</a></dt>
<dd><p>Response for Creates an isolated world for the given frame.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.CreateIsolatedWorldCommandSettings.html">CreateIsolatedWorldCommandSettings</a></dt>
<dd><p>Creates an isolated world for the given frame.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.DeleteCookieCommandResponse.html">DeleteCookieCommandResponse</a></dt>
<dd><p>Response for Deletes browser cookie with given name, domain and path.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.DeleteCookieCommandSettings.html">DeleteCookieCommandSettings</a></dt>
<dd><p>Deletes browser cookie with given name, domain and path.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.DisableCommandResponse.html">DisableCommandResponse</a></dt>
<dd><p>Response for Disables page domain notifications.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.DisableCommandSettings.html">DisableCommandSettings</a></dt>
<dd><p>Disables page domain notifications.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.DocumentOpenedEventArgs.html">DocumentOpenedEventArgs</a></dt>
<dd><p>Fired when opening document to write to.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.DomContentEventFiredEventArgs.html">DomContentEventFiredEventArgs</a></dt>
<dd><p>DomContentEventFired</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.DownloadProgressEventArgs.html">DownloadProgressEventArgs</a></dt>
<dd><p>Fired when download makes progress. Last call has |done| == true.
Deprecated. Use Browser.downloadProgress instead.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.DownloadWillBeginEventArgs.html">DownloadWillBeginEventArgs</a></dt>
<dd><p>Fired when page is about to start a download.
Deprecated. Use Browser.downloadWillBegin instead.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.EnableCommandResponse.html">EnableCommandResponse</a></dt>
<dd><p>Response for Enables page domain notifications.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.EnableCommandSettings.html">EnableCommandSettings</a></dt>
<dd><p>Enables page domain notifications.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FileChooserOpenedEventArgs.html">FileChooserOpenedEventArgs</a></dt>
<dd><p>Emitted only when <code>page.interceptFileChooser</code> is enabled.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FileFilter.html">FileFilter</a></dt>
<dd><p>FileFilter</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FileHandler.html">FileHandler</a></dt>
<dd><p>FileHandler</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FontFamilies.html">FontFamilies</a></dt>
<dd><p>Generic font families collection.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FontSizes.html">FontSizes</a></dt>
<dd><p>Default font sizes.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.Frame.html">Frame</a></dt>
<dd><p>Information about the Frame on the page.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FrameAttachedEventArgs.html">FrameAttachedEventArgs</a></dt>
<dd><p>Fired when frame has been attached to its parent.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FrameClearedScheduledNavigationEventArgs.html">FrameClearedScheduledNavigationEventArgs</a></dt>
<dd><p>Fired when frame no longer has a scheduled navigation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FrameDetachedEventArgs.html">FrameDetachedEventArgs</a></dt>
<dd><p>Fired when frame has been detached from its parent.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FrameNavigatedEventArgs.html">FrameNavigatedEventArgs</a></dt>
<dd><p>Fired once navigation of the frame has completed. Frame is now associated with the new loader.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FrameRequestedNavigationEventArgs.html">FrameRequestedNavigationEventArgs</a></dt>
<dd><p>Fired when a renderer-initiated navigation is requested.
Navigation may still be cancelled after the event is issued.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FrameResizedEventArgs.html">FrameResizedEventArgs</a></dt>
<dd><p>FrameResized</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FrameResource.html">FrameResource</a></dt>
<dd><p>Information about the Resource on the page.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FrameResourceTree.html">FrameResourceTree</a></dt>
<dd><p>Information about the Frame hierarchy along with their cached resources.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FrameScheduledNavigationEventArgs.html">FrameScheduledNavigationEventArgs</a></dt>
<dd><p>Fired when frame schedules a potential navigation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FrameStartedLoadingEventArgs.html">FrameStartedLoadingEventArgs</a></dt>
<dd><p>Fired when frame has started loading.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FrameStartedNavigatingEventArgs.html">FrameStartedNavigatingEventArgs</a></dt>
<dd><p>Fired when a navigation starts. This event is fired for both
renderer-initiated and browser-initiated navigations. For renderer-initiated
navigations, the event is fired after <code>frameRequestedNavigation</code>.
Navigation may still be cancelled after the event is issued. Multiple events
can be fired for a single navigation, for example, when a same-document
navigation becomes a cross-document navigation (such as in the case of a
frameset).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FrameStoppedLoadingEventArgs.html">FrameStoppedLoadingEventArgs</a></dt>
<dd><p>Fired when frame has stopped loading.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FrameSubtreeWillBeDetachedEventArgs.html">FrameSubtreeWillBeDetachedEventArgs</a></dt>
<dd><p>Fired before frame subtree is detached. Emitted before any frame of the
subtree is actually detached.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.FrameTree.html">FrameTree</a></dt>
<dd><p>Information about the Frame hierarchy.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GenerateTestReportCommandResponse.html">GenerateTestReportCommandResponse</a></dt>
<dd><p>Response for Generates a report for testing.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GenerateTestReportCommandSettings.html">GenerateTestReportCommandSettings</a></dt>
<dd><p>Generates a report for testing.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetAdScriptAncestryCommandResponse.html">GetAdScriptAncestryCommandResponse</a></dt>
<dd><p>Response for GetAdScriptAncestry</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetAdScriptAncestryCommandSettings.html">GetAdScriptAncestryCommandSettings</a></dt>
<dd><p>GetAdScriptAncestry</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetAppIdCommandResponse.html">GetAppIdCommandResponse</a></dt>
<dd><p>Response for Returns the unique (PWA) app id.
Only returns values if the feature flag 'WebAppEnableManifestId' is enabled</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetAppIdCommandSettings.html">GetAppIdCommandSettings</a></dt>
<dd><p>Returns the unique (PWA) app id.
Only returns values if the feature flag 'WebAppEnableManifestId' is enabled</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetAppManifestCommandResponse.html">GetAppManifestCommandResponse</a></dt>
<dd><p>Response for Gets the processed manifest for this current document.
This API always waits for the manifest to be loaded.
If manifestId is provided, and it does not match the manifest of the
current document, this API errors out.
If there is not a loaded page, this API errors out immediately.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetAppManifestCommandSettings.html">GetAppManifestCommandSettings</a></dt>
<dd><p>Gets the processed manifest for this current document.
This API always waits for the manifest to be loaded.
If manifestId is provided, and it does not match the manifest of the
current document, this API errors out.
If there is not a loaded page, this API errors out immediately.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetFrameTreeCommandResponse.html">GetFrameTreeCommandResponse</a></dt>
<dd><p>Response for Returns present frame tree structure.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetFrameTreeCommandSettings.html">GetFrameTreeCommandSettings</a></dt>
<dd><p>Returns present frame tree structure.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetInstallabilityErrorsCommandResponse.html">GetInstallabilityErrorsCommandResponse</a></dt>
<dd><p>Response for GetInstallabilityErrors</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetInstallabilityErrorsCommandSettings.html">GetInstallabilityErrorsCommandSettings</a></dt>
<dd><p>GetInstallabilityErrors</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetLayoutMetricsCommandResponse.html">GetLayoutMetricsCommandResponse</a></dt>
<dd><p>Response for Returns metrics relating to the layouting of the page, such as viewport bounds/scale.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetLayoutMetricsCommandSettings.html">GetLayoutMetricsCommandSettings</a></dt>
<dd><p>Returns metrics relating to the layouting of the page, such as viewport bounds/scale.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetManifestIconsCommandResponse.html">GetManifestIconsCommandResponse</a></dt>
<dd><p>Response for Deprecated because it's not guaranteed that the returned icon is in fact the one used for PWA installation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetManifestIconsCommandSettings.html">GetManifestIconsCommandSettings</a></dt>
<dd><p>Deprecated because it's not guaranteed that the returned icon is in fact the one used for PWA installation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetNavigationHistoryCommandResponse.html">GetNavigationHistoryCommandResponse</a></dt>
<dd><p>Response for Returns navigation history for the current page.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetNavigationHistoryCommandSettings.html">GetNavigationHistoryCommandSettings</a></dt>
<dd><p>Returns navigation history for the current page.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetOriginTrialsCommandResponse.html">GetOriginTrialsCommandResponse</a></dt>
<dd><p>Response for Get Origin Trials on given frame.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetOriginTrialsCommandSettings.html">GetOriginTrialsCommandSettings</a></dt>
<dd><p>Get Origin Trials on given frame.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetPermissionsPolicyStateCommandResponse.html">GetPermissionsPolicyStateCommandResponse</a></dt>
<dd><p>Response for Get Permissions Policy state on given frame.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetPermissionsPolicyStateCommandSettings.html">GetPermissionsPolicyStateCommandSettings</a></dt>
<dd><p>Get Permissions Policy state on given frame.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetResourceContentCommandResponse.html">GetResourceContentCommandResponse</a></dt>
<dd><p>Response for Returns content of the given resource.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetResourceContentCommandSettings.html">GetResourceContentCommandSettings</a></dt>
<dd><p>Returns content of the given resource.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetResourceTreeCommandResponse.html">GetResourceTreeCommandResponse</a></dt>
<dd><p>Response for Returns present frame / resource tree structure.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GetResourceTreeCommandSettings.html">GetResourceTreeCommandSettings</a></dt>
<dd><p>Returns present frame / resource tree structure.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.HandleJavaScriptDialogCommandResponse.html">HandleJavaScriptDialogCommandResponse</a></dt>
<dd><p>Response for Accepts or dismisses a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.HandleJavaScriptDialogCommandSettings.html">HandleJavaScriptDialogCommandSettings</a></dt>
<dd><p>Accepts or dismisses a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ImageResource.html">ImageResource</a></dt>
<dd><p>The image definition used in both icon and screenshot.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.InstallabilityError.html">InstallabilityError</a></dt>
<dd><p>The installability error</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.InstallabilityErrorArgument.html">InstallabilityErrorArgument</a></dt>
<dd><p>InstallabilityErrorArgument</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.InterstitialHiddenEventArgs.html">InterstitialHiddenEventArgs</a></dt>
<dd><p>Fired when interstitial page was hidden</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.InterstitialShownEventArgs.html">InterstitialShownEventArgs</a></dt>
<dd><p>Fired when interstitial page was shown</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.JavascriptDialogClosedEventArgs.html">JavascriptDialogClosedEventArgs</a></dt>
<dd><p>Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been
closed.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.JavascriptDialogOpeningEventArgs.html">JavascriptDialogOpeningEventArgs</a></dt>
<dd><p>Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to
open.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.LaunchHandler.html">LaunchHandler</a></dt>
<dd><p>LaunchHandler</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.LayoutViewport.html">LayoutViewport</a></dt>
<dd><p>Layout viewport position and dimensions.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.LifecycleEventEventArgs.html">LifecycleEventEventArgs</a></dt>
<dd><p>Fired for lifecycle events (navigation, load, paint, etc) in the current
target (including local frames).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.LoadEventFiredEventArgs.html">LoadEventFiredEventArgs</a></dt>
<dd><p>LoadEventFired</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.NavigateCommandResponse.html">NavigateCommandResponse</a></dt>
<dd><p>Response for Navigates current page to the given URL.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.NavigateCommandSettings.html">NavigateCommandSettings</a></dt>
<dd><p>Navigates current page to the given URL.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.NavigateToHistoryEntryCommandResponse.html">NavigateToHistoryEntryCommandResponse</a></dt>
<dd><p>Response for Navigates current page to the given history entry.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.NavigateToHistoryEntryCommandSettings.html">NavigateToHistoryEntryCommandSettings</a></dt>
<dd><p>Navigates current page to the given history entry.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.NavigatedWithinDocumentEventArgs.html">NavigatedWithinDocumentEventArgs</a></dt>
<dd><p>Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.NavigationEntry.html">NavigationEntry</a></dt>
<dd><p>Navigation history entry.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.OriginTrial.html">OriginTrial</a></dt>
<dd><p>OriginTrial</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.OriginTrialToken.html">OriginTrialToken</a></dt>
<dd><p>OriginTrialToken</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.OriginTrialTokenWithStatus.html">OriginTrialTokenWithStatus</a></dt>
<dd><p>OriginTrialTokenWithStatus</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.PageAdapter.html">PageAdapter</a></dt>
<dd><p>Represents an adapter for the Page domain to simplify the command interface.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.PermissionsPolicyBlockLocator.html">PermissionsPolicyBlockLocator</a></dt>
<dd><p>PermissionsPolicyBlockLocator</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.PermissionsPolicyFeatureState.html">PermissionsPolicyFeatureState</a></dt>
<dd><p>PermissionsPolicyFeatureState</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.PrintToPDFCommandResponse.html">PrintToPDFCommandResponse</a></dt>
<dd><p>Response for Print page as PDF.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.PrintToPDFCommandSettings.html">PrintToPDFCommandSettings</a></dt>
<dd><p>Print page as PDF.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ProduceCompilationCacheCommandResponse.html">ProduceCompilationCacheCommandResponse</a></dt>
<dd><p>Response for Requests backend to produce compilation cache for the specified scripts.
<code>scripts</code> are appended to the list of scripts for which the cache
would be produced. The list may be reset during page navigation.
When script with a matching URL is encountered, the cache is optionally
produced upon backend discretion, based on internal heuristics.
See also: <code>Page.compilationCacheProduced</code>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ProduceCompilationCacheCommandSettings.html">ProduceCompilationCacheCommandSettings</a></dt>
<dd><p>Requests backend to produce compilation cache for the specified scripts.
<code>scripts</code> are appended to the list of scripts for which the cache
would be produced. The list may be reset during page navigation.
When script with a matching URL is encountered, the cache is optionally
produced upon backend discretion, based on internal heuristics.
See also: <code>Page.compilationCacheProduced</code>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ProtocolHandler.html">ProtocolHandler</a></dt>
<dd><p>ProtocolHandler</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.RelatedApplication.html">RelatedApplication</a></dt>
<dd><p>RelatedApplication</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ReloadCommandResponse.html">ReloadCommandResponse</a></dt>
<dd><p>Response for Reloads given page optionally ignoring the cache.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ReloadCommandSettings.html">ReloadCommandSettings</a></dt>
<dd><p>Reloads given page optionally ignoring the cache.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.RemoveScriptToEvaluateOnLoadCommandResponse.html">RemoveScriptToEvaluateOnLoadCommandResponse</a></dt>
<dd><p>Response for Deprecated, please use removeScriptToEvaluateOnNewDocument instead.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.RemoveScriptToEvaluateOnLoadCommandSettings.html">RemoveScriptToEvaluateOnLoadCommandSettings</a></dt>
<dd><p>Deprecated, please use removeScriptToEvaluateOnNewDocument instead.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.RemoveScriptToEvaluateOnNewDocumentCommandResponse.html">RemoveScriptToEvaluateOnNewDocumentCommandResponse</a></dt>
<dd><p>Response for Removes given script from the list.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.RemoveScriptToEvaluateOnNewDocumentCommandSettings.html">RemoveScriptToEvaluateOnNewDocumentCommandSettings</a></dt>
<dd><p>Removes given script from the list.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ResetNavigationHistoryCommandResponse.html">ResetNavigationHistoryCommandResponse</a></dt>
<dd><p>Response for Resets navigation history for the current page.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ResetNavigationHistoryCommandSettings.html">ResetNavigationHistoryCommandSettings</a></dt>
<dd><p>Resets navigation history for the current page.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ScopeExtension.html">ScopeExtension</a></dt>
<dd><p>ScopeExtension</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ScreencastFrameAckCommandResponse.html">ScreencastFrameAckCommandResponse</a></dt>
<dd><p>Response for Acknowledges that a screencast frame has been received by the frontend.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ScreencastFrameAckCommandSettings.html">ScreencastFrameAckCommandSettings</a></dt>
<dd><p>Acknowledges that a screencast frame has been received by the frontend.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ScreencastFrameEventArgs.html">ScreencastFrameEventArgs</a></dt>
<dd><p>Compressed image data requested by the <code>startScreencast</code>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ScreencastFrameMetadata.html">ScreencastFrameMetadata</a></dt>
<dd><p>Screencast frame metadata.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ScreencastVisibilityChangedEventArgs.html">ScreencastVisibilityChangedEventArgs</a></dt>
<dd><p>Fired when the page with currently enabled screencast was shown or hidden `.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.Screenshot.html">Screenshot</a></dt>
<dd><p>Screenshot</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ScriptFontFamilies.html">ScriptFontFamilies</a></dt>
<dd><p>Font families collection for a script.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SearchInResourceCommandResponse.html">SearchInResourceCommandResponse</a></dt>
<dd><p>Response for Searches for given string in resource content.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SearchInResourceCommandSettings.html">SearchInResourceCommandSettings</a></dt>
<dd><p>Searches for given string in resource content.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SecurityOriginDetails.html">SecurityOriginDetails</a></dt>
<dd><p>Additional information about the frame document's security origin.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetAdBlockingEnabledCommandResponse.html">SetAdBlockingEnabledCommandResponse</a></dt>
<dd><p>Response for Enable Chrome's experimental ad filter on all sites.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetAdBlockingEnabledCommandSettings.html">SetAdBlockingEnabledCommandSettings</a></dt>
<dd><p>Enable Chrome's experimental ad filter on all sites.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetBypassCSPCommandResponse.html">SetBypassCSPCommandResponse</a></dt>
<dd><p>Response for Enable page Content Security Policy by-passing.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetBypassCSPCommandSettings.html">SetBypassCSPCommandSettings</a></dt>
<dd><p>Enable page Content Security Policy by-passing.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetDeviceMetricsOverrideCommandResponse.html">SetDeviceMetricsOverrideCommandResponse</a></dt>
<dd><p>Response for Overrides the values of device screen dimensions (window.screen.width, window.screen.height,
window.innerWidth, window.innerHeight, and &quot;device-width&quot;/&quot;device-height&quot;-related CSS media
query results).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetDeviceMetricsOverrideCommandSettings.html">SetDeviceMetricsOverrideCommandSettings</a></dt>
<dd><p>Overrides the values of device screen dimensions (window.screen.width, window.screen.height,
window.innerWidth, window.innerHeight, and &quot;device-width&quot;/&quot;device-height&quot;-related CSS media
query results).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetDeviceOrientationOverrideCommandResponse.html">SetDeviceOrientationOverrideCommandResponse</a></dt>
<dd><p>Response for Overrides the Device Orientation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetDeviceOrientationOverrideCommandSettings.html">SetDeviceOrientationOverrideCommandSettings</a></dt>
<dd><p>Overrides the Device Orientation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetDocumentContentCommandResponse.html">SetDocumentContentCommandResponse</a></dt>
<dd><p>Response for Sets given markup as the document's HTML.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetDocumentContentCommandSettings.html">SetDocumentContentCommandSettings</a></dt>
<dd><p>Sets given markup as the document's HTML.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetDownloadBehaviorCommandResponse.html">SetDownloadBehaviorCommandResponse</a></dt>
<dd><p>Response for Set the behavior when downloading a file.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetDownloadBehaviorCommandSettings.html">SetDownloadBehaviorCommandSettings</a></dt>
<dd><p>Set the behavior when downloading a file.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetFontFamiliesCommandResponse.html">SetFontFamiliesCommandResponse</a></dt>
<dd><p>Response for Set generic font families.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetFontFamiliesCommandSettings.html">SetFontFamiliesCommandSettings</a></dt>
<dd><p>Set generic font families.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetFontSizesCommandResponse.html">SetFontSizesCommandResponse</a></dt>
<dd><p>Response for Set default font sizes.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetFontSizesCommandSettings.html">SetFontSizesCommandSettings</a></dt>
<dd><p>Set default font sizes.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetGeolocationOverrideCommandResponse.html">SetGeolocationOverrideCommandResponse</a></dt>
<dd><p>Response for Overrides the Geolocation Position or Error. Omitting any of the parameters emulates position
unavailable.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetGeolocationOverrideCommandSettings.html">SetGeolocationOverrideCommandSettings</a></dt>
<dd><p>Overrides the Geolocation Position or Error. Omitting any of the parameters emulates position
unavailable.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetInterceptFileChooserDialogCommandResponse.html">SetInterceptFileChooserDialogCommandResponse</a></dt>
<dd><p>Response for Intercept file chooser requests and transfer control to protocol clients.
When file chooser interception is enabled, native file chooser dialog is not shown.
Instead, a protocol event <code>Page.fileChooserOpened</code> is emitted.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetInterceptFileChooserDialogCommandSettings.html">SetInterceptFileChooserDialogCommandSettings</a></dt>
<dd><p>Intercept file chooser requests and transfer control to protocol clients.
When file chooser interception is enabled, native file chooser dialog is not shown.
Instead, a protocol event <code>Page.fileChooserOpened</code> is emitted.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetLifecycleEventsEnabledCommandResponse.html">SetLifecycleEventsEnabledCommandResponse</a></dt>
<dd><p>Response for Controls whether page will emit lifecycle events.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetLifecycleEventsEnabledCommandSettings.html">SetLifecycleEventsEnabledCommandSettings</a></dt>
<dd><p>Controls whether page will emit lifecycle events.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetPrerenderingAllowedCommandResponse.html">SetPrerenderingAllowedCommandResponse</a></dt>
<dd><p>Response for Enable/disable prerendering manually.</p>
<p>This command is a short-term solution for <a href="https://crbug.com/1440085">https://crbug.com/1440085</a>.
See <a href="https://docs.google.com/document/d/12HVmFxYj5Jc-eJr5OmWsa2bqTJsbgGLKI6ZIyx0_wpA">https://docs.google.com/document/d/12HVmFxYj5Jc-eJr5OmWsa2bqTJsbgGLKI6ZIyx0_wpA</a>
for more details.</p>
<p>TODO(<a href="https://crbug.com/1440085">https://crbug.com/1440085</a>): Remove this once Puppeteer supports tab targets.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetPrerenderingAllowedCommandSettings.html">SetPrerenderingAllowedCommandSettings</a></dt>
<dd><p>Enable/disable prerendering manually.</p>
<p>This command is a short-term solution for <a href="https://crbug.com/1440085">https://crbug.com/1440085</a>.
See <a href="https://docs.google.com/document/d/12HVmFxYj5Jc-eJr5OmWsa2bqTJsbgGLKI6ZIyx0_wpA">https://docs.google.com/document/d/12HVmFxYj5Jc-eJr5OmWsa2bqTJsbgGLKI6ZIyx0_wpA</a>
for more details.</p>
<p>TODO(<a href="https://crbug.com/1440085">https://crbug.com/1440085</a>): Remove this once Puppeteer supports tab targets.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetRPHRegistrationModeCommandResponse.html">SetRPHRegistrationModeCommandResponse</a></dt>
<dd><p>Response for Extensions for Custom Handlers API:
<a href="https://html.spec.whatwg.org/multipage/system-state.html#rph-automation">https://html.spec.whatwg.org/multipage/system-state.html#rph-automation</a></p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetRPHRegistrationModeCommandSettings.html">SetRPHRegistrationModeCommandSettings</a></dt>
<dd><p>Extensions for Custom Handlers API:
<a href="https://html.spec.whatwg.org/multipage/system-state.html#rph-automation">https://html.spec.whatwg.org/multipage/system-state.html#rph-automation</a></p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetSPCTransactionModeCommandResponse.html">SetSPCTransactionModeCommandResponse</a></dt>
<dd><p>Response for Sets the Secure Payment Confirmation transaction mode.
<a href="https://w3c.github.io/secure-payment-confirmation/#sctn-automation-set-spc-transaction-mode">https://w3c.github.io/secure-payment-confirmation/#sctn-automation-set-spc-transaction-mode</a></p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetSPCTransactionModeCommandSettings.html">SetSPCTransactionModeCommandSettings</a></dt>
<dd><p>Sets the Secure Payment Confirmation transaction mode.
<a href="https://w3c.github.io/secure-payment-confirmation/#sctn-automation-set-spc-transaction-mode">https://w3c.github.io/secure-payment-confirmation/#sctn-automation-set-spc-transaction-mode</a></p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetTouchEmulationEnabledCommandResponse.html">SetTouchEmulationEnabledCommandResponse</a></dt>
<dd><p>Response for Toggles mouse event-based touch event emulation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetTouchEmulationEnabledCommandSettings.html">SetTouchEmulationEnabledCommandSettings</a></dt>
<dd><p>Toggles mouse event-based touch event emulation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetWebLifecycleStateCommandResponse.html">SetWebLifecycleStateCommandResponse</a></dt>
<dd><p>Response for Tries to update the web lifecycle state of the page.
It will transition the page to the given state according to:
<a href="https://github.com/WICG/web-lifecycle/">https://github.com/WICG/web-lifecycle/</a></p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SetWebLifecycleStateCommandSettings.html">SetWebLifecycleStateCommandSettings</a></dt>
<dd><p>Tries to update the web lifecycle state of the page.
It will transition the page to the given state according to:
<a href="https://github.com/WICG/web-lifecycle/">https://github.com/WICG/web-lifecycle/</a></p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ShareTarget.html">ShareTarget</a></dt>
<dd><p>ShareTarget</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.Shortcut.html">Shortcut</a></dt>
<dd><p>Shortcut</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.StartScreencastCommandResponse.html">StartScreencastCommandResponse</a></dt>
<dd><p>Response for Starts sending each frame using the <code>screencastFrame</code> event.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.StartScreencastCommandSettings.html">StartScreencastCommandSettings</a></dt>
<dd><p>Starts sending each frame using the <code>screencastFrame</code> event.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.StopLoadingCommandResponse.html">StopLoadingCommandResponse</a></dt>
<dd><p>Response for Force the page stop all navigations and pending resource fetches.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.StopLoadingCommandSettings.html">StopLoadingCommandSettings</a></dt>
<dd><p>Force the page stop all navigations and pending resource fetches.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.StopScreencastCommandResponse.html">StopScreencastCommandResponse</a></dt>
<dd><p>Response for Stops sending each frame in the <code>screencastFrame</code>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.StopScreencastCommandSettings.html">StopScreencastCommandSettings</a></dt>
<dd><p>Stops sending each frame in the <code>screencastFrame</code>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.Viewport.html">Viewport</a></dt>
<dd><p>Viewport for capturing screenshot.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.VisualViewport.html">VisualViewport</a></dt>
<dd><p>Visual viewport position, dimensions, and scale.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.WaitForDebuggerCommandResponse.html">WaitForDebuggerCommandResponse</a></dt>
<dd><p>Response for Pauses page execution. Can be resumed using generic Runtime.runIfWaitingForDebugger.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.WaitForDebuggerCommandSettings.html">WaitForDebuggerCommandSettings</a></dt>
<dd><p>Pauses page execution. Can be resumed using generic Runtime.runIfWaitingForDebugger.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.WebAppManifest.html">WebAppManifest</a></dt>
<dd><p>WebAppManifest</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.WindowOpenEventArgs.html">WindowOpenEventArgs</a></dt>
<dd><p>Fired when a new window is going to be opened, via window.open(), link click, form submission,
etc.</p>
</dd>
</dl>
<h3 id="enums">
Enums
</h3>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.AdFrameExplanation.html">AdFrameExplanation</a></dt>
<dd><p>AdFrameExplanation</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.AdFrameType.html">AdFrameType</a></dt>
<dd><p>Indicates whether a frame has been identified as an ad.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.BackForwardCacheNotRestoredReason.html">BackForwardCacheNotRestoredReason</a></dt>
<dd><p>List of not restored reasons for back-forward cache.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.BackForwardCacheNotRestoredReasonType.html">BackForwardCacheNotRestoredReasonType</a></dt>
<dd><p>Types of not restored reasons for back-forward cache.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ClientNavigationDisposition.html">ClientNavigationDisposition</a></dt>
<dd><p>ClientNavigationDisposition</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ClientNavigationReason.html">ClientNavigationReason</a></dt>
<dd><p>ClientNavigationReason</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.CrossOriginIsolatedContextType.html">CrossOriginIsolatedContextType</a></dt>
<dd><p>Indicates whether the frame is cross-origin isolated and why it is the case.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.DialogType.html">DialogType</a></dt>
<dd><p>Javascript dialog type.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.GatedAPIFeatures.html">GatedAPIFeatures</a></dt>
<dd><p>GatedAPIFeatures</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.NavigationType.html">NavigationType</a></dt>
<dd><p>The type of a frameNavigated event.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.OriginTrialStatus.html">OriginTrialStatus</a></dt>
<dd><p>Status for an Origin Trial.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.OriginTrialTokenStatus.html">OriginTrialTokenStatus</a></dt>
<dd><p>Origin Trial(<a href="https://www.chromium.org/blink/origin-trials">https://www.chromium.org/blink/origin-trials</a>) support.
Status for an Origin Trial token.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.OriginTrialUsageRestriction.html">OriginTrialUsageRestriction</a></dt>
<dd><p>OriginTrialUsageRestriction</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.PermissionsPolicyBlockReason.html">PermissionsPolicyBlockReason</a></dt>
<dd><p>Reason for a permissions policy feature to be disabled.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.PermissionsPolicyFeature.html">PermissionsPolicyFeature</a></dt>
<dd><p>All Permissions Policy features. This enum should match the one defined
in services/network/public/cpp/permissions_policy/permissions_policy_features.json5.
LINT.IfChange(PermissionsPolicyFeature)</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.ReferrerPolicy.html">ReferrerPolicy</a></dt>
<dd><p>The referring-policy used for the navigation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.SecureContextType.html">SecureContextType</a></dt>
<dd><p>Indicates whether the frame is a secure context and why it is the case.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="OpenQA.Selenium.DevTools.V143.Page.TransitionType.html">TransitionType</a></dt>
<dd><p>Transition type.</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>