robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

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

Closed spooning closed 9 years ago

spooning commented 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.

spooning commented 9 years ago

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.

pekkaklarck commented 9 years ago

Fixed in 1194f5ef92ee2bd49ac830e6698db0463b5a193c.