Interact with a cute editor using webdriver
问题 Does anyone know how I can interact with a cute editor using webdriver. I want to clear the text? <iframe id="CE_Editor1_ID_Frame" src="cuteeditor_files/template.asp" frameborder="0" class="CuteEditorFrame CuteEditorFrame" style="background-color: white; border: 1px solid rgb(221, 221, 221); height: 100%; width: 100%; display: block;"></iframe> the below code won't work? driver.switchTo().frame(0); driver.switchTo().activeElement().clear(); 回答1: I had a look at the Cute Editor's demo at http: