Hi @Deenuji,
Thanks for getting back to me.
In my current flow I'm using the "Browser automation" to load a website, login to it and then click on a button to go to a page where there are 4 links to files that I'm interested in downloading, this is all working perfectly.
However, as they are quite large files, I only want to download them and process them if they have changed, since the previous time I checked them.
So I want to create a Custom Action (HasFileBeenUpdated), with InputArguments: Last updated text file; Web browser instance; UI Element; Advanced selector; Wait for page to load switch; Timeout on webpage load; If a pop-up dialog appears selector.
The action will then access the given "UI Element" containing the "<a href=" (in the same way that the "Press button on web page" does), read the last updated file and extract the date entry for the given URL, then get the modified date time for the given URL, if the modified date time is more recent than the extracted date entry then return true otherwise return false.
Regards,
Vince