Closed drbenway6667 closed 4 years ago
This repository is related to Chrome DevTools Protocol, but does not track issues regarding its definition or implementation. If you want to file an issue for the Chrome DevTools Protocol, please open an issue on https://crbug.com under component: Platform>DevTools>Platform
. Thanks in advance!
Hi,
Current Usage: when starting chrome / chromium with the
--hide-scrollbars
argument and using the devtoolsPage.startScreencast
and then listening forPage.screencastFrame
the current screencasts image response (thedata
string Base64-encoded compressed image) does not hide scrollbars as expected.Expected Usage: That when chrome / chromium is launched with the
--hide-scrollbars
argument it would also hide the scrollbars in thescreencastFrame
responses created by the devtoolsPage.startScreencast
processExample: https://ibb.co/0CMty4X
Ref Chromium Issue: https://bugs.chromium.org/p/chromium/issues/detail?id=1024647
Cheers, Henry