public void should_select_by_text_other() { var radio = new RadioButtons(_driver, By.Name("gender")); radio.SelectByText("Other"); Assert.AreEqual("other", radio.SelectedOption.Element.GetAttribute("value")); }