leeleoo / flash-selenium

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

How to use Dynamic ID when instantiating FlashSelenium object #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have a Flash Chart that loads on a page but the ID is generated runtime. The 
first few chars are static (e.g: StackId<1234>) where
the numeric string is dynamic if I want to locate this
flash object, how do I do it? Is there a way to 
enter the ID string with a Regular expression?

flashApp = new FlashSelenium(selenium, <>); 

Manoj

Original issue reported on code.google.com by aptanate...@gmail.com on 18 Jan 2011 at 6:41