3 个仓库
Tools that utilize native browser APIs like execCommand to perform text manipulation and styling.
Distinct from Browser Formatting: The candidates focus on browser types or code formatting tools, not on using browser-native editing commands for rich text.
Explore 3 awesome GitHub repositories matching web development · Browser Command Integrations. Refine with filters or upvote what's useful.
bootstrap-wysiwyg is a WYSIWYG HTML editor and browser-based content editor designed to integrate with the Bootstrap CSS framework. It provides a visual interface for creating and formatting rich text content that outputs HTML markup. The editor allows for custom text formatting workflows through the configuration of toolbars and keyboard shortcuts. Users can embed images via drag-and-drop and utilize a dedicated process to clean up redundant tags and whitespace in the generated markup.
Implements text styling and manipulation by triggering the built-in document execCommand API of the web browser.
php-webdriver is a WebDriver PHP client and browser automation framework that implements the W3C WebDriver standard. It serves as a programmatic interface for controlling web browsers, executing JavaScript, and managing browser sessions in both headed and headless environments. The library functions as a Selenium protocol implementation, allowing PHP applications to communicate with browser drivers such as ChromeDriver or GeckoDriver. It provides the ability to automate user actions, navigate pages, and validate DOM elements for web UI testing. Its capabilities cover broad areas of browser i
Transmits arbitrary commands to the WebDriver protocol to support browser-specific features.
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.