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

Method doubleClick

lib/helper/Puppeteer.js:1407–1409  ·  view source on GitHub ↗

* {{> doubleClick }} *

(locator, context = null)

Source from the content-addressed store, hash-verified

1405 *
1406 */
1407 async doubleClick(locator, context = null) {
1408 return proceedClick.call(this, locator, context, { clickCount: 2 })
1409 }
1410
1411 /**
1412 * {{> rightClick }}

Callers 4

testsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected