I am trying to click the Verification Successful but not being able to name or ID.
<span class="gwt-RadioButton GDQHEYCCEBC GDQHEYCCEV"><input type="radio" name="gwt-uid-482" value="on" id="gwt-uid-553" tabindex="0" checked=""><label for="gwt-uid-553">Verification successful</label></span>
<input type="radio" name="gwt-uid-482" value="on" id="gwt-uid-553" tabindex="0" checked="">
below are the codes I've tried.
driver.FindElementByTag("gwt-uid-240").Click
driver.FindElementByXPath("/html/body/div[6]/div[3]/div/div[2]/div/div[2]/div[3]/div/div/div/div/div/form/div[2]/div/div/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div/div/div/div[1]/div/div/span[1]/input").Click
Appreciate any assistance.