Navigate through website

I am trying to create a snippet that navigates through a website.
First it takes info from a table and should then click through the site filling in fields and submitting. This combination seems to be difficult to achieve. Any tips?

Text Blaze has an Autopilot feature that allows you to move between text fields and click buttons.

You can learn more about it here:

Thanks Scott, I did find that. Opening other pages does not seem to be possible. I need to do that because TextBlaze does not detect the clickable areas properly.

@Nexify_Me

Have you tried the "All targets" option? A brief description of it is in this post:

Let us know if it works for you.

Thanks for that. I had already tried that, I even went into the html to check what the selector is. Unfortunately, no luck...

I see. Note that while your snippet is running, if the current tab reloads/navigates to a different page, then the snippet would stop running. So any commands that were after the page reload would not be run. Does your snippet also have this same flow? If yes, please let me know. If not, can you please share a video of your snippet running and the error that you got?