leeleoo / flash-selenium

Automatically exported from code.google.com/p/flash-selenium
0 stars 0 forks source link

Getting object doesn't support #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
public void testSetUp(){
        flashApp = new FlashSelenium(selenium, "clickcolors");
        selenium.open("Flex3StyleExplorerTest/colors.html");
        assertEquals(GREEN, flashApp.call("getColor"));
        assertEquals("(Click here)", flashApp.call
("getSquareLabel"));
        flashApp.call("click");
}
What is the expected output? What do you see instead?
color should change in webpage, butcolor s not changed and getting web 
page error.
 Webpage error details

Message: Object doesn't support this action
Line: 48
Char: 3
Code: 0
URI: http://localhost:8080/Flex3StyleExplorerTest/colors.html

What version of the product are you using? On what operating system?

flashselenium-java-client-extension-1.0 
Windows XP, IE 8

Please provide any additional information below.
Junit test is passed but getting web page error

Original issue reported on code.google.com by bhuvanar...@gmail.com on 9 Apr 2010 at 10:19