I want to automate native app in appium
but I'm not able to connect to appium server through my code,I'm getting the below exception on appium console:
"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}"
can someone help?