sourabhkt / robotframework-seleniumlibrary

Automatically exported from code.google.com/p/robotframework-seleniumlibrary
Apache License 2.0
0 stars 0 forks source link

Mistype in JVM option documentation for Start Selenium Server keyword #255

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Good catch. If we ever have more SeLib releases this will definitely be 
included.

Original comment by pekka.klarck on 11 Jan 2013 at 1:54