Forum Discussion

kaiiii's avatar
kaiiii
Regular Contributor
7 years ago

Object doesn't Exist

I am working on Android, In the below code,

found Object doesn't Exist error

 

 

Set LowerLimit  = Mobile.Device("Q3000").Process("com.cor.currency").Layout("NO_ID", 2).Layout("action_bar_root").Layout("content").Layout("scrollView").TextView("message")

 

 

2 Replies

  • cunderw's avatar
    cunderw
    Community Hero

    What does the path look like when you spy the object? You're getting that error because it can't find the specified object in the path you provided. Any reason you're using the full path instead of name mapping and / or find methods? 

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3

    Additionally: Additional Info panel of the Log usually contains description of what object from the chain was not found.