Having indexes in selectors to uniquely identify elements can be helpful in specific cases, but it's not considered a best practice in general. Index-based identification can become fragile, as the positions of elements might change, and the index-based selector might fail.
So the correct option is:
Option2 => No