6 responses to “Selenium & TinyMCE”

  1. Evan

    This doesn’t work :(

  2. Evan

    Sorry i was wrong, it does work ;p

  3. Sam

    I have multiple tinyMCE editors in many of my pages and I am wondering if there is a way to enter different test for each instance of tinyMCE based off something like the id for the iframe tag?

    If you would, please let me know if you have know or seen anything like this. There is not much documentation concerning how to deal with tinyMCE outside of your information.

    Thank you!

  4. Sam

    I have discovered another method to enter text into the tinyMCE text areas. This can be used for multiple instances on the same page.

    Example:
    type dom=document.getElementById(’mce_editor_0′).contentDocument.body
    your text

    For multiple instances you only need to modify the (’mce_editor_0′) to reflect the next instance.

    I have also been able to use HTML with any text I am inputting.

    Thanks!

  5. Perry

    Awesome. It works perfectly.

Leave a Reply