Forum Discussion

twong's avatar
twong
New Contributor
11 years ago

How to call on any panel avialble

The app that I am testing has a My Favorites page where you can select an item (panel) to be removed. So if I declare the panel then execute it then the panel is no longer there.

I get "object does not exist" next time I run the script.  I''m using recorder so is there a simple way to do this?  Thanks.

1 Reply

  • NisHera's avatar
    NisHera
    Valued Contributor
    Hi ,

    Did you tried "......panel.WaitProperty()" methoed?

    you may catch exists property to see it's there

    "......WaitProperty('Exists', true ,100) "