I'm using Gauge/Taiko to automate some scenarios and I'm struggling with some basic stuff.
Given a selector that match N elements: is there a way to list/count those elements? Today even I provide a selector that matchs N elements, it returns only the 1st match.
example:
$('.input')
returns only the first element with the class input