flash - Use selenium to click on a swf -


I am trying to use Selenium IDE to click on an SDF on the html page. DIV IDs and embed ID changes depend on timestamps, e.g. id = "FLASH_0_23458974594" id = / ^ FLASH _ ([0-9] + _) [0- 9] ([0-9] +) / Or id = "FLASH_glob: *" but IDE SDF is not to be chosen. Am I doing something wrong here?

Thank you.

Have you tried? Click

 . // object [id id ('FLASH_')]  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -