The Squish IDE offers to copy the real name of objects from the object map editor or the Application Objects view. However, these real names typically contain references to other objects. These references in turn are symbolic names as well.
This means that if you want to have a real name that does not contain any symbolic names anymore, you have to manually perform the transformation, replacing the symbolic names via copy and paste, which is a tiresome and error prone task.
Here is a little function that can do the transformation for you:
Python:
JavaScript:
The following workflow might be easiest:
Put the above function in your source code (or load it from a shared script via
source()
.
Set a breakpoint and execute to it.
Pick the desired object and copy the real name.
In the Squish Script Console (to show the console go to Window | Show View... | Other... | General | Console) call the above function with the real name.
Usage Data Processing by Google
We would like to use Google Analytics to get a better understanding of how
you use the website.
By agreeing to this, your usage data will be stored in the USA and processed
by Google LLC. Both Google as well as federal US agencies can access this data
and combine it with any other data about you, such as your search history,
personal accounts or any other data known to Google.