Problem with !timeout_wait command

my timeout_wait command doesn’t work, it just doesn’t wait the seconds I informed, I’m new to this tool, does anyone know why? it has something to do with the country, I’m from Brazil

Command: store
Target: 60
Value:!TIMEOUT_WAIT

Can you please post a test macro?

simply when it’s on the timeout_wait line, don’t wait for the 60s for the next step

You must use PAUSE command with value 60000 to have 60 seconds of pause.
https://ui.vision/rpa/docs/selenium-ide/pause

Add this command after the command you need the pause

{
  "Command": "pause",
  "Target": "60000",
  "Value": "",
  "Description": ""
},
2 Likes

Thank you very much. It wprked