Forum Discussion

HealthAutomate's avatar
HealthAutomate
Occasional Contributor
8 years ago

Web element with different Aliases

Hi There,

 

We have quite a few number of KDT tests.

 

I have encountered an issue where all previous object(tests) which were mapped with eg: Aliases[iexplore] [page] see screenshot1 is now getting mapped as

eg: NameMapping["Sys"]["Process"]("iexplore", 2)[page] when I use Object spy see screenshot2.

 

Is there any explanation as to why this happens ? I am avoiding not to create new Aliases and keep name mapping tidy.

 

Thanks

 

 

4 Replies

  • cunderw's avatar
    cunderw
    Community Hero

    ("iexplore", 2) means it's the second instance of the internet explorer process. Probably running in the background without a window, just need to kill all IE processes.