seleniumhq.github.io icon indicating copy to clipboard operation
seleniumhq.github.io copied to clipboard

[🚀 Feature]: Improve README Files for contributing to code examples

Open harsha509 opened this issue 8 months ago • 1 comments

Feature and motivation

Each language-example folder contains a README.md file, but they lack detailed information on prerequisites, installation steps, and contribution guidelines.

readme.md files are in here

https://github.com/SeleniumHQ/seleniumhq.github.io/tree/trunk/examples

Usage example

Need precise steps in readme.md for each language examples:

pre-requisites:

  • Install and configure Java
  • install and Configure Maven

Python:

  • Install and configure python
  • Install and configure pip

....

harsha509 avatar Mar 26 '25 12:03 harsha509

java readme- https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/java/README.md python readme- https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/python/README.md javascript readme- https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/javascript/README.md

readme files missing for dotnet, ruby and kotlin.

rpallavisharma avatar Oct 09 '25 12:10 rpallavisharma