* Schedules a command to get Chromium network emulation settings. * @return {!Promise} A promise that will be resolved when network * emulation settings are retrieved.
()
| 677 | * emulation settings are retrieved. |
| 678 | */ |
| 679 | getNetworkConditions() { |
| 680 | return this.execute(new command.Command(Command.GET_NETWORK_CONDITIONS)) |
| 681 | } |
| 682 | |
| 683 | /** |
| 684 | * Schedules a command to delete Chromium network emulation settings. |