在 Firefox 58 中无法通过键盘访问,但在 Firefox 57 中工作正常-6ren"> 在 Firefox 58 中无法通过键盘访问,但在 Firefox 57 中工作正常-壁虎驱动程序 - 1.10.0,火狐浏览器 v58, Node - 8.9 1)使用下面的代码使用Protractor在chrome和firefox浏览器中上传文件。 return element(b-6ren">
gpt4 book ai didi

javascript - Protractor - 上传文件错误 "Element <input type="文件">在 Firefox 58 中无法通过键盘访问,但在 Firefox 57 中工作正常

转载 作者:太空宇宙 更新时间:2023-11-03 22:24:22 25 4
gpt4 key购买 nike

壁虎驱动程序 - 1.10.0,火狐浏览器 v58, Node - 8.9

1)使用下面的代码使用Protractor在chrome和firefox浏览器中上传文件。

return element(by.css('input[type="file"]')).sendKeys(absolutePath).then(() => {  
return browser.sleep(5000)
});

在所有版本的 Chrome 中都可以正常工作,直到 Firefox 57。当我将浏览器更新到最新版本 Firefox 58 时,代码因错误而中断'元素输入类型="file"无法通过键盘访问'。

1) 另外,使用 Protractor 在 Firefox 中无法下载文件,但在 chrome 中可以。非常感谢有关此问题的帮助。尝试了 Firefox 配置文件,但无法正常工作。

最佳答案

directConnect: false,

{
browserName: 'firefox',
'moz:webdriverClick': false
}

在配置文件中设置这些属性可以解决问题。

关于javascript - Protractor - 上传文件错误 "Element &lt;input type="文件">在 Firefox 58 中无法通过键盘访问,但在 Firefox 57 中工作正常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48754697/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com