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");