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

Method rightClick

lib/helper/Puppeteer.js:1415–1417  ·  view source on GitHub ↗

* {{> rightClick }} *

(locator, context = null)

Source from the content-addressed store, hash-verified

1413 *
1414 */
1415 async rightClick(locator, context = null) {
1416 return proceedClick.call(this, locator, context, { button: 'right' })
1417 }
1418
1419 /**
1420 * Performs click at specific coordinates.

Callers 4

testsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected