How to automate iframe click in selenium-ide? How to automate iframe click in selenium-ide? selenium selenium

How to automate iframe click in selenium-ide?


Please use the selectFrame command in Selenium IDE to select the frame.

If your iframe is like <iframe id="ntbanner" width="100%" scrolling="no" height="113px" frameborder="0">

Your command will be selectFrame and the corresponding target will be id=ntbanner in IDE.

Once you are in the frame, you can click the button or elements in the frame by using normal click. If you want to get back out of the frame you can set target as null to the selectFrame command in IDE