How can I tell selenium to start firefox with certain commandline options? -
i'm using custom firefox binary selenium dependant on specific commandline parameters.
how can tell selenium use these parameters when executing firefox binary?
oops, seems there method: firefoxbinary.addcommandlineoptions()
that's answer...
Comments
Post a Comment