spidr_browser 1.1.0
spidr_browser: ^1.1.0 copied to clipboard
Browser automation layer using Chrome DevTools Protocol for SPIDR.
spidr_browser #
The browser automation layer of the SPIDR framework, powered by the Chrome DevTools Protocol (CDP).
Core API Interfaces #
SpidrBrowser: Manages the underlying browser connection lifecycle (launch,connect,close).SpidrBrowserPage: Controller for pages/tabs executing actions like navigation, mouse clicks, keyboard entry, and script evaluation.SpidrBrowserTab: Representation of a separate tab within the browser.