Solved
Forum Discussion
nedbacan
3 years agoFrequent Contributor
Thank you for showing me how to start this.
Somethig like this,
Aliases.Fetchbtn.Click(); // Perform click here
const t1 = new Date(Date.now());
Log.Message("First button clicked at: " + t1.toUTCString());
Thank you for showing me how to start this.