I need to switch to an iframe that has a dynamic name and id.
<iframe name="easyXDM_1435765828615" id="easyXDM_1435765828615">...</iframe>
I noticed LeadFoot has a switchToFrame() function, but when I pass it an element that was returned from find() I get the error "MoveTargetOutOfBounds: POST http.../moveto / {"element":"16"} Offset within element cannot be scrolled into view".
Is there a better way to do this using execute() and some javascript, or how can I make switchToFrame() work?