Clicks on the Nth element matching a CSS or XPath selector.
The Playwright page object
The index string (1st, 2nd, 3rd, etc.)
The selector key (can be a fixture key or raw CSS/XPath selector)
Optional
Optional table data for click options
When I pw click on 1st selector ".btn" Copy
When I pw click on 1st selector ".btn"
Clicks on the Nth element matching a CSS or XPath selector.