MCPcopy
hub / github.com/blitz-js/blitz / log

Method log

integration-tests/utils/browsers/selenium.ts:322–324  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

320 }
321
322 async log() {
323 return this.chain(() => browser.manage().logs().get("browser")) as any
324 }
325
326 async url() {
327 return this.chain(() => browser.getCurrentUrl()) as any

Callers 1

setupMethod · 0.45

Calls 2

chainMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected