Hi

Click on a Parent or Child Element Instead

 IWebElement parent = driver.FindElement(By.XPath("//a[contains(text(),'Services')]/.."));

parent.Click();


Previous
Next Post »