- 
 
- 
  Notifications
 You must be signed in to change notification settings 
- Fork 1.5k
Added command to run python script to follow first script example #1710
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
Conversation
| 👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it 
 | 
CLA assistant check 
All committers have signed the CLA.
PR Description updated to latest commit (2c7aeb6)
- Copy walkthrough table to "Files Changed" Tab
PR Review 🔍
2, because the changes are straightforward and limited to documentation updates. The PR involves adding a new section in a README file and updating a reference in another documentation file.
No
No newline at end of file: The modified README.md file does not end with a newline. This is not typically a major issue but can lead to problems with version control systems or when concatenating files.
No
| PR Code Suggestions ✨
 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HI @sadik312 ,
Thank you the PR. Could you please make similar changes to other translated files too.
Thanks,
Sri
HI @sadik312 ,
Thank you the PR. Could you please make similar changes to other translated files too.
Thanks, Sri
Hi @harsha509 ,
Yes, I will make the changes to the other files too.
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added README.md files for the examples for:
- dotnet
- java
- kotlin
I have added the file execution command for:
- python
I have also reflected all of the changes in the first_script.en.md file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sadik312 ,
Thank you for the changes. However, there seem to be some conflicts within the PR. Please could you resolve these when you get a chance?
Thanks,
Sri
Hi @harsha509,
I have fixed the conflict. I added the guide for Gradle and someone else added the guide for Maven and I have merged the 2 together. Please let me know if there are any other issues.
Thank you,
Sadik
 
 @A1exKH
 
 A1exKH
 
 
 
 left a comment
 
 
 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sadik312 LGTM.
Hi @harsha509,
Would you be able to approve this PR?
Thank you
 
 @A1exKH
 
 A1exKH
 
 
 
 left a comment
 
 
 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Hi @harsha509,
Just wanted to check if you could review my PR when you have some time. Let me know if any changes are needed. Thank you
Uh oh!
There was an error while loading. Please reload this page.
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.