Automatically disagree to cookies #804
Unanswered
theFireProject
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Follow 👀 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a list of cookie vendors. It's pretty much impossible to deny all vendors. No idea how this is even legal. You're supposed to have a choice, but it's almost impossible to enter your preferences because it requires you to scroll through a list of hundreds of vendors and deselect them manually one by one.
I was trying to make a smart AutoClicker scenario to help me with that. But I ran into a couple of problems. This is my scenario. It has only one event.
First problem:
I'm scrolling through the list manually while the scenario is running. It detects an enabled cookie switch and instantly tries to disable it. It does that while the screen is still moving, and it misses the cookie switch because it has moved and clicks somewhere else.
I tried to fix this by adding a wait before the click, but it didn't help.
Do you guys have an idea how to fix this?
It would be useful if you could tell AutoClicker that an condition is only fulfilled when the detected image stays in the same position for an amount of milliseconds.
Second problem:
This is more of a theoretical problem. I told AutoClicker to click on the condition. But I cannot specify where exactly I want it to click on the condition. Luckily, it works in this case. But what if I required AutoClicker to exactly click on the blue switch?
I don't see a way to solve that problem without the ability to tell AutoClicker the x and y coordinates where to click within the cropped image that is used as a condition.
Of course I could add a more precise condition that is cropped only to the blue switch without the legitimate interest text. But then it would click on every blue switch, and I want it to only click on blue switches with the legitimate interest label.
Beta Was this translation helpful? Give feedback.
All reactions