MCPcopy
hub / github.com/SeleniumHQ/selenium / getNetworkConditions

Method getNetworkConditions

javascript/selenium-webdriver/chromium.js:679–681  ·  view source on GitHub ↗

* Schedules a command to get Chromium network emulation settings. * @return {!Promise} A promise that will be resolved when network * emulation settings are retrieved.

()

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected