MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / scrollPageToTop

Method scrollPageToTop

lib/helper/Playwright.js:1654–1658  ·  view source on GitHub ↗

* {{> scrollPageToTop }}

()

Source from the content-addressed store, hash-verified

1652 * {{> scrollPageToTop }}
1653 */
1654 scrollPageToTop() {
1655 return this.executeScript(() => {
1656 window.scrollTo(0, 0)
1657 })
1658 }
1659
1660 /**
1661 * {{> scrollPageToBottom }}

Callers

nothing calls this directly

Calls 2

executeScriptMethod · 0.95
scrollToMethod · 0.45

Tested by

no test coverage detected