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

Function getClickablePoint

lib/helper/Puppeteer.js:3476–3480  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

3474
3475// BC compatibility for Puppeteer < 10
3476async function getClickablePoint(el) {
3477 if (el.clickablePoint) return el.clickablePoint()
3478 if (el._clickablePoint) return el._clickablePoint()
3479 return null
3480}
3481
3482// List of key values to key definitions
3483// https://github.com/puppeteer/puppeteer/blob/v1.20.0/lib/USKeyboardLayout.js

Callers 4

moveCursorToMethod · 0.85
scrollToMethod · 0.85
dragSliderMethod · 0.85
proceedDragAndDropFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected