Want to tweak network setting run time

Hi All,

is there any way to change network configuration run time. I found something in appium but that is not working.

driver.getNetworkConnection().setWifi(false);

Thanks,
Priyank Shah

use driver.setNetworkConnection(new NeworkConnectionSettings(false,false,false));
first argument :airplane:
second :wifi
third:data