Skip to content
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.

.evaluate(fn, args) blows up Chromeless #419

Open
o0101 opened this issue Mar 22, 2018 · 0 comments
Open

.evaluate(fn, args) blows up Chromeless #419

o0101 opened this issue Mar 22, 2018 · 0 comments

Comments

@o0101
Copy link

o0101 commented Mar 22, 2018

This is a bug report

As per the example on the Demo:

const chromeless = new Chromeless({ remote: true })

const screenshot = await chromeless
  .goto('https://www.graph.cool')
  .scrollTo(0, 2000)
  .evaluate(() => {return void;},[])
  .screenshot()

console.log(screenshot)

await chromeless.end()

But running this yields "Failed to fetch"

And if I run it on my own Lambda I do not get any screenshot.

@o0101 o0101 changed the title .evaluate(fn, args) blows up Chromeless .evaluate(fn, args) blows up Chromeless Mar 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant