I'd like to type something in a IFrame with Selenium IDE but I don't know how to do this.
Thanks a lot!
You have to select the iframe and then type
selenium.selectFrame("css=iframe.widget[<a_css_identifier>]");
selenium.type(<your_object_or_text_box>, <typed_content>);
The statements are in java, but you should be able to find selectFrame
and type
in the IDE.
You can use the Selenium IDE command 'selectFrame' to focus within an iframe. Use the Target field to enter the iframe id.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With