Click and xclick not working on chrome / windows 8.1

Hello everybody,

I’ve been experimenting with Kantu and I love it. However, it takes some time to get things working.

Currently I have a simple macro that is driving me crazy. See code below.

The click on the specific element is supposed to open a dialog window where I can insert a filename (the ${!COL1}). Sometimes the click (or xclick) works at this point, but most of the time it does not.

Strange thing is: it works well on chrome / windows 10. But not on chrome / windows 8.1

(In code below, I’ve entered both click and xclick for reference. Only one would do.)

Any ideas?

{
“Name”: “RBupload-black”,
“CreationDate”: “2019-2-1”,
“Commands”: [
{
“Command”: “csvRead”,
“Target”: “rbuploader.csv”,
“Value”: “”
},
{
“Command”: “open”,
“Target”: “https://www.redbubble.com/portfolio/images/new”,
“Value”: “”
},
{
“Command”: “waitForPageToLoad”,
“Target”: “”,
“Value”: “”
},
{
“Command”: “pause”,
“Target”: “20000”,
“Value”: “”
},
{
“Command”: “click”,
“Target”: “id=select-image-single”,
“Value”: “”
},
{
“Command”: “XClick”,
“Target”: “id=select-image-single”,
“Value”: “”
},
{
“Command”: “pause”,
“Target”: “5000”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “${!COL1}”,
“Value”: “”
}

Click should work fine on Windows 8.1.

But we do not support Windows 8.1 officially. We test Kantu on Windows 7, Windows 10, Windows Server 2016 and (new) Windows Server 2019.