Forum Discussion
knyazs
9 years agoRegular Visitor
Check if PowerBI page is loaded (using Selenium)
Hi! I am using Selenium to automate load and performance testing of PowerBI reports and I need a reliable way to pause code execution until page is fully loaded (all queries executed and all slic...
knyazs
9 years agoRegular Visitor
Unfortunately, I cannot share code with you but I can tell you how I solved it - using Selenium I managed to make it work by "catching" so-called "spinning wheel" or "wait" sign on the page after slicer is clicked. I would start measuring time from slicer click and then wait few seconds to see if "wait" sign appears and disappears - it there is no wait sign after few seconds, I would take time captured immediately after slicer click; if "wait" appeared, I would wait until it disappears and capture timestamp.
I hope this helps.
Anonymous
6 years agoNot applicable
Hey,
I am doing similar thing in selenium with PBI report. Can you share how did you get the hold of wait symbol or element in the report.
Thanks,
Kanika