I want to drag a element to iframe #3498
Unanswered
clancytom
asked this question in
Help Needed
Replies: 1 comment
-
and i find browser.dragAndDrop not effect too |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
fom : node
to : iframe
browser.moveToElement(css)
browser.mouseButtonDown(0);
browser.frame(1);
browser.moveToElement(css)
browser.mouseButtonUp(0)
but not effect
Beta Was this translation helpful? Give feedback.
All reactions