I am trying to scrape some websites, one of them has a 'Accept cookies' button which is nested inside a shadow root. I have posted a question about how to click this button here:
Click on accept cookie buton with R selenium
However, after some help I think the problem is that the element is within a shadow root, and therefore can not be accessed the way I usually do.
website: https://myterminal.ect.nl/app/object-schedule
I have found solutions in Python and Java, but I would like to do it with R selenium, any help will be greatly appreciated.
Kind regards