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
Original issue reported on code.google.com by
khya...@gmail.com
on 27 Sep 2010 at 10:04