Skip to content

Commit

Permalink
Corrected C# "Remote WebDriver / Download a File" example reference (#…
Browse files Browse the repository at this point in the history
…2034)[deploy site]

Correct C# "Remote WebDriver / Download a File" example reference

Co-authored-by: Sri Harsha <[email protected]>
  • Loading branch information
YevgeniyShunevych and harsha509 authored Nov 4, 2024
1 parent fa77979 commit 52a1ff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Selenium looks for the name of the provided file in the list and downloads it to
{{< gh-codeblock path="examples/python/tests/drivers/test_remote_webdriver.py#L58" >}}
{{% /tab %}}
{{< tab header="CSharp" >}}
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Drivers/RemoteWebDriverTest.cs#L78" >}}
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Drivers/RemoteWebDriverTest.cs#L79" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
{{< gh-codeblock path="examples/ruby/spec/drivers/remote_webdriver_spec.rb#L57" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Seleniumは、提供されたファイルの名前をリストの中で探し、
{{< gh-codeblock path="examples/python/tests/drivers/test_remote_webdriver.py#L58" >}}
{{% /tab %}}
{{< tab header="CSharp" >}}
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Drivers/RemoteWebDriverTest.cs#L78" >}}
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Drivers/RemoteWebDriverTest.cs#L79" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
{{< gh-codeblock path="examples/ruby/spec/drivers/remote_webdriver_spec.rb#L57" >}}
Expand Down

0 comments on commit 52a1ff7

Please sign in to comment.