robotframework / OldSeleniumLibrary

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

Document that `Press Key` does not work with IE #96

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 15 Feb 2010

See test/acceptance/keywords/textfields.txt for failing example

spooning commented 9 years ago

Originally submitted to Google Code by Andreas.EbbertKarroum on 23 Apr 2010

Seems like the key press command in selenium (http://release.seleniumhq.org/selenium-remote-control/1.0-beta-2/doc/python/) is generally flawed. => Won't Fix?

http://jira.openqa.org/browse/SRC-385

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 24 Apr 2010

Thanks for analysis Andreas. This problem should be documented somewhere before closing this issue. How/where should we do that? FAQ? Special page for problems?

spooning commented 9 years ago

Originally submitted to Google Code by Andreas.EbbertKarroum on 24 Apr 2010

I think documentation in the Press Key keyword should be enough. Having it there ensures that you find it, when you use the keyword.

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 25 Apr 2010

Yeah, adding a note about this into the keyword doc is easiest and enough. Andreas, do you want to take care of that?

spooning commented 9 years ago

Originally submitted to Google Code by Andreas.EbbertKarroum on 25 Apr 2010

This issue was updated by revision 24dd9b9478.

I updated the documentation, but don't know how to generate the docs to check if they look ok.

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 26 Apr 2010

See my comments to revision 24dd9b9478.

spooning commented 9 years ago

Originally submitted to Google Code by Andreas.EbbertKarroum on 2 May 2010

Documentation seems to be ok.

http://robotframework-seleniumlibrary.googlecode.com/hg/doc/SeleniumLibrary.html#Press%20Key

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 27 May 2010

Major improvements warrant a major version