I have 2 inputs with same classes:
<input type="text" name="test" class="test">
<input type="text" name="test" class="test" value="test">
One of input is empty second - not. How I can get not empty input value ? Main rule, that input are absolutely same, I cant add some class or something else to define difference.