i am on https://www.mister-auto.com
i would like to select the first item of the menu having the attribut data-selenium='link_front_generic'
So i tried the following code:
driver.findElement(By.xpath("(.//*[@data-selenium='link_front_generic'])[1]")).click();
However, the item is not found
i got the exception: org.openqa.selenium.ElementNotVisibleException: element not visible