ContributionsMost RecentMost LikesSolutionsUnable to find the object Sys.Browser("iexplorer") for a remote session. When launching a script in a remote machine using TestExecute that involves working with a browser, despite the browser is correctly launched, it is not found/recognized by TestComplete. I cannot interact with the browser and it ends up throwing an error because of the wait timeout error. However, when I run the script directly in the machine using TestComplete the execution is successful. I suspect it is something related to remote connection permissions in the slave machine. Any help would be appreciated. Thanks much! Re: Get a value returned from an event handler function. Thank you Robert, I will be using a global variable. Get a value returned from an event handler function. Hello, Is there a way to get a value returned with an event handler function such as this one? function GeneralEvents_OnLogCheckpoint(Sender, LogParams) { var x; //code return x; } Thanks much! Solved