我有这段代码:
Element.sendKeys(By.xpath("//input[@id='documentUploadT7Form:documentFileUpload:file']"),
"C:\\Users\\Public\\Pictures\\Sample Pictures\\Koala.jpg", driver, new WebDriverWait(driver, 60L));
在硒 WC 中运行良好。当我们更改为“seleniumgrid and Linux”时,文件不再上传。
您会建议如何使用 selenium 网格在 Linux 中上传文件吗?