xclick commands doesnt continue in the middle process.
the macro itself is still running but the function of xclicks is change into function of click which doesnt work for my macro.
here the script
{
“Name”: “goggle alert”,
“CreationDate”: “2018-12-15”,
“Commands”: [
{
“Command”: “store”,
“Target”: “fast”,
“Value”: “!replayspeed”
},
{
“Command”: “csvRead”,
“Target”: “123.csv”,
“Value”: “”
},
{
“Command”: “open”,
“Target”: “Google Alerts - Monitor the Web for interesting new content”,
“Value”: “”
},
{
“Command”: “click”,
“Target”: “//[@id="query_div"]/input",
“Value”: “”
},
{
“Command”: “click”,
“Target”: "//[@id="query_div"]/input”,
“Value”: “”
},
{
“Command”: “type”,
“Target”: “//*[@id="query_div"]/input”,
“Value”: “${!COL1}”
},
{
“Command”: “XClick”,
“Target”: “id=create_alert”,
“Value”: “”
},
{
“Command”: “pause”,
“Target”: “3000”,
“Value”: “”
}
]
}