There is some difference between project documentation and actual code in the
Selenium Library 2.9.1.
An example in documentation says:
> Start Selenium Server | -JVM=-DserverName=somehost | # Define JVM options.
But, actually, this example is incorrect. "JVM" option must be used without
leading dash.
I've attached a patch with fix for this problem.
Original issue reported on code.google.com by andrey.hitrin@gmail.com on 26 Dec 2012 at 9:37
Original issue reported on code.google.com by
andrey.hitrin@gmail.com
on 26 Dec 2012 at 9:37Attachments: