I finally got this to work with TinyMCE. Here is what I did in case it is useful to someone else:

The form has a field called answer that uses TinyMCE.

                        selectFrame("//[EMAIL PROTECTED]"answer_ifr\"]");
                        type("//body", "this is my answer ");
                        selectFrame("relative=top");
                        clickAndWait(SUBMIT);
                        assertTextPresent("Thank You!");


Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to