This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

Could someone help to get the correct syntax of the below statement.
driver.findElementByAndroidUIAutomator(“new UiSelector.textContains(app random number 12345)”);
//app random number 12345 - is the text I want to search for.

  • created

    May '18
  • last reply

    May '18
  • 1

    reply

  • 179

    views

  • 1

    user

Issue resolved…
driver.findElementByAndroidUIAutomator(“new UiSelector().textContains(“xxxxxxxxxxxx”)”);