leeleoo / flash-selenium

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

Unable to call a ActionScript Method from Python Client Driver using Flash Selenium #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Created a simple Flex 3 application with just one button Object
2. Created an ActionScript Function and added it to 
ExternalInterface.addCallback() to be able to call it from PythonClient 
Driver.
3. Created a Python Selenium Client Driver

What is the expected output? 
The  ActionScript Function Gets called from Python Client Driver

What do you see instead?
An Error in Selenium RC Server side - Object Doesn't support this property 
or method. 
Error on the Client Side is  while executing 
self.seleniumObj.get_eval(self.jsForFunction(functionName, list
(parameter))). 
The get_eval fails for window.document['Trial']. 

What version of the product are you using? On what operating system?
Flash Selenium Client Driver  - Flash-Selenium_python_client_r37.zip 
Operating System - Windows 

Please provide any additional information below.

Original issue reported on code.google.com by Kamala.S...@gmail.com on 12 Feb 2009 at 5:28

Attachments: