MCPcopy Index your code
hub / github.com/browsemake/browser-cli / getActivePage

Function getActivePage

daemon.js:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 activePage = initialPage;
29
30 function getActivePage() {
31 return activePage;
32 }
33
34 context.on('page', async newPage => {
35 pages = await context.pages();

Callers 2

daemon.jsFile · 0.85
resolveAndPerformActionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected