I would like to download a complete view of a grafana dashboard on linux terminal. When I try to use wget or curl, it only downloads some html, even if I add some delay for javascript.
I have tried to do this by using wget -p -k...
command, and it works for other pages, not for grafana's dashboards.
Is there a way to download an html page fully rendered on linux terminal?