Working with 'WYSIWYG' Editors
Discover how to test various WYSIWYG HTML editors such as TinyMCE, CKEditor, and SummerNote using Selenium WebDriver. Learn to handle inline frames and editor-specific techniques to automate rich text content testing in modern web applications.
We'll cover the following...
We'll cover the following...
Introduction
WYSIWYG or “What You See Is What You Get” HTML editors are embedded text editors widely used in modern web applications. In this chapter, we will discuss how to test various WYSIWYG editors using Selenium. The most popular WYSIWYG editors are:
- TinyMCE
- CKEditor
- SummerNote
- CodeMirror
TinyMCE
T ...