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.
我遇到过处理文件上传窗口的解决方案,但不幸的是,他们都没有谈论我们有哪些用于 python 的 API。因此我想问这个问题。
我有一个网页,只有一个名为上传的按钮来打开文件上传窗口。当我单击它时,它会打开文件上传窗口。我希望这不是一个微不足道的问题,因为我还没有在互联网上找到专门针对 python 的好的解决方案。
只需模拟单击“上传”按钮并使用 sendkeys 提供文件的路径。
关于stackoverflow的回答