Update "First Script" documentation with C# example from .NET README#2478
Update "First Script" documentation with C# example from .NET README#2478diemol merged 2 commits intoSeleniumHQ:trunkfrom
Conversation
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||
…p and running Selenium tests using C#. Updated the "First Script" documentation in multiple languages to include references to the new .NET README with C# example code blocks: English (first_script.en.md) Japanese (first_script.ja.md) Portuguese (first_script.pt-br.md) Simplified Chinese (first_script.zh-cn.md)
19d9983 to
34d5468
Compare
User description
Updated multiple language versions of the "First Script" documentation to include the C# example from the newly added .NET README. The following languages were updated:
English (first_script.en.md)
Japanese (first_script.ja.md)
Portuguese (first_script.pt-br.md)
Simplified Chinese (first_script.zh-cn.md)
These updates include a new code block reference pointing to the appropriate section in the .NET README file.
PR Type
Documentation
Description
Added comprehensive .NET README with setup and testing instructions
Updated C# code references in multilingual documentation
Replaced placeholder badges with actual code examples
Enhanced documentation consistency across four languages
Diagram Walkthrough
File Walkthrough
README.md
New .NET README with setup instructionsexamples/dotnet/README.md
first_script.en.md
Updated C# code reference in English docswebsite_and_docs/content/documentation/webdriver/getting_started/first_script.en.md
{{< badge-code >}}with actual code referencefirst_script.ja.md
Updated C# code reference in Japanese docswebsite_and_docs/content/documentation/webdriver/getting_started/first_script.ja.md
{{< badge-code >}}with actual code referencefirst_script.pt-br.md
Updated C# code reference in Portuguese docswebsite_and_docs/content/documentation/webdriver/getting_started/first_script.pt-br.md
{{< badge-code >}}with actual code referencefirst_script.zh-cn.md
Updated C# code reference in Chinese docswebsite_and_docs/content/documentation/webdriver/getting_started/first_script.zh-cn.md
{{< badge-code >}}with actual code reference