Class: Browserctl::Driver::CDPPage
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Browserctl::Driver::CDPPage
- Defined in:
- lib/browserctl/driver/cdp_page.rb
Overview
Wraps a Ferrum::Page so handlers receive a driver-namespaced object instead of a raw Ferrum type. Currently a transparent delegator — the seam exists so future CDP-specific behaviour (capability checks, instrumentation) can live here without touching every handler. Delete this class if no override lands by the next driver.