Link Block

Open the URL that an anchoropen in new window (<a>) element has.

Because sometimes an anchor element has target="_blank"open in new window attribute which when it clicked using the Click element block, for example, it will open a new tab. And because it opened a new tab, Automa won't execute the next block on that new tab.

So to fix this, you need to use the Link block. It will grab the URL from the anchor element and open it on the same tab.