Giter Site home page Giter Site logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
In order to call the doLogin Flex function from a test using Selenium RC and
flash-selenium.

First you have to externalize the Flex function. In your example:
ExternalInterface.addCallback("doLogin", doLogin);

Then you can call it from your test code with the following syntax:
status = flashApp.call(“doLogi”,"userName", "password");

Original comment by [email protected] on 30 Oct 2008 at 4:31

  • Changed state: Invalid

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
status = flashApp.call(“doLogin”,"userName", "password");


Original comment by [email protected] on 30 Oct 2008 at 5:27

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
How about the call like flashApp.call('@menu.showScreen','test');
I was able to execute the command from the javascript. But when tried to 
execute the 
same from the java client I am getting the error. However the standard method 
like flashApp.PercentLoaded() and flashApp.TotalFrames() works perfectly. 
Please help me.

Trace is attached.

com.thoughtworks.selenium.SeleniumException: ERROR: Threw an exception: 
window.document.W48f466331bd53a6548f467e870bb60ab.@menu has no properties
    at 
com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.ja
va:73
)
    at 
com.thoughtworks.selenium.HttpCommandProcessor.getString(HttpCommandProcessor.ja
va:15
4)
    at 
com.thoughtworks.selenium.DefaultSelenium.getEval(DefaultSelenium.java:334)
    at com.thoughtworks.selenium.FlashSelenium.call(FlashSelenium.java:54)
    at ColorsTest.testlogin(ColorsTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at junit.framework.TestCase.runTest(TestCase.java:164)
    at junit.framework.TestCase.runBare(TestCase.java:130)
    at junit.framework.TestResult$1.protect(TestResult.java:106)
    at junit.framework.TestResult.runProtected(TestResult.java:124)
    at junit.framework.TestResult.run(TestResult.java:109)
    at junit.framework.TestCase.run(TestCase.java:120)
    at junit.framework.TestSuite.runTest(TestSuite.java:230)
    at junit.framework.TestSuite.run(TestSuite.java:225)
    at 
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestR
efere
nce.java:130)
    at 
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
    at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner
.java
:460)
    at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner
.java
:673)
    at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java
:386)
    at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.jav
a:196
)




Original comment by [email protected] on 12 Nov 2008 at 4:48

from flash-selenium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.