Replies: 1 comment
-
|
I have same problem here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting this error
[2023-04-17 17:22:36] local.ERROR: ErrorException: Undefined array key "selector" in //vendor/spatie/browsershot/src/Browsershot.php:911
This is my code
Browsershot::url("https://www.google.com")
->setNodeBinary('PATH %~dp0;%PATH%;')
->setNpmBinary('/usr/local/npm')
->setNodeModulePath('/node_modules')
->save($path);
How could I solve this? I am not setting selector or like so.
Beta Was this translation helpful? Give feedback.
All reactions