string xpath = "//input[@title='Talep / Bilgi İsteği']"; IWebElement radioButon = driver.FindElement(By.XPath(xpath)); radioButon.Click();