From f669d9f09b3e413349fe516ca164aaca247dbce6 Mon Sep 17 00:00:00 2001 From: pallavigotwork Date: Sat, 4 Oct 2025 16:33:10 +0530 Subject: [PATCH] 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 cb512ebb533..3179ff9788a 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.