Forum Discussion
Clicking on a PowerBi Dashboard reports with Selenium
- 9 years ago
Ok, I found the solution, it was because it was in a frame and i had to switch to this frame before getting anything.
Browser.WebDriver.SwitchTo().Frame(myFrame);
Hope it will be helpful to someone
According to your description, the question seems how Selenium can get the html elements of Embedded Power BI reports. I suggest you post the question in the dedicated Selenium forum and you will get better response there.
Thanks for your answer, ill try on Selenium forum. So frustrating I can get some of the widgets but not the embedded ones...
- VitoC9 years agoNew Member
Ok, I found the solution, it was because it was in a frame and i had to switch to this frame before getting anything.
Browser.WebDriver.SwitchTo().Frame(myFrame);
Hope it will be helpful to someone
- Anonymous4 years agoNot applicable
I'm with the same proble, but I didn't understand how you did it. Which version of selenium you are using? How did you identify which dataframe you need to access?