I want to fetch the text of checkbox label in the given code:
<label id="age_global_2" class="checked">
<input type="checkbox" value="3016" name="age_global">
2 - 3 Years
</label>
I want to fetch the text of checkbox label in the given code:
<label id="age_global_2" class="checked">
<input type="checkbox" value="3016" name="age_global">
2 - 3 Years
</label>