leeleoo / flash-selenium

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

ERROR: Threw an exception: window.document.LoginApp has no properties on session 566935 #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

    private Selenium selenium;
    private FlashSelenium flashApp;
    private final static String URL =
"http://localhost/LoginApp/LoginApp.html";

    @Override
    public void setUp() throws Exception {
    super.setUp();
        selenium = new DefaultSelenium("localhost",4444, "*firefox 
C:\\Program Files\\Mozilla Firefox\\firefox.exe", URL);
        selenium.start();
        flashApp = new FlashSelenium(selenium,"LoginApp");
        selenium.open(URL);
        assertEquals(100, flashApp.PercentLoaded());

    } 

What is the expected output? What do you see instead?
I was expecting to see mouse click event on the browser. Instead i am
seeing only the browser but no actions

What version of the product are you using? On what operating system?
I am using flashselenium-java-client-extension.jar in Windows XP. Browser
is FireFox2

Please provide any additional information below.
I am setting the object id in the html to be my id in the flashApp = new
FlashSelenium(selenium,"objectid_in_the_html");

Pls find the attached snapshot for reference

Original issue reported on code.google.com by venkades...@gmail.com on 12 Feb 2009 at 1:34

Attachments: