Facebook screenshots greyed out and small - pass options?

Using latest version of https://hub.docker.com/r/webrecorder/browsertrix-crawler/tags (1.2.8)

I can successfully run a Facebook page getting all the assets by passing a profile.

However the screenshot is

  • greyed out
  • with a small page

I know that if I pass a click to the screen it ‘ungreys’…

Is there a way to pass anything to the screenshotter browser before it takes?

docker run --rm -v /home/dave/foo/tmp:/crawls/ webrecorder/browsertrix-crawler crawl \
  --url 'https://www.facebook.com/permalink.php?story_fbid=pfbid023iiyYUGNHMHMbVkfsXHcjfGeVwQyGpGhJ9rszXDCZURGRSWhf3GppUEiB9gkb13bl&id=100014743650655' \
  --scopeType page \
  --generateWACZ \
  --text \
  --screenshot fullPage \
  --collection temp24 \
  --id 24 \
  --saveState never \
  --behaviors autoscroll,autoplay,autofetch,siteSpecific \
  --behaviorTimeout 200 \
  --timeout 200 \
  --profile /crawls/profile.tar.gz \
  --postLoadDelay 160

Dear All

Using 1.3.0 with an updated cookie profile is now working as expected.

Regards
Dave