Optional
options: DataTableWhen I click on test ID "testID"
With options:
When I click on test ID "testID"
| altKey | false |
| animationDistanceThreshold | 5 |
| ctrlKey | false |
| force | false |
| includeShadowDom | false |
| log | true |
| metaKey | false |
| multiple | false |
| scrollBehavior | top |
| shiftKey | false |
| timeout | 4000 |
| waitForAnimations | true |
| withinSubject | null |
When I click on test ID:
Clicks on first element that matches the
data-testid
ordata-test-id
attribute:Use this only if the other actions don't work.
data-testid
ordata-test-id
don't resemble how your software is used and should be avoided if possible.