**Hi **
I m new to Appium And I m currently working on parallel execution, I have some doubts from above comments
1. What is difference in AppiumDriver and RemoteWebDriver?
2. Which url have to provide in RemoteWebDriver ? is it hub IP with Port or Appium IP with port ?
3.appium -a http://127.0.016 -port 2734 -udid 903etg763 -bp2734 --nodeconfig "E:\Appium\Nodeconfig.json"
if i run the above command from cmd . its opening an appium with old IP and port
which i used. so i want to know is that the same happening to you . To
configure with hub , manually i m attached the Nodeconfig file in
Appium (SeleniumGridConfigurationFile).
Kindly help me to solve the issue..