编辑器编辑器的html结构如下所示:
<div class="redactor_text redactor_optional redactor_editor" contenteditable="true" dir="ltr" style="height: 373px;">
<p>dummy text</p> //Here is where the text written inside the editor goes
</div>
因此,要在redactor编辑器中编写,我需要在p
标记内附加文本。我无法使用Selenium IDE找到一种方法。任何帮助将非常感激。在此先感谢:)
答案 0 :(得分:2)
我找到了解决这个问题的方法:
<td>runScript</td>
<td>$('#editor').html('text that you want to put there');</td>
<td></td>
这适用于我们的html,如下所示: id =“editor”class =“wysiwyg-editor”contenteditable =“true”style =“overflow:scroll; max-height:300px”&gt; test