U
U
Ukaliika2018-03-22 23:15:03
Automation
Ukaliika, 2018-03-22 23:15:03

Which autoclicker can search for an object?

There is something like a like under each entry, you need to configure the autoclicker so that it recognizes this object. The problem is that the entries do not have a strictly defined height (the text is different everywhere). Can you tell me what software does this?
That is:
Search for an item (assume a like button)
Click
Scroll down
Repeat

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
Anton Kiselyov, 2018-03-23
@Ukaliika

I did the same task through Automatic Mouse and Keyboard

O
Oleg, 2018-03-22
@OlegPyatakov

For the desktop, everything that was described can, for example, Sikuli

V
Vladimir Kuts, 2018-03-23
@fox_12

Sikuli - there you can adjust the recognition accuracy.
In especially advanced cases, I used a bunch of pyscreenshot + OpenCV + pyautogui

H
h4r7w3l1, 2018-03-29
@h4r7w3l1

xpath/regex browser.
The question is not clear if this is one application, let's say native on androyd, which has a complex backend (however, it is more reasonable to recreate communication with requests to the server, obtaining high performance and minimal resource costs)
Under the conditions of one application, hybrid or native, specifically, the tap action does not occur through webview ( otherwise above in brackets), it is quite elementary to automate in the stock uiautomator. You can not resort to unit tests with junit if you perform an action with hard buttons.
If there are a lot of actions + scroll on the page, it is elementary implemented with junit, in 3-4 blocks of 4 lines of code.
You can decide on the type of application (native or otherwise), as well as determine which implementation path will be easier and faster after studying the xml dump of the screen state.
We open the place where we will need to click, through the console we get a dump with the built-in uiautomator dump tool, we read it either from the phone’s memory or copy it to the PC.
More info on google. The first two solutions do not require additional. software, all you need is a minimum skill to work with the console, bat / bash

K
KiborBot, 2018-10-27
@KiborBot

There is. Cybor
It has everything. From a simple clicker, whose actions can be simply recorded, to a scripting language or a visual code editor (if you don’t know how to program) up to object and text recognition.

A
Alechka16, 2019-11-07
@Alechka16

This is good at block focus in RepriseAssistant

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question