宏指令。如何使用 TAG 将内容写入 Editable DIV

Imacros. How to use TAG to write content to an Editable DIV

如何在 imacros firefox 中使用 TAG 将内容写入 Editable DIV? 我需要帮助 我怎样才能写成div? 请帮助! 如图:http://imgur.com/a/70JnD

TAG POS=1 TYPE=div ATTR=ID:posting_form_text_field 

<div id="posting_form_text_field" class="itx itx__ce ok-e textWrap js-focus" contenteditable="true">textexemple...</div>

这不行吗?

SET text "Some my text here"
EVENTS TYPE=KEYPRESS SELECTOR="#posting_form_text_field" CHARS={{text}}