Network Throtteling

Hi,
is it possible to switch Network Throtteling to ‘offline’ (and back to ‘no throtteling’)?
Maybe with execute script?

Would be nice to have for testing offline mode.
Maybe something like that could be implemented in general as a command.

Could you explain in more detail what you are asking?

In the google chrome browser you can disable, enable or throttle to 3G, 4G the network connection in the DevTools.
I want to automate that.

Waiting @admin for support

You can automate the Chrome dev tools (and thus turn on/off throttling) via desktop automation.

<-> web automation is for everything inside the browser’s viewport.

See here for more details: Chrome extension test automation