Forum Discussion

reshma_kambli's avatar
13 years ago

Dynamic object handling issue


We have one tab control object.



One of the Window object in the hierarchy is dynamic, it changes every time we login.



For example if object is Aliases.mmc.window(".....").window(".....").window(".....").window("ATL:0000007FECA4302").window(".....").window(".....").PageTab("....")



number CA4302 in above object changes every time I run the script.



Could you please let us know how to handle these kind of objects?



 Thanks,

Reshma


1 Reply

  • AlexKaras's avatar
    AlexKaras
    Community Hero
    Hi Reshma,



    Replace the variable part with the asterisk. E.g.:

    ...window("ATL:*")...