Is there anyway I can get an input by its class name? For example I have this html code below:
<span class="inputClass">
<input type="checkbox"/>
<span>
I would like to see if that input is selected using its class name. There is no option I can give it an ID because we do not have access to this source code.