awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
UI Element Selectors · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesUI Element Selectors

Mechanisms for locating and querying DOM elements, including custom engines and stable attribute-based strategies.

Explore 1 awesome GitHub repository matching testing & quality assurance · UI Element Selectors. Refine with filters or upvote what's useful.

  1. Home
  2. Testing & Quality Assurance
  3. General Testing Utilities
  4. Test Utilities & Assertions
  5. UI Element Selectors

Awesome UI Element Selectors GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • microsoft/playwright

    microsoft/playwright

    82,810GitHubView on GitHub↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior

    TypeScriptautomationchromechromium

Explore sub-tags

  • Custom Selector EnginesLogic for registering domain-specific methods to query and locate elements within a web page.
  • DOM Element SelectorsTools for performing operations on document elements, such as counting items or asserting text content.
  • Shadow DOM SelectorsCapabilities for automatically identifying and interacting with elements nested within shadow DOM trees.
  • Test ID Selectors
Methods for locating elements using resilient, developer-defined attributes to improve test stability.