Hi Yadsandy..
Thanks for your replay.. i modified the xpath and tried as follows , so it just print 1 but not the text.
@FindBy(how =How.XPATH, using = "//android.widget.LinearLayout[contains(@resource-id, 'com.jutera.perkprizemob.aphone:id/lnr_currencyNotificationLayout')]")
WebElement ListOfBid_SpentActivity_Text;
List ListofActivity = ListOfBid_SpentActivity_Text.findElements
(By.id("com.jutera.perkprizemob.aphone:id/tv_notificationText"));
System.out.println(ListofActivity.size()
Can you please have a look and let me know what is the issue.. i tried different ways, but didn't get the text value
Thanks