@@ -81,6 +81,9 @@ func (c *Chat) Ask(ctx context.Context, text string) (string, error) {
return "", err
}
+ // todo 等待页面js执行完成
+ <-time.After(1 * time.Second)
+
qaEle, err := c.Page.Elements(".pop-content")
if err != nil {