Forum Discussion
Marsha_R
Champion Level 3
7 years agoStuck meaning it takes longer to run than the other log messages or stuck in that it never moves on?
What exactly are those particular log messages recording? Post them here please.
ryan_perneel
7 years agoContributor
sorry, the execution stalls. it is not always Log.Message. there are some .click calls that are slow as well.
the main one that stalls every time is this;
var xmlDoc = Sys.OleObject("Msxml2.DOMDocument.6.0");
xmlDoc.async = false;
let path = ProjectSuite.Path + "OMITTED" + sXMLFile + "\\" + sXMLFile + ".xml"
Log.Message(path); <----this line