How can I tell selenium to start firefox with certain commandline options?

后端 未结 1 417
攒了一身酷
攒了一身酷 2021-01-25 18:29

I\'m using a custom firefox binary with selenium that is dependant on specific commandline parameters.

How can I tell selenium to use these parameters when executing th

相关标签:
1条回答
  • 2021-01-25 18:41

    oops, it seems there is a method: FirefoxBinary.addCommandLineOptions()

    That's probably the answer...

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