selenium
Installation
SKILL.md
Selenium
Selenium is a popular open-source framework for automating web browsers. Developers and QA engineers use it to write tests that simulate user interactions on websites, ensuring applications function correctly across different browsers and environments.
Official docs: https://www.selenium.dev/documentation/
Selenium Overview
- Browser
- Tab
- Element
- Attribute
- CSS Property
- Cookie
- Screenshot
- Log
Use action names and parameters as needed.
Related skills