--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/57164cb2-0bc6-40bc-bb83-018262844d7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
selenium.open("demo_applet.html");
selenium.windowMaximize();
AppletFixture fixture = selenium.applet("demo_applet");
ScrollBarFixture scrollbar = fixture.scrollBar();
TextComponentFixture text = fixture.textBox();
scrollbar.scrollUnitUp();
assertEquals(text.text(), "1");
In-browser applet testing can now be accomplished using festselenium in conjunction with Selenium RC. The purpose of this project is provide a java driver to commnuicate with Selenium then drive the fest-swing to do applet automation acceptance testing.
This project relies heavily on the GetEval provided by selenium.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/5cd9e00f-4bf5-4edc-b363-c1fa6cd8c81f%40googlegroups.com.