Disable Autorefresh

Hello. I am trying to experiment to disable autorefresh on a page that keeps refreshing every 5 seconds.
I tried executeScript(“window.stop()”) but that didn’t work. Is anyone aware of any ui vision command/tricks to disable autorefresh of a page for some time say 10 seconds? Thanks.

Why do you want to disable it?

Hello @ulrich. Thank you so much for your response. I want to disable it because I am trying to store data from a table that refreshes itself every 5 seconds. So when I used the storeText command to get the text from the table I get incomplete records. I was thinking of disabling the autorefresh before using the storeText so that I get complete records.