WYSIWYG Editors
The recommended way to enter text into a WYSIWYG editor using Watir is to locate
the iFrame, then find the and use the #send_keys
method.
Alternately you can execute javascript on the browser object that sets the value of the
WYSIWYG editor.
CKEditor
Recommended:
Note that this example no longer works. If anyone has a working example, please update this code
TinyMCE Editor
Recommended:
Note that this example no longer works. If anyone has a working example, please update this code
Last Updated: August 02, 2018