Extract save time from word

I want to extract the time from word document to save it. Suppose I have a file of 10MB , now when i click save , there comes a progress bar of save . After saving completely , i want to extract time which it took to save the document.

I tried to use find element but when the progress bar appears, the word window gets active and it extracts the save time before the progress bar disappears. Also, i am not able to locate progress bar . Can someone please help me? It is a bit urgent.

1 Like

You can track performance data in Windows using the inbuilt monitor tool:
https://blogs.msdn.microsoft.com/pfedev/2017/07/27/transforming-performance-monitor-data-from-graphs-to-spreadsheets/

You can export specific data on jobs running and operations carried out.

Worth exploring if there is no easy way to get the bot to time the save operation (possibly through “element exists” activity)

1 Like

Can you show , how to do?