Questions about webpage Chinese crawling(关于网页中文抓取的疑问)

大家好,我是Ui.Vision新用户,有一些关于网页文字抓取的疑问想请教大家。
最近因工作原因,希望抓取公司内部某个页面的数据。但是因为网页是动态网页,所以尝试使用storeText发现无法定位。后来产生一个想法:发现在三击某网页字段后,该字段文字可以自动全选,然后键盘模拟复制后,存储于csv文件中。那么问题产生了,ctrl+c复制后的字符如何存储于csv中?这一段代码该如何实现?请给一个思路,感谢。

Hello everyone, I am a new user of Ui.Vision. I have some questions about web page text capture and I would like to ask you all.
Recently, due to work reasons, I hope to capture the data of a certain page in the company. But because the webpage is a dynamic webpage, trying to use storeText found that it cannot be located. Later, I came up with an idea: I found that after three clicks on a web page field, the text in the field can be automatically selected, and then copied by keyboard simulation and stored in the csv file. Then the question arises, how to store the characters copied by ctrl+c in csv? How to implement this piece of code? Please give me an idea, thanks.

你好!

This value will be inside the ${!clipboard} internal variable.

Thank you for your help, the problem was finally resolved.
谢谢您的帮助,问题最终得到了解决。