* {{> rightClick }} *
(locator, context = null)
| 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. |
no outgoing calls
no test coverage detected