publish tags by arrow down (#80)
使用 arrow down 吧,arrow-right 有时候不能移动到最结尾
This commit is contained in:
@@ -159,7 +159,7 @@ func inputTags(contentElem *rod.Element, tags []string) {
|
||||
|
||||
for i := 0; i < 20; i++ {
|
||||
contentElem.MustKeyActions().
|
||||
Type(input.ArrowRight).
|
||||
Type(input.ArrowDown).
|
||||
MustDo()
|
||||
time.Sleep(10 * time.Millisecond)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user