You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following commands allow controlling the behavior of a virtual wallet for testing purposes. These commands affect the behavior of the next <code>navigator.credentials.get({digital: ...})</code> or <code>navigator.credentials.create({digital: ...})</code> call.
2214
+
The following commands allow controlling the behavior of a virtual wallet for testing purposes. These commands affect the <dfn>next wallet behavior</dfn> of the next <code>navigator.credentials.get({digital: ...})</code> or <code>navigator.credentials.create({digital: ...})</code> call.
<li>If <code>parameters</code> is not a JSON <adata-cite="webdriver#dfn-object">Object</a>, or if it does not contain a <code>data</code> property of type string, return a [=error|WebDriver error=] with [=error code|WebDriver error code=] [=invalid argument=].</li>
2255
-
<li>Set the session's "next wallet behavior" to <code>{ "mode": "respond", "data": parameters.data }</code>.</li>
2255
+
<li>Set the session's [=next wallet behavior=] to <code>{ "mode": "respond", "data": parameters.data }</code>.</li>
2256
2256
<li>Return [=success=].</li>
2257
2257
</ol>
2258
2258
</section>
@@ -2277,7 +2277,7 @@ <h4><dfn>Set Wallet to Wait</dfn></h4>
2277
2277
</table>
2278
2278
<p>The [=remote end steps=] are:</p>
2279
2279
<olclass="algorithm">
2280
-
<li>Set the session's "next wallet behavior" to <code>{ "mode": "wait" }</code>.</li>
2280
+
<li>Set the session's [=next wallet behavior=] to <code>{ "mode": "wait" }</code>.</li>
2281
2281
<li>Return [=success=].</li>
2282
2282
</ol>
2283
2283
</section>
@@ -2302,7 +2302,7 @@ <h4><dfn>Set Wallet to Decline</dfn></h4>
2302
2302
</table>
2303
2303
<p>The [=remote end steps=] are:</p>
2304
2304
<olclass="algorithm">
2305
-
<li>Set the session's "next wallet behavior" to <code>{ "mode": "decline" }</code>.</li>
2305
+
<li>Set the session's [=next wallet behavior=] to <code>{ "mode": "decline" }</code>.</li>
0 commit comments