Is it possible to control plugins like FlashGot for FF with Selenium? If yes how? The only related stuff I've found regarding plugins and Selenium is following question which only mention (un)installation of plugin using Selenium.
Asked
Active
Viewed 161 times
0
-
you can use firefox profile to launch browser with the desired pluging. – Paras Dec 29 '15 at 09:24
-
@pArAs I am asking if it is possible to control particular plugin functionality not if it possible to launch FF with particular plugin. Thanks anyway. – Wakan Tanka Dec 29 '15 at 09:46
-
ohh ok .. my bad! :) – Paras Dec 29 '15 at 10:25
1 Answers
0
It is not possible to test Addons with Selenium, since they live outside browser DOM.
However you can use Robot class to simulate mouse actions done by user. Another option would be to use Sikuli.
Example of Robot class usage is given in this blog post

parishodak
- 4,506
- 4
- 34
- 48