pub fn install_browser(ctx: &Ctx<'_>, browser: Arc<Browser>) -> Result<()>Expand description
Install the browser global — exposes browser.newContext(options?)
so scripts can construct fresh contexts with the full Playwright
ferridriver::options::BrowserContextOptions bag. Rule-9 tests
for §4.1 consume this entry point.