Selenium disable plugins in firefox profile

后端 未结 1 996
梦谈多话
梦谈多话 2021-01-12 21:32

Can someone tell me how to disable plugins for my customer firefox profile using Java? I have found a few sites showing to add add-ons but nothing about disable plugins.

相关标签:
1条回答
  • 2021-01-12 22:16

    Unless you are creating a profile that explicitly installs firefox extensions/plugins Selenium Webdriver will create a blank profile and use that.

    Can you show us what code you are using to call the FF driver?

    0 讨论(0)
提交回复
热议问题