From a8abaff13ec553d4ab175b1b5c01a3f337006df3 Mon Sep 17 00:00:00 2001 From: Boaz Yoo Date: Tue, 20 Jun 2023 19:41:46 -0400 Subject: [PATCH] (Japanese) Show Python example for setting Virtual Authenticator Options --- .../webdriver/interactions/virtual_authenticator.ja.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.ja.md b/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.ja.md index 8c847440e4e2..bd81d0c4bf87 100644 --- a/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.ja.md +++ b/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.ja.md @@ -40,7 +40,7 @@ These properties are mapped as VirtualAuthenticatorOptions in the Selenium bindi {{< badge-code >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-code >}} +{{< gh-codeblock path="examples/python/tests/virtual_authenticator/virtual_authenticator_test.py#LL40C1-L40C1" >}} {{< /tab >}} {{< tab header="JavaScript" >}} {{< gh-codeblock path="examples/javascript/test/virtual_authenticator/virtualAuthenticatorOptions.spec.js#L10-L16" >}} @@ -259,4 +259,4 @@ Sets whether the authenticator will simulate success or fail on user verificatio {{< /tab >}} {{< tab header="Kotlin" >}} {{< badge-code >}} -{{< /tab >}}{{< /tabpane >}} \ No newline at end of file +{{< /tab >}}{{< /tabpane >}}