From f669d9f09b3e413349fe516ca164aaca247dbce6 Mon Sep 17 00:00:00 2001 From: pallavigotwork Date: Sat, 4 Oct 2025 16:33:10 +0530 Subject: [PATCH 1/2] added information about web examples for english document --- .../content/documentation/about/contributing.en.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website_and_docs/content/documentation/about/contributing.en.md b/website_and_docs/content/documentation/about/contributing.en.md index cb512ebb5338..3179ff9788ac 100644 --- a/website_and_docs/content/documentation/about/contributing.en.md +++ b/website_and_docs/content/documentation/about/contributing.en.md @@ -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. From 5bf4118113bfade0f3d1029d798df03d9c953e41 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Tue, 4 Nov 2025 10:39:17 +0100 Subject: [PATCH 2/2] Replicating change from contributing.en.md to other files --- .../content/documentation/about/contributing.ja.md | 3 +++ .../content/documentation/about/contributing.pt-br.md | 3 +++ .../content/documentation/about/contributing.zh-cn.md | 3 +++ 3 files changed, 9 insertions(+) diff --git a/website_and_docs/content/documentation/about/contributing.ja.md b/website_and_docs/content/documentation/about/contributing.ja.md index daa8dea23ebb..2f04761c73c4 100644 --- a/website_and_docs/content/documentation/about/contributing.ja.md +++ b/website_and_docs/content/documentation/about/contributing.ja.md @@ -63,6 +63,9 @@ Seleniumのすべてのコンポーネントは、時間の経過とともに非 ページにテストを追加する場合は、Markdownファイル内の他のすべての行番号が正しいことを確認してください。 ページの先頭にテストを追加すると、そのファイルの行番号を持つドキュメント内のすべての参照が更新されます。 +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/. + 最後に、CIでテストがPassすることを確認してください。 diff --git a/website_and_docs/content/documentation/about/contributing.pt-br.md b/website_and_docs/content/documentation/about/contributing.pt-br.md index b652b84b6d43..e646627ae5a5 100644 --- a/website_and_docs/content/documentation/about/contributing.pt-br.md +++ b/website_and_docs/content/documentation/about/contributing.pt-br.md @@ -80,6 +80,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. diff --git a/website_and_docs/content/documentation/about/contributing.zh-cn.md b/website_and_docs/content/documentation/about/contributing.zh-cn.md index dc8edb22a8f8..1e2bc2f93f13 100644 --- a/website_and_docs/content/documentation/about/contributing.zh-cn.md +++ b/website_and_docs/content/documentation/about/contributing.zh-cn.md @@ -75,6 +75,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.