From 364df7a767fff3769e2d836397e251a6a2df9261 Mon Sep 17 00:00:00 2001 From: "Danfeng Liu (c)" Date: Thu, 12 Dec 2019 17:01:31 +0800 Subject: [PATCH] Modify robot keyword from press key to press keys Signed-off-by: Danfeng Liu (c) --- tests/resources/Util.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resources/Util.robot b/tests/resources/Util.robot index cae6a562e..f2b267f78 100644 --- a/tests/resources/Util.robot +++ b/tests/resources/Util.robot @@ -204,7 +204,7 @@ Clear Field Of Characters [Arguments] ${field} ${character count} [Documentation] This keyword pushes the delete key (ascii: \8) a specified number of times in a specified field. : FOR ${index} IN RANGE ${character count} - \ Press Key ${field} \\8 + \ Press Keys ${field} \\8 Wait Unitl Command Success [Arguments] ${cmd} ${times}=8