I have the below script which opens a webpage in Edge.
Set objShell = CreateObject("WScript.Shell")
objShell.Run "msedge
Struggling to find code to refresh the page once it loads - it doesnt need to be done more than once just when it loads.
The reason for this is when it loads in our citrix environment it doesn't load the site in IE Compatibility mode but when you refresh it does but cant ask users to do this
Set objShell = CreateObject("WScript.Shell")
objShell.Run "msedge
Struggling to find code to refresh the page once it loads - it doesnt need to be done more than once just when it loads.
The reason for this is when it loads in our citrix environment it doesn't load the site in IE Compatibility mode but when you refresh it does but cant ask users to do this