From 370216bafb967bc70e8aedcbf0c5f40e95de8f00 Mon Sep 17 00:00:00 2001 From: Promix953 Date: Tue, 9 Aug 2022 13:58:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D[=E4=B8=8B=E4=B8=80=E9=A2=98?= =?UTF-8?q?=E6=8C=89=E9=92=AE]=E7=82=B9=E5=87=BB=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/respond.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/respond.go b/lib/respond.go index 231dd83..f3452f7 100644 --- a/lib/respond.go +++ b/lib/respond.go @@ -620,7 +620,7 @@ func checkNextBotton(page playwright.Page) { return } if len(btns) <= 1 { - err := btns[0].Check() + err := btns[0].Click() if err != nil { log.Errorln("点击下一题按钮失败")