I'm loading a URL using Selenium in Mozilla, which basically contains a 'Login' button made in flash, which I want to click. I went through the following resources: 1.How to click an element in Selenium WebDriver using JavaScript, but the solution didn't work for me.
2.https://code.google.com/p/flash-selenium/, but it doesn't tell me how to click on a button.
Here is the element code:
<embed width="100%" height="105%" align="middle" type="application/x-shockwave-flash" pluginspage="adobe.com/go/getflashplayer"; allowscriptaccess="always" name="TTDSWeb" bgcolor="#ffffff" quality="high" id="TTDSWeb" src="TTDSWeb_V15.6.3.swf" allowfullscreen="true" allownetworking="all">
Using "FlashFireBug", I'm able to get the id of the 'Login' button, but I'm unable to click on it.