我遇到了动态 ID 的障碍。attach_file 命令需要输入 type="file" 的 id 名称。问题是id是动态的
(id="document_22") #indicating the 22nd document uploaded to this section.
有没有办法获取元素的id?就像是...
attach_file(find(:xpath, ".//input[@name='file_upload']").get('@id'),
'C:\\Users\\testbox\\Documents\\testdoc.xls')