mirror of
https://github.com/goharbor/harbor
synced 2025-04-22 03:26:04 +00:00
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:
commit
978150847f
@ -204,7 +204,7 @@ Clear Field Of Characters
|
|||||||
[Arguments] ${field} ${character count}
|
[Arguments] ${field} ${character count}
|
||||||
[Documentation] This keyword pushes the delete key (ascii: \8) a specified number of times in a specified field.
|
[Documentation] This keyword pushes the delete key (ascii: \8) a specified number of times in a specified field.
|
||||||
: FOR ${index} IN RANGE ${character count}
|
: FOR ${index} IN RANGE ${character count}
|
||||||
\ Press Key ${field} \\8
|
\ Press Keys ${field} \\8
|
||||||
|
|
||||||
Wait Unitl Command Success
|
Wait Unitl Command Success
|
||||||
[Arguments] ${cmd} ${times}=8
|
[Arguments] ${cmd} ${times}=8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user