Closed poorvikamahesh closed 9 years ago
There are three options you can take to switch to a frame:
client.frame(0)
(though not sure if 0 is the current frame, if so use 1)name="myIframe"
then you can switch calling client.frame("myIframe")
element
method and then pass the result to the frame commandClosing due to inactivity. Feel free to reopen this issue if you still have problems ;-)
After hovering over a particular element, a new frame is loaded.
The iframe tag is as below -
The code I am using to switch to frame is as below
But I am getting a NoSuchFrame exception.
Please help!!