奈何中文资料太少,google了下使用selenium中send_keys()一次性上传多个文件的解决方案:driver.find_element_by_xpath(“file_path1\nfile_path2”)
中间加 \n 即可
注意:结尾不能有\n否则会报错,调了好久才发现这个坑
参考资料:https://stackoverflow.com/questions/23955430/selenium-webdriver-upload-multiple-files
另外三种其他方案一并推荐:
https://tuyennta.com/upload-multiple-files-in-selenium/