I have a web page having about 9 input fields having differnt label names and I GOOGLED a lot to get the answer but was not successful. Please help me with the CSS selector, with xpath i'm able to arrive at the solution but not with CSS and we have to use CSS in our project.
My sample html looks something like this:
<div class="no match found for this class name">
<div class="no match found for this class name too">
<label>1st label Name </label>
<div class="7 matching nodes found for this class name">
<input class="3 matching nodes found for this class name" type="text" value="dynamic int value">
</div>
</div>
</div>