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
Super User
6 years agoAnonymous , is you frame name is framename ?
driver.switchTo().frame("framename");
Anonymous
6 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.