I am getting the following error:
org.openqa.selenium.NoSuchSessionException: A session is either terminated or not started
Build info: version: '3.13.0', revision: '2f0d292', time: '2018-06-25T15:24:21.231Z'
System info: host: 'Himanshus-iMac.local', ip: '192.168.1.72', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.14.6', java.version: '1.8.0_211'
I am currently running 2 eclipses and 2 appium server with both different ports.
Appium version : v.13
Port 1 : 0.0.0.0: 4734
Port 2 : 127.0.0.1: 4723
java-client - 6.1.0
selenium-java - 3.13.0
I have configured 2 different bootstrap ports.
I've also added a different systemPort number in DesiredCapability.
If I am missing anything, please do let me know.