Use selenium to click on a swf

Posted by JLau on Stack Overflow See other posts from Stack Overflow or by JLau
Published on 2009-05-04T20:28:05Z Indexed on 2010/05/04 19:18 UTC
Read the original article Hit count: 175

Filed under:
|

I'm trying to use Selenium IDE to click on a swf in a html page. The DIV id and Embed id change depend on the timestamp e.g. id="FLASH_0_23458974594", I've tried using id=/^FLASH_([0-9]+_)0-9/ or id="FLASH_glob:*" but the IDE is not picking up the swf. Am I doing something wrong here?

Thanks.

© Stack Overflow or respective owner

Related posts about flash

Related posts about selenium