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

3 repos

Awesome GitHub RepositoriesDOM Utilities

Helper functions and engines that simplify locating, selecting, and modifying elements across different browser implementations.

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

  1. Home
  2. Web Development
  3. DOM and Event Utilities
  4. DOM Utilities

Awesome DOM Utilities GitHub Repositories

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

    d3/d3

    112,379GitHubView on GitHub↗

    D3 is a modular library providing low-level primitives for creating data-driven visualizations. It functions as a flexible framework that allows for direct control over visual presentation by mapping abstract data dimensions to graphical properties, such as position, color, and size, without imposing predefined chart a

    Shellchartchartsd3
  • 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
  • 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

    JavaScriptjquery

Explore sub-tags

  • Cross-Browser DOM ManipulationAbstraction layers that normalize element selection and modification across different browser engines.
  • DOM Manipulation LibrariesTools for selecting, traversing, and modifying document elements or applying data-driven transformations within a web page.
  • DOM SelectorsSupport for various query languages like XPath and CSS selectors to target elements.
  • Label-Based SelectorsLocating form controls by their associated label text.
Locator Filtering Utilities
Tools 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.