robotframework / OldSeleniumLibrary

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

Information about starting/stopping Selenium server ought to be in library doc #4

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 28 Jun 2008

See this thread for more information:

http://groups.google.com/group/robotframework-users/browse_thread/thread/d0113f193da28a8a

Should be done latest for 2.1, but it would be better to add this to doc in trunk immediately. Probably should mention this also in InstallationInstructions.

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 28 Jun 2008

Added a note about this to installation instructions, but this needs to be mentioned also in library documentation.

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 28 Jun 2008

Few more things to add/fix in the library doc. They aren't that much related to the original issue but it's easy to fix them all at once and then there's less issues to be closed.

1) Mention that library supports both Python and Jython. This is an important feature and it might be a good idea to mention in the front page too.

2) Mention supported/tested libraries. This is good to add to front page too. Should there actually be a list of features similarly as on RF main page?

3) Might be a good idea to mention in the introduction that Open Browser is the first keyword to use.

4) Isn't there also alias 'IE'? Aliases are also related to support for other browsers in issue 3 .

5) Example table in Click Link keyword is broken.

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 7 Jul 2008

Ooops, it should be "Mention supported/tested browsers" not "libraries" in point 2) of my previous comment.

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 8 Aug 2008

Fixed, expect for 4) it seems that we don't have such an alias.

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 14 Oct 2008

Was done already for 2.0.1. That IE alias should still be added (if not done yet).