使用Ruby将图像/附件拖放到硒中
我正在寻找可以从一个地方拖动附件的功能,然后将其拖动到
我用来
browser.action.drag_and_drop(src, tar).perform
完成工作的文本框,但是此方法只是在拖动SRC元素,而不是掉落到target的,而是图像挂在周围
I am looking for the functionality to drag an attachment from one place and drag to text box
I am using
browser.action.drag_and_drop(src, tar).perform
to do the job but this method is just doing dragging the src element but not dropping to target instead the image is hanging around
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
html5 元素的本机拖放在所有主要的浏览器中仍然被破坏。 https://wpt.fyi/results/webdriver/tests/perform_actions/pointer。 py
chromedriver和geckodriver项目中报告了问题,但很长一段时间没有进展。
Native drag and drop of html5 elements is broken in all of the major bowsers still. https://wpt.fyi/results/webdriver/tests/perform_actions/pointer.py
There are issues reported in chromedriver and geckodriver projects, but no progress for quite a while.