Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created May 28, 2020 09:15
Show Gist options
  • Save angelovstanton/18fb82bf1f81b97cd30d27fa59181623 to your computer and use it in GitHub Desktop.
Save angelovstanton/18fb82bf1f81b97cd30d27fa59181623 to your computer and use it in GitHub Desktop.
var emulationSettings = new EmulateNetworkConditionsCommandSettings();
emulationSettings.ConnectionType = ConnectionType.Cellular3g;
emulationSettings.DownloadThroughput = 20;
emulationSettings.Latency = 1.2;
emulationSettings.UploadThroughput = 50;
devToolssession.Network.EmulateNetworkConditions(emulationSettings);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment