appium - IOSDriver Unable to Create Session With Remote AppiumServer -


i using windows-7 64 bit system execute test on mac machine running ios simulator.

appiumserver running on mac machine ip = 172.16.13.96 not able create session appium server. problem: getting following exception during execution of constructor

iosdriver.:   org.openqa.selenium.remote.unreachablebrowserexception: not start new session. possible causes invalid address of remote server or browser start-up failure. 

on further analysis found, connection being refused.

i need understand, doing wrong , solution.

following implementation:

i setting properties in testng.xml used form desiredcapabilites. execution of driver = new iosdriver(appiumserverurl, capabilities); not create session, rather connection refused.


Comments