Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ Make sure that if you add a test to the page that all the other line numbers in
correct. Adding a test at the top of a page means updating every single reference in the documentation that has a line
number for that file.

Code examples may need a relevant website or web page to demonstrate the scenario. To ensure examples consistently work,
it is recommended to use the test web pages available at https://www.selenium.dev/selenium/web/.

Finally, make sure that the tests pass in the CI.


Expand Down
Loading