say I have the HTML:
What is this
In the particular context of selecting the nth option, this may be appropriate:
option
cy.get('select[name=subject] > option') .eq(3) .then(element => cy.get('select[name=subject]').select(element.val()))