publish tags by arrow down (#80)

使用 arrow down 吧,arrow-right 有时候不能移动到最结尾
This commit is contained in:
zy
2025-09-16 02:12:21 +08:00
committed by GitHub
parent 414dddfc53
commit 3143576cc0

View File

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