How to stop after clicking a link

I can’t figure out how to pause after clicking a link and wait for a set amount of seconds before resuming the next command in the macro, which in my case is to click on another link. I want to run the macro to click through a series of webpages, pause on them for me to look at them, and then automatically click on the next page in the series. Thanks,

I beleve what you are looking for is:

  "Command": "pause",
  "Target": "10000",
  "Value": ""

This will pause Kantu for 10 seconds

Yes, that worked! Thank you. I had put the number for the seconds in the value field instead of target.