I have a Android Native UI where I have: Find By: id, Selector: 76ggg-unique-ID-o9o Attribute – class: android.view.ViewGroup resource-id: 76ggg-unique-ID-o9o Now I want to create a selector for this element in WebdriverIO where I can use contains unique-ID. I tried following but nothing worked. Any suggestion is appreciated. Answer After doing some debugging I came to know it was taking
Tag: appium
node_modules is not recognized as an internal or external command
I’m trying to write a test automation script using appium, jasmine, and perfecto mobile. I’m using the project cloned from the following URL with my own configuration Appium Javascript Example The problem is when I execute the npm test command I get the following error node_modules is not recognized as an internal or external command This is how the packages.json