Cannot Click in a Button

Hi,
I’m very new on this and I’m not a developer. However, I was able to do some fun things and this tool helped a lot.

Issue:
I need to select an item, click on remove and the next page shows up a message confirmation and I need to click on “Confirm”.
Nonetheless, the last step is not working at all. I tried with click or xclicx without success.
I’m thinking that should be a restriction on the page but I can click there with the mouse with no issues.

The Log says that all run ok

Here is my code:
{
“Name”: “Remove Content”,
“CreationDate”: “2021-4-16”,
“Commands”: [
{
“Command”: “click”,
“Target”: “xpath=//[@id="__BVID__174"]/div/div/label",
“Value”: “”,
“Targets”: [
"xpath=//
[@id=”__BVID__174"]/div/div/label",
“xpath=//fieldset/div/div/label”,
“css=#__BVID__174 > div > div > label”
]
},
{
“Command”: “clickAndWait”,
“Target”: “css=#__BVID__60 > div > div > button:nth-child(3) > svg”,
“Value”: “”,
“Targets”: [
“xpath=//[@id="__BVID__60"]/div/div/button[2]/svg",
“css=#__BVID__60 > div > div > button:nth-child(3) > svg”
]
},
{
“Command”: “click”,
“Target”: "xpath=//
[@id=“deleteContentForm”]/table[2]/tbody/tr/td[3]/div”,
“Value”: “”,
“Targets”: [
“xpath=//*[@id=“deleteContentForm”]/table[2]/tbody/tr/td[3]/div”,
“xpath=//div[@onclick=‘confirm()’]”,
“xpath=//td[3]/div”,
“css=#deleteContentForm > table.button_container > tbody > tr > td:nth-child(3) > div”
]
}
]
}