cyrus-and / chrome-remote-interface

Chrome Debugging Protocol interface for Node.js
MIT License
4.29k stars 309 forks source link

How to change navigator.deviceMemory value #563

Closed eejeet closed 2 months ago

eejeet commented 2 months ago

Environment

Component Version
Node.js 18
Client (Chrome/Chromium/...) Chrome
OS running Node.js Node.js
OS running the client Windows/MAC
chrome-remote-interface 0.33.2

how to change navigator.deviceMemory value emulation in not found any thing please help me

cyrus-and commented 2 months ago

I don't think you can do that, AFAIK, all you can do is to throttle the CPU and the network.

Feel free to comment here if you find a way.