leeleoo / flash-selenium

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

flashApp.call("getColor") showing method call is not valid #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. flashApp.call("getColor")
2. flashApp.call("Click")
3.

What is the expected output? What do you see instead?

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

Please provide any additional information below.

 I am using eclipse for the Junit test. In the code, the flashApp.call
("getColor"),flashApp.call("click") etc shows the method call is invalid 
as given below.

:The method call(String, String[]) in the type FlashSelenium is not 
applicable for the arguments 
 (String)

Please let me know, what is wrong in this.

Thanks
Arun.

Original issue reported on code.google.com by arunb...@gmail.com on 9 Jun 2009 at 5:01