What is the best approach for typing into an IFRAME (CKE Editor)?

Hi,

I am doing some automation of a web UI that is using the CKE Editor. It’s rendering an IFRAME in the DOM, and my TypeInto activity doesn’t seem to be able to do anything, even though the selector is valid, and it’s finding it on the page. I tried the ClickBeforeTyping option, but still no luck…

Does anyone have any ideas??

Thanks in advance.

Mike.

Hi Mike,

Maybe you can use:
Option 1:
Set text

Option 2:
TypeInto with simulate type or SendWindowsMessages

Option 3:
Set to clipboard and then send CTRL+V to selector.

All activities with propertie waitforready=COMPLETE

Regards,