zsaw

Results 2 comments of zsaw

Refer to "chromedp.MouseClickNode" to realize touch tap ```go chromedp.Tasks{ chromedp.Navigate(`https://h5.ele.me/`), chromedp.WaitVisible(sel), chromedp.QueryAfter(sel, func(ctx context.Context, eci runtime.ExecutionContextID, n ...*cdp.Node) error { boxes, err := dom.GetContentQuads().WithNodeID(n[0].NodeID).Do(ctx) if err != nil { return...