Closed ghxhy 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!
I found in some cases the frames returned from Page.screencastFrame are out-of-order, i.e. the frame returned later may have a smaller timestamp(the timestamp in ScreencastFrameMetadata) than the frame returned earlier.
After a lot of tests(including chrome 67 and chrome 64), I found it would happen when the following condition are both satisfied:
More about the testing platform:
The chrome's command line is: google-chrome --disable-gpu --headless --no-sandbox --remote-debugging-port=xxxx