Upload fails because xclick command "enter" is not executed

hey guys,

i have a script which is uploading files for me by reading all necessary data from an excel sheet. the uploading part never used to be a problem but for some weeks it doesn’t work anymore.

the script fails to execute a simple “enter” command in the window where you can put in the file path. it’s just ridiculous.

i tried different ways to solve it. none of them worked:
click
xclick
i can’t use ocr because then xclick relative doesn’t work anymore
i’m grateful for any tips or help.

Do you have a test case? I noticed no changes with XType | ${KEY_ENTER}

hey,
thanks for the reply. what do you mean by test case? do want to see the part of the script?
here it is:

{
“Name”: “02 Upload”,
“CreationDate”: “2019-9-16”,
“Commands”: [
{
“Command”: “open”,
“Target”: “https://…/designs”,
“Value”: “”
},
{
“Command”: “comment”,
“Target”: “Weitere Designs hochladen”,
“Value”: “”
},
{
“Command”: “csvRead”,
“Target”: “S…e.csv”,
“Value”: “”
},
{
“Command”: “click”,
“Target”: “id=upload-btn”,
“Value”: “”
},
{
“Command”: “comment”,
“Target”: “Design Hochladen”,
“Value”: “”
},
{
“Command”: “XClick”,
“Target”: “design_hochladen_dpi_96.png”,
“Value”: “”
},
{
“Command”: “pause”,
“Target”: “500”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “{!COL1}{KEY_TAB}{KEY_TAB}{KEY_ENTER}”,
“Value”: “”
},
{
“Command”: “pause”,
“Target”: “500”,
“Value”: “”
}

My suggestion is that the command

{
“Command”: “XType”,
“Target”: “{!COL1}{KEY_TAB}{KEY_TAB}{KEY_ENTER}”,
“Value”: “”
}

is not executed in the opened window.

in my settings i have “online OCR” and “browser automation” enabled. (when i tried to use “desktop automation” i had some problems either with ocr or xclick relative commands…can’t clearly remember)

This is the window where the commands fail (the log show no error)