Nain57 / Smart-AutoClicker

An open-source auto clicker on images for Android
GNU General Public License v3.0
1.45k stars 288 forks source link

Click offset for Image detection mode #167

Open byzod opened 1 year ago

byzod commented 1 year ago

By default autoclicker can only click predestined position when using image detect mode

But there are many scenarios that a offset is required to click correct position

For example there are many question like this:

1. Do you like AAA
O Yes
O No

2. Do you like BBB
O Yes
O No

The O represents a radio button

If you want to click Yes for AAA and No for BBB, it's impossible to do so without click offset, captured a image of O Yes or O No is pointless since all questions have the same answers

hsantanna commented 6 months ago

I built a scenario for a robot that navigates through the Instagram app and automatically blocks ads. It works incredibly well, except for the reels. In this case, the only solution would be the relative click function (click offset).