Skip to content
Advertisement

Tag: appium

How to use ID or resource ID contains locator for Android in WebdriverIO

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

Advertisement