I wrote the test in Selenium IDE and all was good but at the end of page I see that Selenium IDe can't record commands inside Java applet (as you can see in picture in link below).
https://www.dropbox.com/s/v18abhx8ml7oskv/applet.png?dl=0
I use Firebug to determine that I have a problem with record commands in java applet. I need to enter password in field "Enter the private key password" and press the button "Sing and send" and that all that I need to do, but I can't. I read many articles about LiveConnect and how to use this instrument to manage Java from JavaScript but I don't now how to do this from Selenium IDE.
Please help me if you can.