MuraliKola / robotframework-seleniumlibrary

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

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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 8 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

GoogleCodeExporter commented 8 years ago
This project has been migrated to GitHub and issues have been moved to 
https://github.com/robotframework/SeleniumLibrary/issues/. Old IDs are 
preserved so you can find this particular issue using URL like:

    https://github.com/robotframework/SeleniumLibrary/issues/<id>

Original comment by pekka.klarck on 20 Aug 2015 at 9:00