I use watir for automatic testing, in fact, this project is a task manager.
tasks fall on the day of the week, but it takes some time to complete the task so that the task hangs over that particular day so that it is recognized by javascript.
At the moment, this is only a problem with firefox, chrome is fine.
So my question is: can you drag, but hold the item over the area in front of the frame?
currently using this function:
dragTask.drag_and_drop_on dropTask
source share