0

Is it possible to use selenium Firefox driver with plugins installed in Firefox?

rozerro
  • 5,787
  • 9
  • 46
  • 94
  • 2
    Possible 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 Answers1

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