Forum Discussion

VitoC's avatar
VitoC
New Member
9 years ago
Solved

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...
  • VitoC's avatar
    VitoC
    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