Closed ahter closed 9 months ago
In my practice, execute
command output noting as well, does it work for you?
source
and execute
works for me.
Make sure to follow these instructions: https://github.com/prasmussen/chrome-cli?tab=readme-ov-file#javascript-execution-and-viewing-source
source
andexecute
works for me. Make sure to follow these instructions: https://github.com/prasmussen/chrome-cli?tab=readme-ov-file#javascript-execution-and-viewing-source
Thanks for replying, I've tried to turn on View > Developer > Allow JavaScript from Apple Events
, and now I got expected output for source
command, but execute
still display empty result:
don't know what went wrong.
That example in the readme is meant to be run on the hackernews site.
This example should work on any site: '(() => { return "foo" })()'
That example in the readme is meant to be run on the hackernews site. This example should work on any site:
'(() => { return "foo" })()'
My bad, problem solved o( ̄▽ ̄)d
All other commands work as expected except
source
.What could be the underlying reason for this? (so I can check my settings and setup etc?)
Thank you.