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