My Dom structure is like
<iframe id="frame1">
<input type="button" onclick="openModalPopup"></input>
</iframe>
When I cick on this button inside the iframe, selenium opens the modalpopup , but it is not able to move the control there?
Can anybody help please?