I have a html href link
href
App Configuration
using Selenium I need
Try to use Action class to reach the element
Actions action = new Actions(driver); action.MoveToElement(driver.findElement(By.xpath("//a[text()='AppConfiguration']"))); action.Perform();