From 2253caf91da43afda9b31a73c61df5d13be77da6 Mon Sep 17 00:00:00 2001 From: KIM Taegyoon Date: Mon, 30 Mar 2026 13:53:20 +0900 Subject: [PATCH] Update CSharp code block reference in options.en.md --- .../content/documentation/webdriver/drivers/options.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website_and_docs/content/documentation/webdriver/drivers/options.en.md b/website_and_docs/content/documentation/webdriver/drivers/options.en.md index 48f82e72d06e..658e7109c0b3 100644 --- a/website_and_docs/content/documentation/webdriver/drivers/options.en.md +++ b/website_and_docs/content/documentation/webdriver/drivers/options.en.md @@ -412,7 +412,7 @@ user prompt encounters at the remote-end. This is defined by {{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L51-53">}} {{% /tab %}} {{< tab header="CSharp" >}} -{{< badge-code >}} +{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Drivers/OptionsTest.cs#L59-60">}} {{< /tab >}} {{< tab header="Ruby" >}} {{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L60-L61" >}}