Skip to content

Commit

Permalink
updated Send Keyboard Event documentation. (MarketSquare#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiparvu committed Jun 19, 2017
1 parent 7428c4d commit 1b1300a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class KeyEventKeywords {
private KeyEventSender keyEventSender = new KeyEventSender();

@RobotKeyword("Sends keystrokes to the currently selected component.\n"
+ "Keystroke codes must be one of the constants in _java.awt.event.KeyEvent_ starting with _VK__.\n"
+ "Keystroke codes must be one of the mappings in _abbot.tester.KeyStrokeMap_ (https://sourceforge.net/p/abbot/svn/1214/tree/trunk/abbot/src/abbot/tester/KeyStrokeMap.java#l110).\n"
+ "Constants from _java.awt.event.InputEvent_ can be used as optional modifiers.\n\n"
+ "Example with textfield:\n"
+ "| Focus To Component | _myTextfield_ | |\n"
Expand Down

0 comments on commit 1b1300a

Please sign in to comment.