Closed spooning closed 9 years ago
Originally submitted to Google Code by andrey.hitrin on 26 Dec 2012
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.
Originally submitted to Google Code by @pekkaklarck on 11 Jan 2013
Good catch. If we ever have more SeLib releases this will definitely be included.
Fixed in 1194f5ef92ee2bd49ac830e6698db0463b5a193c.
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.