我希望Selenium在富文本iframe中鍵入文本,但我無法使其工作。這是IFRAME:<iframe src="" frameborder="0" class="cke_wysiwyg_frame cke_reset" style="width: 1635px; height: 100%;" title="Rich Text Editor, question" aria-describedby="cke_94" tabindex="0" allowtransparency="true"></iframe>
我的步驟是:無法輸入富文本編輯器
$this->selectFrame("xpath=//*[contains (@class, 'cke_wysiwyg_frame')]");
$this->type("xpath=//*[contains (@class, 'cke_wysiwyg_frame')]", $this->contextQuestion);
它說,由於某些原因,它沒有找到的元素,也許它不會加載JS?任何幫助,將不勝感激!
@milen是你能排序了這一點?我找到了我正在尋找的代碼 – 2015-04-27 01:50:59