Skip to content

Commit 92e53cb

Browse files
added information for examples website
1 parent d310aa3 commit 92e53cb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

website_and_docs/content/documentation/about/contributing.pt-br.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ Make sure that if you add a test to the page that all the other line numbers in
8080
correct. Adding a test at the top of a page means updating every single reference in the documentation that has a line
8181
number for that file.
8282

83+
84+
Code examples may need a relevant website or web page to demonstrate the scenario. To ensure examples consistently work,
85+
it is recommended to use the test web pages available at https://www.selenium.dev/selenium/web/.
86+
8387
Finally, make sure that the tests pass in the CI.
8488

8589

website_and_docs/content/documentation/about/contributing.zh-cn.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ Make sure that if you add a test to the page that all the other line numbers in
7575
correct. Adding a test at the top of a page means updating every single reference in the documentation that has a line
7676
number for that file.
7777

78+
79+
Code examples may need a relevant website or web page to demonstrate the scenario. To ensure examples consistently work,
80+
it is recommended to use the test web pages available at https://www.selenium.dev/selenium/web/.
81+
7882
Finally, make sure that the tests pass in the CI.
7983

8084

0 commit comments

Comments
 (0)