I wanna get table from this url but content loads by javascript. I download HTML string like this
WebClient wc = new WebClient();
var html = wc.DownloadString("https://www.bloomberg.com/markets/currencies");
how can i get javascript loaded content??