From a7c211bdfebc615b321da7b92b92ff4cf9de7185 Mon Sep 17 00:00:00 2001 From: pallavigotwork Date: Mon, 29 Sep 2025 16:13:49 +0530 Subject: [PATCH] fixed 2452 --- .../content/documentation/webdriver/drivers/_index.en.md | 2 +- .../content/documentation/webdriver/drivers/_index.ja.md | 2 +- .../content/documentation/webdriver/drivers/_index.pt-br.md | 2 +- .../content/documentation/webdriver/drivers/_index.zh-cn.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 74c5418d0f5..054ff155670 100644 --- a/website_and_docs/content/documentation/webdriver/drivers/_index.en.md +++ b/website_and_docs/content/documentation/webdriver/drivers/_index.en.md @@ -35,7 +35,7 @@ on the local machine. {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L9" >}} {{% /tab %}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BaseTest.cs#L42" >}} +{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BaseTest.cs#L48" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L14" >}} 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 7ccbc5aeda2..6868a177626 100644 --- a/website_and_docs/content/documentation/webdriver/drivers/_index.ja.md +++ b/website_and_docs/content/documentation/webdriver/drivers/_index.ja.md @@ -32,7 +32,7 @@ weight: 3 {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L9" >}} {{% /tab %}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BaseTest.cs#L42" >}} +{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BaseTest.cs#L48" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L14" >}} 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 add5557f378..a2783c16e35 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 @@ -33,7 +33,7 @@ O principal argumento exclusivo para iniciar um driver local inclui informaçõe {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L9" >}} {{% /tab %}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BaseTest.cs#L42" >}} +{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BaseTest.cs#L48" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L14" >}} 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 41767289466..ce2958db1f9 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 @@ -33,7 +33,7 @@ weight: 3 {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L9" >}} {{% /tab %}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BaseTest.cs#L42" >}} +{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BaseTest.cs#L48" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L14" >}}