Does anyone know how to verify presence of java applet using Selenium IDE. I want to verify the presence of Ephox text editor in a form, so I can verify the element but how do I assert that it is Ephox.
Share
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.
I don’t know about the Ephox editor, but to answer your java applet question: you could just have selenium verify that the element is present.
So if the applet was contained in this tag:
I would use the below code in Selenium IDE to verify that it’s present.
Cheers,
Sam