MCPcopy
hub / github.com/codeceptjs/CodeceptJS / PageScrollPosition

Interface PageScrollPosition

typings/index.d.ts:428–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426 }
427
428 interface PageScrollPosition {
429 x: number
430 y: number
431 }
432
433 // Could get extended by user generated typings
434 interface Methods extends ActorStatic {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected