Hi,
recently I confront an exception after my test navigates to Google login page in web view. The error is:
org.openqa.selenium.WebDriverException: java.io.IOException: unexpected end of stream on Connection{0.0.0.0:4726, proxy=DIRECT hostAddress=/0.0.0.0:4726 cipherSuite=none protocol=http/1.1}
Build info: version: ‘3.12.0’, revision: ‘7c6e0b3’, time: '2018-05-08T14:04:26.12Z’
System info: host: ‘build-ios3.local’, ip: ‘fe80:0:0:0:ccf:2108:f18a:f464%en0’, os.name: ‘Mac OS X’, os.arch: ‘x86_64’, os.version: ‘10.13.5’, java.version: '1.8.0_161’
Driver info: driver.version: IOSDriver
My app also has Facebook login, but there it works as normal.
This exception happens also when screen is navigated back to some product details and rate the app pop is displayed.
NOTE: When I run the same test locally, it works with no Exception. But when I run it inside a job on Jenkins, I get this error.
Any idea what could be causing the problem? And how to solve this issue?