awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesPredicate Waiting

Execution pausing mechanisms that wait for a specific JavaScript condition to become true.

Distinct from JavaScript Execution Bridges: Specifically focuses on the 'waiting' aspect (predicates) rather than the general bridge for executing scripts.

Explore 2 awesome GitHub repositories matching user interface & experience · Predicate Waiting. Refine with filters or upvote what's useful.

Awesome Predicate Waiting GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • chromedp/chromedpAvatar de chromedp

    chromedp/chromedp

    13,137Voir sur GitHub↗

    chromedp is a browser automation framework and driver that controls web browsers via the Chrome DevTools Protocol. It functions as a headless browser automation tool and web browser controller, enabling the programmatic management of browser sessions, targets, and network responses through a remote debugging interface. The project provides specialized capabilities for Chrome DevTools Protocol automation, including headless browser testing, web scraping and data extraction, and mobile device emulation. It also supports browser-based visual regression by capturing precise screenshots of web pag

    Implements a mechanism that pauses execution until a JavaScript expression returns a truthy value via polling or mutation triggers.

    Go
    Voir sur GitHub↗13,137
  • casperjs/casperjsAvatar de casperjs

    casperjs/casperjs

    7,172Voir sur GitHub↗

    CasperJS is a scripting utility and testing framework for automating web scenarios via headless browsers. It enables the execution of navigation steps and form inputs to automate complex user scenarios, extract web data, and validate the state of remote pages. The project provides specific tooling for PhantomJS and SlimerJS, allowing users to write programmable sequences for web navigation and data extraction. It includes capabilities for capturing visual snapshots of full pages or specific elements to perform user interface regression testing. The framework covers broad automation areas inc

    Provides mechanisms to pause script execution until specific JavaScript conditions or DOM elements are present.

    JavaScript
    Voir sur GitHub↗7,172
  1. Home
  2. User Interface & Experience
  3. JavaScript Execution Bridges
  4. Predicate Waiting