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.
我希望使用 splinter 浏览文件并打开它。我设法在 Firefox 中打开了对话框,但我不知道如何与之交互。例如,如何选择文件并选择“打开”。文件对话框中的元素是否具有与 html 相关的名称?
你不能做这个。您可以使用文件输入字段的填充方法来模拟这一点。所以像:
browser.find_by_id('file_input').fill(path-to-file)