Upload Dialog Box is Not Openning After Click Command

I am using command below for opening upload file dialog box and upload a file. This step is not throwing any error when I start auto macro. But, It does not working. The dialog box is not opening. I tried on Chrome and Firefox. Could you please help me?

Command:
{
“Command”: “click”,
“Target”: “//*[@id=“create-run-input-input-opts-upload”]”,
“Value”: “”,
“Description”: “”
}

My System:
Screen Shot 2022-07-06 at 3.35.07 PM

My Security&Privacy:
Accessibility :


File Access :

Allow Access file to URL’s is enabled.

I also have this message as warning on the console: “File chooser dialog can only be shown with a user activation.”

My coworker can run same command on her pc.

For GUI automation you need the XClick command (CLICK only works inside the web browser)

Hi, I use chrome extension. Same command works fine on my coworker pc.