Clicks (presses) a list item at the specified index.
Playwright Page (or compatible subset).
The UI5 control ID of the list.
Zero-based index of the item to click.
Fires the press event on the list item. Falls back to tap if firePress is unavailable.
press
tap
firePress
ControlError with ERR_CONTROL_AGGREGATION if the index is invalid.
ERR_CONTROL_AGGREGATION
await feClickListItem(page, 'myApp--productList', 0); Copy
await feClickListItem(page, 'myApp--productList', 0);
Clicks (presses) a list item at the specified index.