2 Repos
Handling events related to the loading, unloading, and navigation of web pages.
Distinct from Page Lifecycle Trackers: Shortlist candidates are too narrow (paging containers or monitoring tools) or unrelated to basic page lifecycle events.
Explore 2 awesome GitHub repositories matching web development · Browser Lifecycle Management. Refine with filters or upvote what's useful.
pydoll is a Chrome DevTools Protocol automation library and headless browser controller used for web data extraction and parallel browser automation. It controls Chromium-based browsers via direct WebSocket connections, allowing it to manage isolated browser contexts and tabs while bypassing the overhead and detection associated with WebDriver. The project features an anti-bot evasion framework that mimics natural human behavior, including mouse movements generated via Bezier curves and variable typing patterns. It provides specialized stealth capabilities to bypass behavioral analysis and au
Manages page navigation and lifecycle states to ensure the browser is ready for automation.
Eloquent-JavaScript is a comprehensive JavaScript programming textbook and interactive coding tutorial designed for web development education. It serves as both a language reference and a practical guide, combining theoretical lessons with an environment where learners can execute and modify code examples. The project focuses on the fundamental principles of the JavaScript language, including lexical scoping, prototype-based inheritance, and asynchronous patterns. It provides detailed instruction on object-oriented programming, functional programming, and the use of the browser DOM to create
Provides guidance on triggering initialization logic and handling page navigation warnings.