Is it possible to use selenium Firefox driver with plugins installed in Firefox?
Asked
Active
Viewed 884 times
0
-
2Possible duplicate of [How do you use a firefox plugin within a selenium webdriver program written in java?](http://stackoverflow.com/questions/8070867/how-do-you-use-a-firefox-plugin-within-a-selenium-webdriver-program-written-in-j) – gariepy May 31 '16 at 15:34
1 Answers
2
You use a firefox profile to add addons to your tests. See this stackoverflow post for an example.

Mobrockers
- 2,128
- 1
- 16
- 28