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.
我想知道如何验证报告。报告为 PDF 格式,并有表格或图像等。此处附有图像以获取更多信息。
Selenium 不会让您直接访问 PDF 文件的内容。
您看过JPDFUnit(PDFBox 的包装器)吗?
我个人会将 PDF 内容的验证与基于浏览器交互的功能测试分开。