我正在使用带有selenium的自定义firefox二进制文件,它依赖于特定的命令行参数。
在执行firefox二进制文件时,如何告诉selenium使用这些参数?
糟糕,似乎有一种方法:FirefoxBinary.addCommandLineOptions()
那可能就是答案…