From 5dd63b7b9d5e0ce7ffcf7763a891d9fdda5fa126 Mon Sep 17 00:00:00 2001 From: Rushikesh Dehankar Date: Sun, 8 Feb 2026 00:48:02 +0530 Subject: [PATCH] Updated the "Using Selenium" documentation in multiple languages to include references to the .NET README with C# example code blocks: English (using_selenium.en.md) Japanese (using_selenium.ja.md) Portuguese (using_selenium.pt-br.md) Simplified Chinese (using_selenium.zh-cn.md) --- .../webdriver/getting_started/using_selenium.en.md | 2 +- .../webdriver/getting_started/using_selenium.ja.md | 2 +- .../webdriver/getting_started/using_selenium.pt-br.md | 2 +- .../webdriver/getting_started/using_selenium.zh-cn.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 620d4faa38d7..09678e54e625 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 @@ -237,7 +237,7 @@ gradle clean test {{< gh-codeblock path="/examples/python/README.md#L35" >}} {{% /tab %}} {{< tab header="CSharp" >}} -{{< badge-code >}} +{{< gh-codeblock path="/examples/dotnet/README.md#L44" >}} {{< /tab >}} {{% tab header="Ruby" %}} {{< gh-codeblock path="/examples/ruby/README.md#L26" >}} 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 8bc38988a412..8484f8d2940a 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 @@ -227,7 +227,7 @@ gradle clean test {{< gh-codeblock path="/examples/python/README.md#L35" >}} {{% /tab %}} {{< tab header="CSharp" >}} -{{< badge-code >}} +{{< gh-codeblock path="/examples/dotnet/README.md#L44" >}} {{< /tab >}} {{% tab header="Ruby" %}} {{< gh-codeblock path="/examples/ruby/README.md#L26" >}} 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 ada587f9196e..0a171d6da528 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 @@ -231,7 +231,7 @@ gradle clean test {{< gh-codeblock path="/examples/python/README.md#L35" >}} {{% /tab %}} {{< tab header="CSharp" >}} -{{< badge-code >}} +{{< gh-codeblock path="/examples/dotnet/README.md#L44" >}} {{< /tab >}} {{% tab header="Ruby" %}} {{< gh-codeblock path="/examples/ruby/README.md#L26" >}} 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 82a63ef5b0e3..323998c87ee1 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 @@ -224,7 +224,7 @@ gradle clean test {{< gh-codeblock path="/examples/python/README.md#L35" >}} {{% /tab %}} {{< tab header="CSharp" >}} -{{< badge-code >}} +{{< gh-codeblock path="/examples/dotnet/README.md#L44" >}} {{< /tab >}} {{% tab header="Ruby" %}} {{< gh-codeblock path="/examples/ruby/README.md#L26" >}}