I can't send a text to the text box of CKEditor while I scripting.it not shown in the seleniumIDE recording also.Help me to fix this issueASAP
I can't send a text to the text box of CKEditor while I scripting.it not shown in the seleniumIDE recording also.Help me to fix this issueASAP
Since I don't know how looks your html, I'll just show you functions which you would use.
browser.switch_to_frame("your frame id")
So now you already in CKEditor frame
el = browser.find_element_by_id("ckedit_element_id")