Hi,
I created a webview in Visio linking to a Grafana website as shown as below:
The issue is, the admin of the page set a timeout after a day, users will be logged out and hence, my webview will also logout following the set timeout. This is a hassle us if every day we open the DataMiner, then need an extra step, to log in the credentials in this Grafana webview manually.
Thus, I wanna ask that, is there a way that, this webview can autofill itself when we open the DataMiner? Let say, the username and password are admin and admin 1234 respectively.
Is there a way that this admin / admin1234 will be auto-populated in that text box and login itself? I believe need to use a script maybe.
Your assistances are very much appreciated.
Thank you very much and have a nice day!
Hi,
Visual overview just renders a browser but cannot interact with it.
Unless if Grafana allows the credentials to be passed via the url, this is not possible.
If there would be a way to get the credentials or a security token and pass it through the url, you can do this with session variables.
It is possible to pass these variables from an automation script to visual overview