I need to type data into an iframe
. I referred to
Typing in a IFrame with Selenium IDE
but selenium.selectFrame(<xpath>)
returns: Element not found error
and no css has been defined for the iframe
.
Using firebug:
<iframe frameborder="0" allowtransparency="true" tabindex="0" src="" title="Rich text editor, templateWizardCKEditor1, press ALT 0 for help." style="width: 100%; height: 100%;"/>
What could be a solution for this?