chromedp / chromedp

A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when use chromedp.Evaluate, how can I get the promise error info ?

zhoudaxia2016 opened this issue · comments

when use chromedp.Evaluate, I the promise has error, I only get the error infomation:

{
        Code: -32000,
        Message: "Promise was collected",}
}

How can I get full error infomation?