Zixin Yin
Zixin Yin
### What happened? For CDP session HeapProfiler.addHeapSnapshotChunk() event, Selenium is not returning the large chunk data in sequence and there is not way to place the returned data in order...
This PR addresses the bug of Windows screenshot doesn't work when os.tmpdir() has a space bug. Fixes #320
**Describe the bug** Windows screenshot doesn't work when os.tmpdir() has a space. More specifically, when the second and third args [here](https://github.com/bencevans/screenshot-desktop/blob/e9affc91ac5791d76109937f8c9f708feed4963f/lib/win32/index.js#L73) both have a space in the path, the screenshot...