Drag and drop in frames | Selenium Forum
M
Posted on 01/06/2016
In one of the scenarios, I have 2 frames on a page. I want to drag an element from frame 1 and need to drop that into frame 2. what will be the right approach to achieve this.

M
Replied on 01/06/2016

you have to switch first frame store element in web element

and then switch to new frame and store in different web element

and then use action class.


M
Replied on 07/06/2016

Thank you. will try this