Set text in CK Editor

Like in topic.
How to set a text in CK Editor on site.

I have my CK Editor in iFrame on stie and im unable to set text there.

For CKEditor you will probably end up using JavaScript.

The API for CKEditor provides a setData method:

You may make some progress by focusing the editor first:

However, since this is not something a human user is able to do, I’m not convinced it as a valid automation test scenario.