Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xpath

Sonar: Create New Rule For Android Lint

I am using SonarQube 5.1 in order to collect all Java and Lint errors for Android apps. Almost ever… Read more Sonar: Create New Rule For Android Lint

Where Is Xpathevaluator In Android Web Browser?

We can use the XPathEvaluator object(in javascript) to do xpath evaluation on Safari,Google Chrome … Read more Where Is Xpathevaluator In Android Web Browser?

Using Xpath On String In Android (java)

I am looking for some examples of using xpath in Android? Or if anyone can share their experiences… Read more Using Xpath On String In Android (java)

Xpath Executing Complex Queries

How can I execute following queries on the given xml: if(task1=cde && task2=abc) I would g… Read more Xpath Executing Complex Queries

Java & Appium: Unable To Click Element

In the Android app that I am testing, I am trying to click/tap the time picker. For example by defa… Read more Java & Appium: Unable To Click Element