-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[🚀 Feature]: The overview page of Selenium should be written better and without assuming it will be used for test #1397
Comments
@pallavigitwork, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
After troubleshooting the issue, please add the Thank you! |
@pallavigitwork Isn't it duplicate of #1369? |
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. |
no. replied on the 1367 thread. one was for the page content, other for code. |
@pallavigitwork what do you think of this: #1479 It changes First Script examples into standalone files and removes the assertions |
Feature and motivation
This page- https://www.selenium.dev/documentation/overview/
The text was updated successfully, but these errors were encountered: