UiPath:获取从网页链接的文本文件的内容

UiPath: get content of text file linked from web page

我正在使用 UiPath 社区版。

网页中有一个link,它会生成一个文本文件(.txt)。如果我单击 link,它将在新选项卡中打开。这是 HTML 代码:

<a name="URL" id="URL" ptlinktgt="pt_new" tabindex="43"
    onfocus="doFocus_win0(this,false,true);" href="https://www.test/report123.txt"
    onclick="window.open('https://www.test/report123.txt','',''); return false;"
    class="HYPERLINK">
report123.txt
</a>

我想将文本文件的内容读取到一个变量中。 我应该怎么做?

你试过了吗Web Recorder and then Output or Screen Scraping Methods