2 个仓库
Injecting shared properties and variables directly into a webview's global JavaScript context.
Distinct from Global Function Injection: Distinct from Global Function Injection: covers general properties and variables for application state, not just utility functions.
Explore 2 awesome GitHub repositories matching development tools & productivity · Browser Context Injections. Refine with filters or upvote what's useful.
Electrobun is a desktop application framework and webview-based GUI toolkit used for building cross-platform desktop apps. It provides a TypeScript-based runtime and a native system webview to create interfaces that integrate embedded browser views with host-process logic. The project features a native GPU integration layer with direct FFI bindings, allowing for high-performance GPU surfaces and compute workloads to run within a desktop application. It also includes an inter-process communication bridge using a typed RPC system to exchange data and execute functions between the native backend
Injects shared properties and variables directly into the browser context for global application access.
Taiko is a browser automation framework and web end-to-end testing library used to perform programmatic user actions and verify application behavior. It functions as a headless browser testing tool capable of simulating real interactions and asserting page states in Chromium and Firefox. The project includes a browser interaction recorder that captures live actions and exports them as executable JavaScript automation scripts. It also serves as a web accessibility auditor, analyzing pages to detect accessibility violations and ensure compliance with inclusive design standards. The framework c
Injects custom JavaScript functions into the browser's global window object to manipulate application state.