Random Numbers for Location
I wanted to see if anyone knew a way to have Automation Anywhere move the mouse to random positions on the screen within a certain parameter.
I want to be able to move the mouse from "x,y" to "a,b" where "a" is a random number between 200 and 400 and "b" is a random number between 500 and 800. Depending on how the testing and development goes, and if we decide to make it fluid motion or if we decide to require a click, I may want to have the mouse click when it gets to "a, b". Then a and b become x and y and new random numbers are generated for a and b and this procedure repeats.
The moves from point x,y to points a,b need to be natural since I am trying to emulate human movement as closely as possible. This won't work if the cursor just "jumps" from one position to another, but needs to move just like a person would making these movements.
Is there any way to do this? I didn't see anything concerning random numbers for mouse coordinates anywhere in the help files and couldn't figure it out or find anything with the search button on these forums.
|