Hello,
EggPlant disables my SUT connection when it fails to find a certain text on the SUT.
Here is the error message it is giving me:
No Remote Connnection imagefound error- Remote Connection Unavailable
Here is how I am using the imagefound function:
set blnElementFound to ImageFound (Text: item intElementColumn of line intIndex of TemporaryData, Language: item 1 of strLanguage, SearchType: “Text”, DPI: 96, Pulsing: true, CaseSensitive: true)
I was wondering how to properly syntax the try and catch expression to catch this error.
Also, once SUT is disconnected from Eggplant, can the connection be reestablished again through coding or does the user has to physically reestablished the connection . What would be the proper syntax to connect SUT to Eggplant?
Thanks.