Added command to run python script to follow first script example - #1710
Conversation
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
PR Description updated to latest commit (2c7aeb6)
|
PR Review 🔍
|
PR Code Suggestions ✨
|
Hi @harsha509 , |
|
Hi @harsha509, |
|
Hi @sadik312 , Also could you please resolve conflicts! Thanks, |
|
Hi @harsha509, |
|
Hi @harsha509, |
Code Review by Qodo
Context used✅ Compliance rules (platform):
10 rules 1. Stale Python codeblock anchors
|
|
Code review by qodo was updated up to the latest commit 4f9584e |
- dotnet: move the single-script section before the SeleniumDocs cd step, since HelloSelenium.cs lives one directory up (Qodo: wrong path) - java: drop the added Gradle/javac section - this project uses Maven, and the referenced FirstScript.js file doesn't exist (Qodo: wrong build tool and filename); trunk's existing Maven instructions already cover this - kotlin: replace the kotlinc/java -jar section with the actual working command, since FirstScriptTest.kt is a JUnit test class, not a standalone script (Qodo: wrong path, but also not runnable that way) - first_script.en.md: wire up the CSharp and Kotlin "Running Selenium File" tabs to the corrected content, and fix the CSharp line reference that had drifted after the dotnet README was restructured
|
Code review by qodo was updated up to the latest commit 576ccaf |
- dotnet: clarify that HelloSelenium.cs needs the .NET 10 SDK, since the general prerequisite only listed 8.0+ for the test suite - kotlin: rename "Execute a kotlin script" to "Run a single Kotlin example" since the command runs a JUnit test via Maven, not a standalone script - first_script.en.md: update the CSharp line reference after the dotnet README prerequisites section grew by two lines
|
Code review by qodo was updated up to the latest commit 1093d6b |
Demote "Run a single Kotlin example" from an H1 to an H2 so it reads as a subsection rather than a separate document, and tighten the wording.
|
Code review by qodo was updated up to the latest commit 1bdf865 |
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
I have added the command to run the selenium file using Python.
Motivation and Context
This was missing from the documentation.
Types of changes
Checklist
PR Type
documentation, enhancement
Description
examples/python/README.mdto provide users with the command to run a Python script, enhancing the usability of the examples.website_and_docs/content/documentation/webdriver/getting_started/first_script.en.mdto link directly to the newly added instructions in the examples README, improving the documentation's interactivity and user guidance.Changes walkthrough 📝
README.md
Add Python Script Execution Instructionsexamples/python/README.md
line.
first_script.en.md
Link Python Script Execution in Documentationwebsite_and_docs/content/documentation/webdriver/getting_started/first_script.en.md
README.