Web browser automatic refresh

Hi.

I have a MsExcel dashboard saved as web page with the refresh automatic each the excel file is saved, when i save the excel file the firefox browser detect the excel file changes automatic with out push the refresh button, but with the ignition web browser control i need refresh pushing the refresh button to see the excel file changes. but I want to hide the nav bar and the address and buttons of the web browser control.

Then, how can i do a automatic refresh each 5 minute the ignition web browser control with out operator intervetion pushing the refresh button? some property of the control to do this?

Regards, Gerardo.

system.perspective.refresh([sessionId, pageId])

https://docs.inductiveautomation.com/display/DOC80/system.perspective.refresh

1 Like

https://chrome.google.com/webstore/detail/auto-refresh/ifooldnmmcmlbdennkpdnlnbgbmfalko?hl=en

1 Like

<web browser component>.getBrowser().reload(), if you’re looking for a solution for the ‘Web Browser’ component in Vision:
https://docs.inductiveautomation.com/display/DOC80/Vision+-+Web+Browser+Component

1 Like