Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upeval argument does not work in the webshot() function #43
Comments
|
This is great. Thanks @wch !! |
|
I'm trying to tailor this example for my own project. |
The eval argument doesn't work for running javascript in the webshot() function.
When I try the example cited in the documentation (code below), a screenshot is taken, but the username and password are not filled in. I have also tested writing other javascript outside of webshot and it functions as expected, but as soon as I put it in webshot, it stops working.