Hi All,
I have been getting the exception mentioned below while navigating to previous screen from other screen,
org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: elementId 15 could not be tapped (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 1.20 seconds
Build info: version: ‘2.52.0’, revision: ‘4c2593cfc3689a7fcd7be52549167e5ccc93ad28’, time: ‘2016-02-11 11:22:43’
System info: host: ‘XHDT0429.local’, ip: ‘192.168.1.198’, os.name: ‘Mac OS X’, os.arch: ‘x86_64’, os.version: ‘10.11.5’, java.version: ‘1.8.0_91’
Driver info: io.appium.java_client.ios.IOSDriver
Ex:
- I have logged into the app
- Perform some operations in Home screen and then navigated to other screen(Prifiles)
- Now, navigated to Home screen and unable to perform any action even the options/buttons/textbox are displaying.
Please let me know if anybody face the same issue and resolved…