Link Block
Open the URL that an anchor (<a>) element has.
Because sometimes an anchor element has target="_blank"
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.
- Element selector
Element selector.
Note
This block will not work without an active tab. Because of that, use the Active Tab block or New Tab block before using this block.