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

[🚀 Feature]: The overview page of Selenium should be written better and without assuming it will be used for test

Open rpallavisharma opened this issue 2 years ago • 5 comments

Feature and motivation

This page- https://www.selenium.dev/documentation/overview/

rpallavisharma avatar Jun 05 '23 11:06 rpallavisharma

@pallavigitwork, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

github-actions[bot] avatar Jun 05 '23 11:06 github-actions[bot]

@pallavigitwork Isn't it duplicate of https://github.com/SeleniumHQ/seleniumhq.github.io/issues/1369?

asolntsev avatar Sep 09 '23 09:09 asolntsev

So, we do have an example of a Selenium script without it being a test here: https://www.selenium.dev/documentation/

It's in the "Hello Selenium" files: (e.g., https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk//examples/java/src/test/java/dev/selenium/hello/HelloSelenium.java)

Maybe we can just link to that at the top of the "first script" page?

I guess I'm more interested in helping people build out something more extensive rather than just create a standalone file with a script. If you want a standalone file it's easy enough to copy/paste everything there. I'd rather put it in a more usable context for the majority of users.

titusfortner avatar Sep 09 '23 19:09 titusfortner

@pallavigitwork Isn't it duplicate of #1369?

no. replied on the 1367 thread. one was for the page content, other for code.

rpallavisharma avatar Sep 11 '23 06:09 rpallavisharma

@pallavigitwork what do you think of this: #1479

It changes First Script examples into standalone files and removes the assertions Then it adds a new page on Running Tests that tries to put the code into context of how to use it with a larger project.

titusfortner avatar Sep 15 '23 01:09 titusfortner

i believe this PR handled it - https://github.com/SeleniumHQ/seleniumhq.github.io/pull/1479

rpallavisharma avatar Oct 08 '25 06:10 rpallavisharma