Description: I work on scraping the stocks on site www.di.se. The site content is blocked by a banner. I have always clicked the cross by the code:
driver.findElement(By.id("ElementName")).click();
Exact name on the element is now: "svg.icon.icon--feather-close.icon-feather".
But recenly the have done something so this code to click away banner by clicking the cross is not working.
Question How do I click the cross on the banner to make it disappear?