Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为数据网格提供了 excel 和 csv 下载链接。如何使用 selenium 测试测试这些 excel 和 csv 文件数据。
充其量您可以检查href 是否指向正确的文件,即它们具有正确的路径。并假设它们在单击时被下载。:)
或者您可以按照这样的方式进行操作。
或者这个。