I am trying to create a automation framework with nunit + Selenium + c#
Our webadmin is based on Devexpress framework hence I can't click button by it's "ID" or atleast I dont know how to. The subtitute to this is simply pressing "Enter" button. I have already tried
driver.FindElement(By.XPath("String")).SendKeys(Keys.Enter);