Timeout reached when looking for element

Hi

How to change the script to keep it running if it doesn’t find an item on the page?

[error] timeout reached when looking for element ‘xpath=//*[@id=“main”]/footer/div[1]/div[3]/button/span’

"Commands": [
    {
      "Command": "open",
      "Target": "https://web.whatsapp.com/send?phone=79175909089&text=Hello",
      "Value": "!errorignore"
    },
    {
      "Command": "sendKeys",
      "Target": "xpath=//*[@id=\"main\"]/footer/div[1]/div[3]/button/span",
      "Value": ""
    }
  ]

Hi your code is totally wrong, rewrite the code of your macro

Studies the commands here

https://ui.vision/rpa/docs

I’ve seen it. Can you help me write the code?