Clicker Node to remove Privacy Settings notice

Hi

I’m trying to build a web scraper workflow but I’m stuck on the Clicker node to remove the privacy setting notice.

Using a Web Interaction node, navigator node and then a clicker node. Selecting Class name as the Accessor method and then sc-dcJsrY fwIyOl in the Accessor query but the execution fails because it can’t find the element on the current page.
image

The website is https://www.englandsquash.com/

Any help would be very much appreciated. I’m new to Knime and learning as I go along.

Thanks
Paul

Hey @Paul_K,

So those cookie pop ups can sometimes be a bit tricky as they are typically generated through JS, which is probably why the clicker cannot find it. Now there are nodes that can handle this such as the Selenium Nodes.

I would take a look at the following thread for more info on it:

Hope this helps,
TL

3 Likes