Every time I am running a script, the "Get adobe Flash Player" icon is being displayed, I already installed Adobe but anyway this icon is displayed and I cannot continue, I tried with xpath but is not working, could you give me an idea how to solve this please? I tried these 2 ways but none is working:
driver.findElement(By.xpath("//img[@alt='Get Adobe Flash player'")).click();
driver.findElement(By.xpath("//img[@src='http://www.adobe.com/…/download_buttons/get_flash_player.gif'")).click();
Thank you