driver.FindElement(By.Name("indFamily")).Click();
// ERROR: Caught exception [Error: Dom locators are not implemented yet!]
<input name="indFamily" tabIndex="6" onkeypress="submitOnEnter(window.event.keyCode, document.pebPostLogin)" type="radio" value="Family"/> <input name="indFamily" tabIndex="7" onkeypress="submitOnEnter(window.event.keyCode, document.pebPostLogin)" type="radio" value="Individual"/>
driver.FindElement(By.XPath("//input[@value='Individual']")).Click();
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)