I am new at testing so my apologies in advance if my question sounds a bit primary.
I use Selenium and Java to write tests, I need to find an element by more than one criteria.
I saw this question on stackoverflow which is exactly what I meant, but the answers do not work for me as I do not know what is //input[(@id='id_Start') and (@class = 'blabla')]
and how to generate it.