Merge pull request #10243 from danfengliu/modify-robot-keyword-press-kes

Modify robot keyword from press key to press keys
This commit is contained in:
danfengliu 2019-12-12 18:34:01 +08:00 committed by GitHub
commit 978150847f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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