robotframework / OldSeleniumLibrary

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

Take new libdoc.py into use and add ROBOT_LIBRARY_VERSION #16

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 1 Dec 2008

libdoc.py coming with Robot Framework 2.0.3 has some new enhancements (mainly ability to document also library initialization) and it should be taken into use with this lib.

Additionally, ROBOT_LIBRARY_VERSION should be added to the lib. This info should be read dynamically so that it doesn't need to be updated in several places.

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 3 Dec 2008

The documentation of init was changed to be compatible with new libdoc, also the verison information is now added in r89