1 个仓库
Implementations of the WebDriver wire protocol to control web browsers via JSON commands.
Distinct from WebDriver Custom Commands: Distinct from custom commands as it covers the standard WebDriver control mechanism, not just extensions.
Explore 1 awesome GitHub repository matching web development · WebDriver Protocol Implementation. Refine with filters or upvote what's useful.
Intern 是一个 JavaScript 测试框架和运行器,专为在不同环境中执行单元测试和功能测试而设计。它作为端到端测试工具和跨浏览器测试套件,用于验证应用程序在多个桌面和移动端 Web 浏览器中的行为一致性。 该项目通过控制 Web 驱动程序并利用云测试服务模拟用户交互,实现了自动化浏览器测试。这使得功能测试和跨平台 Web 测试能够自动化,从而有效识别 Web 界面中的 Bug。 该系统提供了远程驱动程序通信、无头浏览器集成以及基于 WebDriver 的浏览器控制功能。它通过一个跨平台的测试运行器来管理测试套件的执行,并利用基于 Promise 的异步执行机制来处理浏览器事件。
Controls web browsers by sending JSON commands to a driver that translates them into native instructions.