Forum Discussion
VitoC
9 years agoNew Member
Clicking on a PowerBi Dashboard reports with Selenium
Hello there, I posted a message yesterday but it seems to have disapeared, i'm new here... Ok, my problem is that I dont success to click on a Dashboard widget (ChartPie for example) using selen...
- 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
VitoC
9 years agoNew Member
Thanks for your answer, ill try on Selenium forum. So frustrating I can get some of the widgets but not the embedded ones...
VitoC
9 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?