| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Class PWAAdapter </title> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <meta name="title" content="Class PWAAdapter "> |
| |
| <meta name="description" content="Represents an adapter for the PWA domain to simplify the command interface."> |
| <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="docfx:docurl" content="https://github.com/SeleniumHQ/selenium/new/docfix/apiSpec/new?filename=OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter.md&value=---%0Auid%3A%20OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A"> |
| <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.V147.PWA.PWAAdapter"> |
| |
| |
| |
| <h1 id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter" class="text-break"> |
| Class PWAAdapter <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v147/PWA/PWAAdapter.cs/#L16"><i class="bi bi-code-slash"></i></a> |
| </h1> |
| |
| <div class="facts text-secondary"> |
| <dl><dt>Namespace</dt><dd><a class="xref" href="OpenQA.html">OpenQA</a>.<a class="xref" href="OpenQA.Selenium.html">Selenium</a>.<a class="xref" href="OpenQA.Selenium.DevTools.html">DevTools</a>.<a class="xref" href="OpenQA.Selenium.DevTools.V147.html">V147</a>.<a class="xref" href="OpenQA.Selenium.DevTools.V147.PWA.html">PWA</a></dd></dl> |
| <dl><dt>Assembly</dt><dd>Selenium.WebDriver.dll</dd></dl> |
| </div> |
| |
| <div class="markdown summary"><p>Represents an adapter for the PWA domain to simplify the command interface.</p> |
| </div> |
| <div class="markdown conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public class PWAAdapter</code></pre> |
| </div> |
| |
| |
| |
| |
| <dl class="typelist inheritance"> |
| <dt>Inheritance</dt> |
| <dd> |
| <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div> |
| <div><span class="xref">PWAAdapter</span></div> |
| </dd> |
| </dl> |
| |
| |
| |
| <dl class="typelist inheritedMembers"> |
| <dt>Inherited Members</dt> |
| <dd> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a> |
| </div> |
| </dd></dl> |
| |
| |
| |
| |
| |
| |
| <h2 class="section" id="constructors">Constructors |
| </h2> |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter__ctor_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.#ctor*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter__ctor_OpenQA_Selenium_DevTools_IDevToolsSession_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.#ctor(OpenQA.Selenium.DevTools.IDevToolsSession)"> |
| PWAAdapter(IDevToolsSession) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v147/PWA/PWAAdapter.cs/#L26"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Initializes a new instance of the PWAAdapter class.</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public PWAAdapter(IDevToolsSession session)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>session</code> <a class="xref" href="OpenQA.Selenium.DevTools.IDevToolsSession.html">IDevToolsSession</a></dt> |
| <dd><p>The IDevToolsSession to be used with this adapter.</p> |
| </dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Exceptions</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.argumentnullexception">ArgumentNullException</a></dt> |
| <dd><p>If <code class="paramref">session</code> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.</p> |
| </dd> |
| </dl> |
| |
| |
| |
| <h2 class="section" id="properties">Properties |
| </h2> |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter_Session_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.Session*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter_Session" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.Session"> |
| Session |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v147/PWA/PWAAdapter.cs/#L35"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Gets the DevToolsSession associated with the adapter.</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public IDevToolsSession Session { get; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.IDevToolsSession.html">IDevToolsSession</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h2 class="section" id="methods">Methods |
| </h2> |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter_ChangeAppUserSettings_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.ChangeAppUserSettings*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter_ChangeAppUserSettings_OpenQA_Selenium_DevTools_V147_PWA_ChangeAppUserSettingsCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.ChangeAppUserSettings(OpenQA.Selenium.DevTools.V147.PWA.ChangeAppUserSettingsCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| ChangeAppUserSettings(ChangeAppUserSettingsCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v147/PWA/PWAAdapter.cs/#L139"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Changes user settings of the web app identified by its manifestId. If the |
| app was not installed, this command returns an error. Unset parameters will |
| be ignored; unrecognized values will cause an error.</p> |
| <p>Unlike the ones defined in the manifest files of the web apps, these |
| settings are provided by the browser and controlled by the users, they |
| impact the way the browser handling the web apps.</p> |
| <p>See the comment of each parameter.</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<ChangeAppUserSettingsCommandResponse?> ChangeAppUserSettings(ChangeAppUserSettingsCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V147.PWA.ChangeAppUserSettingsCommandSettings.html">ChangeAppUserSettingsCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V147.PWA.ChangeAppUserSettingsCommandResponse.html">ChangeAppUserSettingsCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter_GetOsAppState_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.GetOsAppState*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter_GetOsAppState_OpenQA_Selenium_DevTools_V147_PWA_GetOsAppStateCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.GetOsAppState(OpenQA.Selenium.DevTools.V147.PWA.GetOsAppStateCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetOsAppState(GetOsAppStateCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v147/PWA/PWAAdapter.cs/#L42"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Returns the following OS state for the given manifest id.</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetOsAppStateCommandResponse> GetOsAppState(GetOsAppStateCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V147.PWA.GetOsAppStateCommandSettings.html">GetOsAppStateCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V147.PWA.GetOsAppStateCommandResponse.html">GetOsAppStateCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter_Install_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.Install*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter_Install_OpenQA_Selenium_DevTools_V147_PWA_InstallCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.Install(OpenQA.Selenium.DevTools.V147.PWA.InstallCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| Install(InstallCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v147/PWA/PWAAdapter.cs/#L75"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Installs the given manifest identity, optionally using the given installUrlOrBundleUrl</p> |
| <p>IWA-specific install description: |
| manifestId corresponds to isolated-app:// + web_package::SignedWebBundleId</p> |
| <p>File installation mode: |
| The installUrlOrBundleUrl can be either file:// or http(s):// pointing |
| to a signed web bundle (.swbn). In this case SignedWebBundleId must correspond to |
| The .swbn file's signing key.</p> |
| <p>Dev proxy installation mode: |
| installUrlOrBundleUrl must be http(s):// that serves dev mode IWA. |
| web_package::SignedWebBundleId must be of type dev proxy.</p> |
| <p>The advantage of dev proxy mode is that all changes to IWA |
| automatically will be reflected in the running app without |
| reinstallation.</p> |
| <p>To generate bundle id for proxy mode:</p> |
| <ol> |
| <li>Generate 32 random bytes.</li> |
| <li>Add a specific suffix at the end following the documentation |
| <a href="https://github.com/WICG/isolated-web-apps/blob/main/Scheme.md#suffix">https://github.com/WICG/isolated-web-apps/blob/main/Scheme.md#suffix</a></li> |
| <li>Encode the entire sequence using Base32 without padding.</li> |
| </ol> |
| <p>If Chrome is not in IWA dev |
| mode, the installation will fail, regardless of the state of the allowlist.</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<InstallCommandResponse?> Install(InstallCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V147.PWA.InstallCommandSettings.html">InstallCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V147.PWA.InstallCommandResponse.html">InstallCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter_Launch_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.Launch*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter_Launch_OpenQA_Selenium_DevTools_V147_PWA_LaunchCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.Launch(OpenQA.Selenium.DevTools.V147.PWA.LaunchCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| Launch(LaunchCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v147/PWA/PWAAdapter.cs/#L93"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Launches the installed web app, or an url in the same web app instead of the |
| default start url if it is provided. Returns a page Target.TargetID which |
| can be used to attach to via Target.attachToTarget or similar APIs.</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<LaunchCommandResponse> Launch(LaunchCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V147.PWA.LaunchCommandSettings.html">LaunchCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V147.PWA.LaunchCommandResponse.html">LaunchCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter_LaunchFilesInApp_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.LaunchFilesInApp*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter_LaunchFilesInApp_OpenQA_Selenium_DevTools_V147_PWA_LaunchFilesInAppCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.LaunchFilesInApp(OpenQA.Selenium.DevTools.V147.PWA.LaunchFilesInAppCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| LaunchFilesInApp(LaunchFilesInAppCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v147/PWA/PWAAdapter.cs/#L113"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Opens one or more local files from an installed web app identified by its |
| manifestId. The web app needs to have file handlers registered to process |
| the files. The API returns one or more page Target.TargetIDs which can be |
| used to attach to via Target.attachToTarget or similar APIs. |
| If some files in the parameters cannot be handled by the web app, they will |
| be ignored. If none of the files can be handled, this API returns an error. |
| If no files are provided as the parameter, this API also returns an error.</p> |
| <p>According to the definition of the file handlers in the manifest file, one |
| Target.TargetID may represent a page handling one or more files. The order |
| of the returned Target.TargetIDs is not guaranteed.</p> |
| <p>TODO(crbug.com/339454034): Check the existences of the input files.</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<LaunchFilesInAppCommandResponse> LaunchFilesInApp(LaunchFilesInAppCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V147.PWA.LaunchFilesInAppCommandSettings.html">LaunchFilesInAppCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V147.PWA.LaunchFilesInAppCommandResponse.html">LaunchFilesInAppCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter_OpenCurrentPageInApp_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.OpenCurrentPageInApp*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter_OpenCurrentPageInApp_OpenQA_Selenium_DevTools_V147_PWA_OpenCurrentPageInAppCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.OpenCurrentPageInApp(OpenQA.Selenium.DevTools.V147.PWA.OpenCurrentPageInAppCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| OpenCurrentPageInApp(OpenCurrentPageInAppCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v147/PWA/PWAAdapter.cs/#L123"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Opens the current page in its web app identified by the manifest id, needs |
| to be called on a page target. This function returns immediately without |
| waiting for the app to finish loading.</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<OpenCurrentPageInAppCommandResponse?> OpenCurrentPageInApp(OpenCurrentPageInAppCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V147.PWA.OpenCurrentPageInAppCommandSettings.html">OpenCurrentPageInAppCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V147.PWA.OpenCurrentPageInAppCommandResponse.html">OpenCurrentPageInAppCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter_Uninstall_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.Uninstall*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V147_PWA_PWAAdapter_Uninstall_OpenQA_Selenium_DevTools_V147_PWA_UninstallCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V147.PWA.PWAAdapter.Uninstall(OpenQA.Selenium.DevTools.V147.PWA.UninstallCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| Uninstall(UninstallCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v147/PWA/PWAAdapter.cs/#L83"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Uninstalls the given manifest_id and closes any opened app windows.</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<UninstallCommandResponse?> Uninstall(UninstallCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V147.PWA.UninstallCommandSettings.html">UninstallCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V147.PWA.UninstallCommandResponse.html">UninstallCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| </article> |
| |
| <div class="contribution d-print-none"> |
| <a href="https://github.com/SeleniumHQ/selenium/blob/docfix/bazel-bin/dotnet/src/webdriver/DevTools/v147/PWA/PWAAdapter.cs/#L16" class="edit-link">Edit this page</a> |
| </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> |