* {{> click }} *
(locator = '//body', context = null)
| 1261 | * |
| 1262 | */ |
| 1263 | async click(locator = '//body', context = null) { |
| 1264 | return proceedClick.call(this, locator, context) |
| 1265 | } |
| 1266 | |
| 1267 | /** |
| 1268 | * {{> forceClick }} |
no outgoing calls
no test coverage detected