Forum Discussion
Anonymous
6 years agoNot applicable
Windows Application: Not able to Switch to iframe window nested inside the same window.
Firstly, I have tried driver.switchTo().frame("framename"); but it does not switching to that. driver.switchTo().frame("xxx"); /// Throws an {"status":7,"value":{"error":"no such elem...
amitchandak
6 years agoSuper User
Anonymous , is you frame name is framename ?
driver.switchTo().frame("framename");
- Anonymous6 years agoNot applicable
amitchandak Yes, It is. I have also changed frame 'automationID', frame 'className' etc... and tried, Still it does not switching to that. Seems it might be a new session i.e. that frame load.
- Anonymous6 years agoNot applicable
Hi Anonymous,
Could you please provide the screen shot with the error message? In addition, you can try to create an issue ticket on GitHub to get support from the related team.
Best Regards
Rena