You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
fixed link, added AI solutions
Description
fixed link, added AI solutions
Motivation and Context
fixed link, added AI solutions
Types of changes
Change to the site (I have double-checked the Netlify deployment, and my changes look good)
Code example added (and I also added the example to all translated languages)
Improved translation
Added new translation (and I also added a notice to each document missing translation)
I have used hugo to render the site/docs locally and I am sure it works.
PR Type
Enhancement
Description
Added new "AI Solutions" section to ecosystem page
Fixed link security by adding target="_blank" attributes
Added two AI-powered Selenium tools to documentation
Diagram Walkthrough
flowchart LR
A["Ecosystem Page"] --> B["Fixed Link Security"]
A --> C["Added AI Solutions Section"]
C --> D["Alumnium (Python)"]
C --> E["MCP-Selenium (JavaScript)"]
Loading
File Walkthrough
Relevant files
Enhancement
_index.html
Add AI Solutions section and enhance link security
website_and_docs/content/ecosystem/_index.html
Fixed existing Selenium Go link by adding target="_blank" and rel="noopener noreferrer" attributes
Added new "AI Solutions" section with table structure
Included two AI tools: Alumnium (Python) and MCP-Selenium (JavaScript)
Added proper spacing and formatting around new section
The new AI Solutions section has inconsistent spacing and indentation compared to existing sections. Line 594 has extra whitespace and the closing div tag placement differs from other sections.
The AI Solutions section lacks a descriptive paragraph explaining what AI solutions are and how they relate to Selenium, unlike other sections that have explanatory text.
Why: The suggestion correctly identifies and fixes minor formatting issues (trailing spaces and an extra newline), which improves code cleanliness and consistency.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
fixed link, added AI solutions
Description
fixed link, added AI solutions
Motivation and Context
fixed link, added AI solutions
Types of changes
Checklist
PR Type
Enhancement
Description
Added new "AI Solutions" section to ecosystem page
Fixed link security by adding target="_blank" attributes
Added two AI-powered Selenium tools to documentation
Diagram Walkthrough
File Walkthrough
_index.html
Add AI Solutions section and enhance link securitywebsite_and_docs/content/ecosystem/_index.html
target="_blank"andrel="noopener noreferrer"attributes