Skip to main content
Question

Dynamic Titles in the web page

  • June 24, 2026
  • 1 reply
  • 0 views

I need to download PDFs from a website. The bot clicks on multiple links, and each click opens a separate webpage where the PDF must be downloaded.

The challenge is that every link opens a different page with a unique title, which cannot be predicted in advance. However, I observed a pattern: the title of the new page is based on the link text.

For example, if the link text is “Conflict to push global growth to post-pandemic low”, the opened page title becomes “MEED | Conflict to push global growth to post-pandemic low”.

Is there a way to dynamically handle or parameterize this behavior?

And also there is no option add variable in the window title

 

1 reply

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+6
  • Automation Anywhere Team
  • June 24, 2026

@SILPA P R Using a wildcard like what you’ve done is probably the best bet.

The only other option you have is to manually set the window title to a known value, but that’s not really much better than using a wildcard.