awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • chromedp/chromedpchromedp 的头像

    chromedp/chromedp

    13,137在 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
    在 GitHub 上查看↗13,137
  • casperjs/casperjscasperjs 的头像

    casperjs/casperjs

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