Quantcast
Channel: All Developer posts
Viewing all articles
Browse latest Browse all 48064

Check if PowerBI page is loaded (using Selenium)

$
0
0

Hi!

 

I am using Selenium to automate load and performance test of PowerBI reports and I just need a way check if page is loaded (all queries executed and all charts displayed). Many pages on Google suggested I should use following JavaScripts codes to achieve that:

  • return jQuery.active == 0
  • return document.readyState == "complete"

But these codes do not work for me. What is the proper way to check if PowerBI page has been loaded?

 

Thanks,


Viewing all articles
Browse latest Browse all 48064

Trending Articles