Forum Discussion
aduddella
14 years agoContributor
Dear Jared
Thank you very much for the help and it sorted my issue .
I also observed another thing and wanted if you can give me some information on this topic
After using this method with the following syntax to handle the asynchronous methods
call Runner.CallObjectMethodAsync(arrObj(i),"Click")
Auxiliary.CheckUnexpectedWindow
Initially in arrObj(i) there is an Anchor tag ( an html object) and once the call runner code gets executed the element in arrObj(i) gets emptied
It still supports the properties such as nodeName,typename() but everything is empty
I do not want to loose that object after the execution of Call Runner method
Could you please suggest me any way to do that.
Thank you in advance for your support
Regards
Anand