On a webpage, there is a image area implemented through a canvas.
In the image, there are many circles with only two colors, and their sizes are not fixed (determined by different data).
When the mouse moves over a certain circle, a popup will appear.
CASE: The RPA action I want to implement is to identify all the graphical areas, then move the mouse over one of the circles, display the popup, and identify its content. Then, loop and move the mouse over another circle.
Q1. The content I identified using visualSearch is very inaccurate, and I can’t find all the circles.
Q2. How should I implement this case?