Under Firefox 100, Windows10, Xclick command recognize correct the button, but hit wrong place
Here is MWE:
{
"Name": "Test",
"CreationDate": "2022-5-9",
"Commands": [
{
"Command": "open",
"Target": "https://cgi-lib.berkeley.edu/ex/fup.html",
"Value": "",
"Description": ""
},
{
"Command": "XClick",
"Target": "name=upfile",
"Value": "",
"Description": ""
}
]
}
This code is supposed to click on upload button, but in my case it hits to far on left and down. How to calibrate it?
Here’s the screenshot during Xclick action (recognizing correct, but clicking wrong place)