I’m using the Web Agent and trying to extract a link that only appears after clicking a button. I’ve set up a Click action using attribute name: aria-label with the appropriate value — the click works as expected. After that, I added a Scrape action to retrieve the href from the modal window that opens.
However, the link is not being extracted — either because the element doesn’t load in time or because the Web Agent isn’t recognizing the content inside the modal. I also tried adding a Wait step between actions, but it didn’t help.
Could you please advise on the best way to structure the steps in order to successfully extract the link after the click? Is there a specific setting or workaround I should use?
Hey @Harbuzova! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
Hey @Harbuzova – Could you share the run link please so I can view the inputs/outputs (steps outlined in the message above). In your workbook I can only see the Get Link by Label action.
Also can you share the website you’re trying to scrape please.