I was trying to run a selenium script that clicks on one of my firefox plugins in my toolbar. Is it possible to do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Actually you can't click on the element since it's not a web page element. However you can create a profile for firefox and include addons in that profile that is launched by the webdriver applications. This will allow you to have access to Firebug or other addons. I'm not sure of the interaction between the addons myself since I don't use this but the way you set a profile and extend the profile with the addon api is like so:
Referenced - http://code.google.com/p/selenium/wiki/FirefoxDriver |
|||
|
|