diff --git a/website_and_docs/content/documentation/webdriver/drivers/_index.en.md b/website_and_docs/content/documentation/webdriver/drivers/_index.en.md index d4d194929965..790b4b679225 100644 --- a/website_and_docs/content/documentation/webdriver/drivers/_index.en.md +++ b/website_and_docs/content/documentation/webdriver/drivers/_index.en.md @@ -62,24 +62,20 @@ and it is recommended to always use `quit` to end the session {{< tabpane text=true >}} {{< tab header="Java" >}} {< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >} -{{< badge-code >}} {{< /tab >}} {{% tab header="Python" %}} {{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}} {{% /tab %}} {{< tab header="CSharp" >}} {< gh-codeblock path="examples/dotnet/HelloSelenium.cs#L13" >} -{{< badge-code >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L16" >}} {{< /tab >}} {{< tab header="JavaScript" >}} {< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L28" >} -{{< badge-code >}} {{< /tab >}} {{< tab header="Kotlin" >}} {< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L35" >} -{{< badge-code >}} {{< /tab >}} {{< /tabpane >}} diff --git a/website_and_docs/content/documentation/webdriver/drivers/_index.ja.md b/website_and_docs/content/documentation/webdriver/drivers/_index.ja.md index 6dbc132b0761..2b61551f1a69 100644 --- a/website_and_docs/content/documentation/webdriver/drivers/_index.ja.md +++ b/website_and_docs/content/documentation/webdriver/drivers/_index.ja.md @@ -61,24 +61,20 @@ weight: 3 {{< tabpane text=true >}} {{< tab header="Java" >}} {< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >} -{{< badge-code >}} {{< /tab >}} {{% tab header="Python" %}} {{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}} {{% /tab %}} {{< tab header="CSharp" >}} {< gh-codeblock path="examples/dotnet/HelloSelenium.cs#L13" >} -{{< badge-code >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L16" >}} {{< /tab >}} {{< tab header="JavaScript" >}} {< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L28" >} -{{< badge-code >}} {{< /tab >}} {{< tab header="Kotlin" >}} {< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L35" >} -{{< badge-code >}} {{< /tab >}} {{< /tabpane >}} diff --git a/website_and_docs/content/documentation/webdriver/drivers/_index.pt-br.md b/website_and_docs/content/documentation/webdriver/drivers/_index.pt-br.md index 3080c59843e2..ac00ae8d6fdf 100644 --- a/website_and_docs/content/documentation/webdriver/drivers/_index.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/drivers/_index.pt-br.md @@ -62,24 +62,20 @@ and it is recommended to always use `quit` to end the session {{< tabpane text=true >}} {{< tab header="Java" >}} {< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >} -{{< badge-code >}} {{< /tab >}} {{% tab header="Python" %}} {{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}} {{% /tab %}} {{< tab header="CSharp" >}} {< gh-codeblock path="examples/dotnet/HelloSelenium.cs#L13" >} -{{< badge-code >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L16" >}} {{< /tab >}} {{< tab header="JavaScript" >}} {< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L28" >} -{{< badge-code >}} {{< /tab >}} {{< tab header="Kotlin" >}} {< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L35" >} -{{< badge-code >}} {{< /tab >}} {{< /tabpane >}} diff --git a/website_and_docs/content/documentation/webdriver/drivers/_index.zh-cn.md b/website_and_docs/content/documentation/webdriver/drivers/_index.zh-cn.md index 67f0bb3f4874..d10139307c94 100644 --- a/website_and_docs/content/documentation/webdriver/drivers/_index.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/drivers/_index.zh-cn.md @@ -62,24 +62,20 @@ weight: 3 {{< tabpane text=true >}} {{< tab header="Java" >}} {< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >} -{{< badge-code >}} {{< /tab >}} {{% tab header="Python" %}} {{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}} {{% /tab %}} {{< tab header="CSharp" >}} {< gh-codeblock path="examples/dotnet/HelloSelenium.cs#L13" >} -{{< badge-code >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L16" >}} {{< /tab >}} {{< tab header="JavaScript" >}} {< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L28" >} -{{< badge-code >}} {{< /tab >}} {{< tab header="Kotlin" >}} {< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L35" >} -{{< badge-code >}} {{< /tab >}} {{< /tabpane >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md b/website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md index a970c5da1942..4cd302fc4e8a 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md @@ -234,7 +234,6 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}). {{< /tab >}} {{< tab header="Python" >}} {{< gh-codeblock path="examples/python/README.md#L35" >}} -{{< badge-code >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/first_script.ja.md b/website_and_docs/content/documentation/webdriver/getting_started/first_script.ja.md index f0f016dccdfe..433ccdeb787d 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/first_script.ja.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/first_script.ja.md @@ -237,7 +237,6 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}). {{< /tab >}} {{< tab header="Python" >}} {{< gh-codeblock path="examples/python/README.md#L35" >}} -{{< badge-code >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/first_script.pt-br.md b/website_and_docs/content/documentation/webdriver/getting_started/first_script.pt-br.md index 2d6b8fa18ec1..3028164533e4 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/first_script.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/first_script.pt-br.md @@ -236,7 +236,6 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}). {{< /tab >}} {{< tab header="Python" >}} {{< gh-codeblock path="examples/python/README.md#L35" >}} -{{< badge-code >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/first_script.zh-cn.md b/website_and_docs/content/documentation/webdriver/getting_started/first_script.zh-cn.md index 87e75a44e725..e719c0d9a1d8 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/first_script.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/first_script.zh-cn.md @@ -249,7 +249,6 @@ Selenium所做的一切, {{< /tab >}} {{< tab header="Python" >}} {{< gh-codeblock path="examples/python/README.md#L35" >}} -{{< badge-code >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md index 158b0e3c18b1..9e0173fd99d0 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md @@ -183,7 +183,6 @@ In your project's `package.json`, add requirement to `dependencies`: {{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L32-33" >}} -{{< badge-code >}} {{% /tab %}} {{< tab header="CSharp" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md index 9d7d6f5b9c9f..71530e8273fa 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md @@ -179,7 +179,6 @@ In your project's `package.json`, add requirement to `dependencies`: {{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L32-33" >}} -{{< badge-code >}} {{% /tab %}} {{< tab header="CSharp" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md index a0919fee3053..1a2e0c147555 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md @@ -179,7 +179,6 @@ In your project's `package.json`, adicionar requisito às `dependências`: {{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L32-33" >}} -{{< badge-code >}} {{% /tab %}} {{< tab header="CSharp" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md index f307869af131..c52f0da8df12 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md @@ -163,7 +163,6 @@ In your project's `package.json`, add requirement to `dependencies`: {{< gh-codeblock path="examples/python/tests/getting_started/using_selenium_tests.py#L32-33" >}} -{{< badge-code >}} {{% /tab %}} {{< tab header="CSharp" >}} {{< badge-code >}}