Reputation: 83
I am trying to use record any playback in an iOS app. I am getting this error while running my script. "ModuleNotFound: No module name 'appium’ Can anyone please tell me what is the reason of this? Same thing i have done for Android in Windows machine but it works and successfully start the session. Thanks in advance and i am quite new in Appium record and playback.
Upvotes: 0
Views: 260
Reputation: 425
Did you install appium?
Make sure everything is ok by checking appium-doctor
.
npm install appium-doctor -g
Upvotes: 0