通过Ruby Watir在Weebly编辑器页面中拖放不在Firefox浏览器中工作

时间:2017-08-07 06:49:54

标签: javascript ruby watir selenium-firefoxdriver weebly

我想通过Ruby Watir在Weebly编辑器页面中拖放一个元素。

drag_from is the element which is to be dragged in editor page
drag_to is the element which is dropped to the editor

drag_from.driver.action.move_to(drag_from.wd).perform
drag_from.fire_event('onmouseup')
drag_to.click

以上代码适用于Chrome,Internet Explorer和Edge浏览器。但它对Firefox浏览器不起作用。

任何人都可以帮忙。

提前致谢

1 个答案:

答案 0 :(得分:0)

This code目前正在使用Firefox 54& geckodriver 0.18.0

drag_from.drag_and_drop_on drag_to