How to make firefox plugins available during run time in selenium

30 views
Skip to first unread message

Balaji Singh .Y

unread,
Aug 3, 2017, 10:12:42 AM8/3/17
to seleniu...@googlegroups.com
Hi All,

I have installed few plugins on Firefox browser  and i am able to see and perform required actions with it.

But then when i open the same firefox browser through selenium  i don`t see those installed plugins why is that so ?

can somebody help me on this issue so that while on run through selenium these plugins should be made available ?.

Any suggestion / advise and  preferable with code is much appreciated.

 With Regards,
BALAJI SINGH .Y

Serguei Kouzmine

unread,
Aug 10, 2017, 11:25:35 PM8/10/17
to Selenium Users, balaj...@gmail.com
please explore profiles

```
FirefoxProfile profile = new FirefoxProfile();
        try {
                profile.addExtension(firebug);
      } catch (IOException e) {
                e.printStackTrace();
        }
```

poobathy r

unread,
Aug 11, 2017, 10:06:26 PM8/11/17
to seleniu...@googlegroups.com
 hi,
    You can use the Firefox profile and add what ever plugin you need you can add it there 

--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/43de8fab-47e5-4b44-a5bb-c15a9247930a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages