Hi Team,
I am not able to capture objects in the Power bi Web Version using the recorder.
Please suggest me any other options to capture.
Thanks,
Lokesh
Hi Team,
I am not able to capture objects in the Power bi Web Version using the recorder.
Please suggest me any other options to capture.
Thanks,
Lokesh
Best answer by Marc Mueller
Hi
this is also working for me. 😊
Here is what I did: 👇👀
On L2 Bot need to wait for the “Power BI Report”.
Used only: DOMXPath as //div[@aria-label='Power BI Report'] and HTML FramePath as IFRAME[1] .
On L3 Bot select the object in Power BI where to download the report from.
Used: Loop action and [TAB] in Simulate keystrokes action.
On L5 Bot click “More options”.
Used only: DOMXPath as //button[@aria-label='More options'] and HTML FramePath as IFRAME[1] .
On L6 Bot click “Export data”.
Used only: DOMXPath as //button[@aria-label='Export data'] and HTML FramePath as IFRAME[1] .
On L7 Bot click “Export” button.
Used only: DOMXPath as //button[@aria-label='Export'] and HTML FramePath as IFRAME[1] .
I hope this will help.
Cheers
Marc
Botrun as GIF:
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.