I've been struggling to find the right CSS selector for a web page with 9 input fields, each with different label names. Despite my efforts on Google, I have not been able to find a solution. Can someone please assist me in identifying the correct CSS selector? While I have managed to do so using XPath, it is important that we use CSS for this project.
Here's an example of what my HTML code looks like:
<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>