Hi guys, I wanna use appium to some automation task in nodejs and I follow anything in the official site document. Just simple test ( the code in the image bellow ), affter i run the test It return:
ERROR webdriver: Request failed with status 404 due to unknown command: The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource
I’m using the lastest nodejs version and also npm, please correct me what I am doing wrong! Thank you guys