使用Ruby将图像/附件拖放到硒中

发布于 2025-01-18 20:56:18 字数 173 浏览 0 评论 0原文

我正在寻找可以从一个地方拖动附件的功能,然后将其拖动到

我用来

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

开始看清了 2025-01-25 20:56:18

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文