Showing splash webkit window to have a view on what's happening

Posted over 6 years ago by Alessio Pollero

Post a topic
Un Answered
A
Alessio Pollero

I'm trying to show the browser window of splash in order to have look at what's happening under the hood and see if there is some captcha or any other strange result ...

 

I've tried running the container in this way:

 docker run --name "splash-debug" -e DISPLAY=$DISPLAY \
             -v /tmp/.X11-unix:/tmp/.X11-unix \
             -v $XAUTHORITY:$XAUTHORITY \
             -e XAUTHORITY=$XAUTHORITY \
             -p 8050:8050 \
             -it scrapinghub/splash --disable-xvfb

 but I still can't see any browser window... Am I doing something wrong here ?

0 Votes


0 Comments

Login to post a comment