Skip to content

What are the ideal conditions to capture a region? #46

Answered by Nain57
Metazolid asked this question in Q&A
Discussion options

You must be logged in to vote

Hi !

I think that's a good question, as I can regularly see people in the issues tracker confused about how the application works. Here is a few points that can helps understand how Smart AutoClicker works.

Scenario detection process

The application will iterate through the scenario events (clicks before v1.2.0) in the same order as the one configured by the user.
For each of those events, it checks if the conditions are matched (given the conditions and the operator):

  • If yes, the actions (click/swipe/pause) are applied and the events iteration is stopped.
  • If no, do nothing and continue iterating.
    Once the iteration is complete (or stopped) we wait for the next screen frame.

Condition m…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Metazolid
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants