Forum Discussion
AlexKaras
9 years agoCommunity Hero
Hi,
a) Quick and somewhat dirty approach: replace required object references in your Excel file with their WaitXXX equivalences. E.g.: as per your example, replace "Panel("divHeaderAndContent")" with "WaitPanel("divHeaderAndContent", 10000)" to wait up to 10 seconds for the 'divHeaderAndContent' panel;
b) As suggested by Manfred, parse obtained command string and recursively wait for the target object to appear.