<li>
<input type="radio" id="financial_data_0"
name="financial_d" data-dependson="[]" value="1">
<label for="financial_data_0">
::before
" Yes "
::after
</label>
<\li>
Hi guys, from this html above, I am trying to select the button "yes", in the following way, but it does not work:
driver.find_element_by_id("financial_data_0").click()
How can I solve this problem?