Selenium和ckEditor

feh*_*ich 14 testing selenium ckeditor

有谁知道如何让ckEdtior与Selenium合作.我无法将焦点集中到"html编辑"字段或更改html字段的值.

有没有人有这方面的经验?

feh*_*ich 17

只是为了完成anwser:我得到了它: runScript("CKEDITOR.instances['InstanceName'].setData('<p>testContent</p>');") 它没有使用getEval命令.