How to deal with Network Connection in Appium

Elias Nogueira
1 min readJun 15, 2016

--

In Appium API old versions <4.0.0 (for Java) the way to deal with network connection was:

Now NetworkConnectionSetting is deprecated as setNetworkConnection method on driver.

The new way is really simples (and made a similar suggestion in discuss.appium.io as a feature)

--

--