I am using GWT-CKEditor for my application. And I want to test it through selenium. But I am not able to find the target parameter for Ckeditor in selenium. I am not able to locate it in Selenium. How can I acheive this ?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use Following command in Selenium IDE to record this..
In above command, class=html-editor portlet portlet-message-boards cke_show_borders is the class id of that CKEditor of my application so please check GWT-CKEditor class id using firebug.