Looking for the Machine name?

Is there a command that I can load the SUT name into a var for logging reasons? I found env() but that does not return that information in the property list.

Thanks,
Charles

env() will be environment data of the local (Eggplant) machine.

You can use ConnectionInfo() to get the VNC information about the current SUT, including ConnectionInfo()'s name to get the Desktop name.

Sick. Thank you! I could not find this to save my life.

~CL~