I am facing the challenge of switching to an iframe with a dynamically changing name and id.
<iframe name="easyXDM_1435765828615" id="easyXDM_1435765828615">...</iframe>
While exploring LeadFoot, I came across the switchToFrame() function. However, when I tried passing an element retrieved from find(), I encountered the error "MoveTargetOutOfBounds: POST http.../moveto / {"element":"16"} Offset within element cannot be scrolled into view".
I am wondering if there is a more effective way to accomplish this using execute() and some javascript, or if there is a solution to make switchToFrame() function correctly.