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

Method scrollIntoView

lib/helper/Appium.js:1713–1715  ·  view source on GitHub ↗

* {{> scrollIntoView }} * * Supported only for web testing

(locator, scrollIntoViewOptions)

Source from the content-addressed store, hash-verified

1711 * Supported only for web testing
1712 */
1713 async scrollIntoView(locator, scrollIntoViewOptions) {
1714 if (this.isWeb) return super.scrollIntoView(locator, scrollIntoViewOptions)
1715 }
1716
1717 /**
1718 * {{> seeCheckboxIsChecked }}

Callers 6

scrollToMethod · 0.45
WebDriver_test.jsFile · 0.45
AppiumTs.types.tsFile · 0.45
Appium.types.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected