How to get the content of CKeditor using WebDriver How to get the content of CKeditor using WebDriver selenium selenium

How to get the content of CKeditor using WebDriver


You can use the CKEditor api and execute javascript. Not sure which selenium driver you are using but here is the java script you can use to get the HTML for:

"return CKEDITOR.instances['youreditoridhere'].getData();"