calling externalinterface function using falshselenium
Selenium Forum: Functional And Regression Testing Tool. :: Admin :: User extensions to extend selenium.
Page 1 of 1 • Share •
calling externalinterface function using falshselenium
Hi All,
I tried the colors.html example,which calls the external interface registered using flashselenium.
1. flashApp = new FlashSelenium(selenium, "clickcolors");
2. assertEquals(GREEN, flashApp.call("getColor"));
3. assertEquals("(Click here)", flashApp.call("getSquareLabel"));
4. System.out.println("obj clicked-->"+flashApp.call("click"));
line no 2& 3 are workin fine but in line 4 am getting "object doesn't support this property or method error"
Please help me to resolve the issue.
Many thanks
Rajbhuvi
I tried the colors.html example,which calls the external interface registered using flashselenium.
1. flashApp = new FlashSelenium(selenium, "clickcolors");
2. assertEquals(GREEN, flashApp.call("getColor"));
3. assertEquals("(Click here)", flashApp.call("getSquareLabel"));
4. System.out.println("obj clicked-->"+flashApp.call("click"));
line no 2& 3 are workin fine but in line 4 am getting "object doesn't support this property or method error"
Please help me to resolve the issue.
Many thanks
Rajbhuvi
rajbhuvi- Posts: 3
Join date: 2010-04-07
Similar topics» calling externalinterface function using falshselenium
» Function doFlexClick not found on the External Interface
» How to call selenium library function in suite.
» Identify movies where movie name is not equal to folder name and rename function
» Calling application's js file inside selenium RC
» Function doFlexClick not found on the External Interface
» How to call selenium library function in suite.
» Identify movies where movie name is not equal to folder name and rename function
» Calling application's js file inside selenium RC
Selenium Forum: Functional And Regression Testing Tool. :: Admin :: User extensions to extend selenium.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case