如何在Playwright-java中上传文件?如何使用playwright-java将文件从系统上传到uploadFile上的web应用程序
发布于 2021-03-11 17:21:32
page.setInputFiles("xpath or CSS of upload button",Path.of("path to your file"));
https://stackoverflow.com/questions/66579597
相似问题