Selenium Java: click button with CSSselector inside of shadow-root
I have cookie popup from here:
Searching forwards from found class in xpath
I’m currently using full xpath to find an element in JavaSelenium. The element has no id, so I only have div’s and class to go on, here is my code.