-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update "First Script" documentation with C# example from .NET README #2478
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
base: trunk
Are you sure you want to change the base?
Conversation
…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)
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
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 instructions
examples/dotnet/README.md
first_script.en.md
Updated C# code reference in English docs
website_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 docs
website_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 docs
website_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 docs
website_and_docs/content/documentation/webdriver/getting_started/first_script.zh-cn.md
{{< badge-code >}}
with actual code reference