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

2 repos

Awesome GitHub RepositoriesDOM Selectors

Support for various query languages like XPath and CSS selectors to target elements.

Explore 2 awesome GitHub repositories matching web development · DOM Selectors. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Browser Integration Utilities
  4. DOM & Event Handling
  5. DOM Selectors

Awesome DOM 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

    Filters element selections based on specific text content or hierarchical relationships.

    TypeScriptautomationchromechromium
  • jquery/jquery

    jquery/jquery

    59,857GitHubView on GitHub↗

    jQuery is a library designed for document object model manipulation and cross-browser interaction. It provides a unified interface for selecting, traversing, and modifying web page elements, ensuring consistent behavior across different rendering engines by abstracting away underlying browser inconsistencies. The libr

    Parses CSS selector strings into executable functions to locate elements within the document.

    JavaScriptjquery

Explore sub-tags

  • Label-Based SelectorsLocating form controls by their associated label text.
  • Locator Filtering UtilitiesTools for refining element selection based on content, state, or hierarchy.
  • Placeholder LocatorsSelection of input elements based on their placeholder attribute values.
  • Selector EnginesTools that parse strings into functions to locate DOM elements.