Tag: tinymce

  • Selenium and TinyMCE

    There is a bit problem using selenium to type in textarea formatted by tinymce. We can’t use because tinymce uses html inside iframe instead of textarea to perform wysiwyg editing. To make selenium type in tinymce iframe, write this in test code (this example using c#.net) where Tinymce set the name of iframe as textareaid_ifr. […]