-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
added information for examples website #2525
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
added information for examples website #2525
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Compliance Guide 🔍
Below is a summary of compliance checks for this PR:
No security concerns identified
No security vulnerabilities detected by AI analysis. Human verification advised for critical code.🎫 No ticket provided
- Create ticket/issue
Codebase context is not defined
Follow the guide to enable codebase context checks.
Generic: Secure Error Handling
Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.
Status: Passed
Generic: Secure Logging Practices
Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.
Status: Passed
Generic: Security-First Input Validation and Data Handling
Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities
Status: Passed
Generic: Comprehensive Audit Trails
Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.
Status:
Not Applicable: The PR only adds static documentation text with no executable actions to log; audit trail
requirements are not applicable to these changes.
Referred Code
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/.
Generic: Meaningful Naming and Self-Documenting Code
Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting
Status:
Not Code Change: The PR adds prose to documentation without introducing identifiers or code constructs to
evaluate for naming conventions.
Referred Code
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/.
Generic: Robust Error Handling and Edge Case Management
Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation
Status:
Not Code Path: The new additions are guidance text only and introduce no executable error paths to assess
for handling or edge cases.
Referred Code
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/.
- Update
Compliance status legend
🟢 - Fully Compliant🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||
Changes are already part of #2492
Uh oh!
There was an error while loading. Please reload this page.
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
added information in 2 files for #2492
Description
added information for using website for examples
Motivation and Context
so that when creating example codes, people can know which websites to take
Types of changes
Checklist
PR Type
Documentation
Description
Add guidance for using test websites in code examples
Document recommended test web pages at https://www.selenium.dev/selenium/web/
Update Portuguese and Chinese contributing guidelines
Diagram Walkthrough
File Walkthrough
contributing.pt-br.md
Add test website guidance to Portuguese contributing docswebsite_and_docs/content/documentation/about/contributing.pt-br.md
contributing.zh-cn.md
Add test website guidance to Chinese contributing docswebsite_and_docs/content/documentation/about/contributing.zh-cn.md