Hi all,
I’m trying in (Windows 10 with Chrome) to move the mouse over the site with coordinates to make it fast and precise but the mouse is not going where I tell it. Why is this happening? how to fix it?
In this video you can see the coordinates for “HTML” and “Javascript” labels. When mouse is over those labels should change to green background. Finally I want to move the mouse over “Search your favorite tutorials …” box and write something as in this video.
But when I set the XMove commands with the recorded coordinates, the mouse is going not exactly to desired places. What I’m missing?
This is the test macro:
{
"Name": "test",
"CreationDate": "2024-10-31",
"Commands": [
{
"Command": "open",
"Target": "https://www.tutorialspoint.com/index.htm",
"Value": "",
"Description": ""
},
{
"Command": "XMove",
"Target": "210,134",
"Value": "#move",
"Description": "Move to HTML menu"
},
{
"Command": "XMove",
"Target": "365,134",
"Value": "#move",
"Description": "Move to Javascript menu"
},
{
"Command": "XMove",
"Target": "116,426",
"Value": "#move",
"Description": "Move to search box"
}
]
}