Forum Discussion
Check if PowerBI page is loaded (using Selenium)
Hey Did you get the solution to your problem?Can you provide me the code sample ? I want to create a tool to capture the Page Load Time of a Power BI Report. Can you help me with the approach I need to follow?
- knyazs9 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.
- Anonymous6 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
- wadezone6 years agoFrequent Visitor
I know you cannot share your code, but an example of your code with dummy names would be good to understand how you were able to use the spin wheel. Did you get this from another example on the web?