skaliber / flash-selenium

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

Unable to access flash objects #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I am trying to test a flash web application using flash selenium. The app 
has a button named "_addBtn". I want to click this button. However, I am not 
able to access the button at all. Below is the code I am using

string clickobjid = "_addBtn";
flashapp.Call("click", new string[] { clickobjid, "" });

What is the expected output? What do you see instead?
I expect the add button to be clicked. But nothing seems to happen

How can I access tflash object (in my case a button) using flash selenium

Original issue reported on code.google.com by khya...@gmail.com on 27 Sep 2010 at 10:04

GoogleCodeExporter commented 8 years ago
Please provide your environment details

Original comment by harshmtr...@gmail.com on 5 Oct 2010 at 5:31