Deno seems to assume wrong return type (Puppeteer)
With the following code, I get an type error which I do not expect:
On the
Even though
Anyone have an idea how to fix this?
On the
shouldBeString I receive the following type error: Even though
$eval() returns any type: https://pptr.dev/api/puppeteer.page._evalAnyone have an idea how to fix this?
This method runs document.querySelector within the page and passes the result as the first argument to the pageFunction.
