Re: [mediacapture-screen-share] capture screenshot of DOM (#145)

For an unknown reason Firefox installed as a .deb package and executed from `/usr/bin` does not hang though Nightly run from home directory does.

To set get the entire `document.body` at Chromium set width and height as flags, include `--password-store=basic` to avoid prompt for *oogle API keys.

`$ chrome-linux/chrome-wrapper --headless --disable-gpu --hide-scrollbars --password-store=basic --window-size=1009,2818 --screenshot="$HOME/Downloads/test.png" https://developer.mozilla.org/`

We would either have to already know the width and height of the document, or get the width and height some way before making the screenshot call.

![test](https://user-images.githubusercontent.com/4174848/95017941-c4437080-064b-11eb-8703-a76b657ac9f3.png)



-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/145#issuecomment-703261913 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 4 October 2020 14:14:12 UTC