Forum Discussion
Anonymous
5 years agoNot applicable
Testing the Power BI reports.
Hi everyone.
I am a SDET and I test the reports using c#, JS and selenium. I look for the hard statement for my code that all data in the page was loaded. I tried to use <document.readyState == 'complete',> but it does not work well.
Do you have ideas what I can check else in the page to be sure that page was fully loaded and I see the final values?
1 Reply
- AnonymousNot applicable
Hi Anonymous
Here is a post which use Selenium to check whether power bi report is fully loaded.
Post: Check if PowerBI page is loaded (using Selenium)
I hope it may help you to solve your problem.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.