Appium 1.6.3 Android and WebView behind fiddler proxy

Hi !
Do you know some problem related to test webview on the Android Device connected to a proxy ?

Because appium does not return response after switching to webview by executing driver.context() :frowning:

Maybe there is some capabilities to set ?

And another question :
in which way can I extrapolate log from Appium installed with npm ? and where is it ?

EDIT:

I have added this capabilities and now seems to work :
capabilities.setCapability(“recreateChromeDriverSessions”, true);