I've splash on windows running with Docker toolbox.
I am in Splash UI running a built-in example:
It seems correct but... it doesn't work!
Seem strange to me. Do you figure out why?
output
I've splash on windows running with Docker toolbox.
I am in Splash UI running a built-in example:
It seems correct but... it doesn't work!
Seem strange to me. Do you figure out why?
output
The errors are due probably to legacy commands in the scripts. The first exemple works substituting the first instructions with
splash:set_viewport_size(800, 600)
splash:set_user_agent('Splash bot')
The second isn't working simply because of unsure javascript evaluation with splash:evaljs
not permitted under the site policy.