Learning RPA with UIPath. Happily extracting onscreen data from a website, processing it, using it, etc. Navigating in browsers, clicking links and all that.
However, there’s information in the page that isn’t visible, but is in the source, eg, open graph meta tags:
<meta property="og:image" content="https://example.com/foo.jpg" />
What options are open to me to extract this with UIPath? I gather there’s an ExtractMetaData flag from ExtractData but I’ve yet to find a useful tutorial that I can follow at this stage
I found this forum piece, but the attachment someone provided to solve it errors when I open up in UIPath Studio, and well, I just feel this is enough of a common thing that surely someone has done it before with some basic steps for me?
Many thanks,
Mark