Hello,
In the application under test I am facing one issue of locator identification.
We have one webpage to test where there is one video, dashboard and graphs.
I want to mouse hover on the graph / dashboard to make it zoom so details can be seen. Here I dont want to click on it.
Same is with Video where I want to right click on video and need to share it with other resources.
It looks like video and dashboard are in different frames than the page.
Not able to automate it using python selenium.
I tried with all the locators. I used Chropath also.
Any suggestion how to switch between frames in python selenium
Thanks in Advance
Ads...