awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • chromedp/chromedpAvatar de chromedp

    chromedp/chromedp

    13,137Ver en 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
    Ver en GitHub↗13,137
  • casperjs/casperjsAvatar de casperjs

    casperjs/casperjs

    7,172Ver en 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
    Ver en GitHub↗7,172
  1. Home
  2. User Interface & Experience
  3. JavaScript Execution Bridges
  4. Predicate Waiting