Skip to content

[dotnet] Updating examples in documentation #2346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Prev Previous commit
Next Next commit
fixed text rendering
  • Loading branch information
ivonnegattringer committed Jun 17, 2025
commit a26b93bbd2d4bde5efb7edaed3c35aec1eb5d54d
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ event fire is returned.
{{< tab header="Python" text=true >}}
{{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L7-9">}}
{{< /tab >}}
{{< tab header="CSharp" >}}
{{< tab header="CSharp" text=true >}}
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Drivers/OptionsTest.cs#L13-14" >}}
{{< /tab >}}
{{< tab header="Ruby" text=true >}}
Expand Down Expand Up @@ -160,7 +160,7 @@ event fire is returned.
{{< tab header="Python" text=true >}}
{{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L15-L17">}}
{{< /tab >}}
{{< tab header="CSharp" >}}
{{< tab header="CSharp" text=true >}}
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Drivers/OptionsTest.cs#L29-30" >}}
{{< /tab >}}
{{< tab header="Ruby" text=true >}}
Expand Down Expand Up @@ -200,7 +200,7 @@ WebDriver only waits until the initial page is downloaded.
{{< tab header="Python" text=true >}}
{{< gh-codeblock path="/examples/python/tests/drivers/test_options.py#L23-L25">}}
{{< /tab >}}
{{< tab header="CSharp" >}}
{{< tab header="CSharp" text=true >}}
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Drivers/OptionsTest.cs#L41-42" >}}
{{< /tab >}}
{{< tab header="Ruby" text=true >}}
Expand Down