mirror of
https://github.com/goharbor/harbor
synced 2025-04-15 15:52:47 +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}
|
||||
[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
|
||||
|
|
Loading…
Reference in New Issue
Block a user