How can I clear a selected radio button in WatiN? -


I have a long form to test, so I created a fullform () helpful method to complete the form Have done To test the assumptions, I am calling CompleteForm () and then creating a field that I want to check invalid.

simply checked

Set the property of radio button > false

, you can uncheck all the radio buttons on one page. Can:

  foreach (radio button Radi ie radiobiune) {Rb.Checked = false}  

Comments