Hi Team,
I'm trying to get the LastModified(UTC) value from DOM in automation script. How can i get this value from DOM using automation script
Hari priya Venkatesan [DevOps Advocate] Selected answer as best 2 days ago
Hi Haripriya,
Try this,
var time = ((ITrackLastModified)instance).LastModified;
Hari priya Venkatesan [DevOps Advocate] Selected answer as best 2 days ago