I have a html href link
href
App Configuration
using Selenium I need
You can use this method:
For the links if you use linkText(); it is more effective than the any other locator.
linkText();
driver.findElement(By.linkText("App Configuration")).click();