So right now I\'m trying to figure out how I can switch focus to a frame in Selenium 2 when the frame has no name or id? For a named frame I do:
driver.Switc
You can use the index of the frame. Since you don't have name and id for the frame, driver.switchTo().frame(int frameIndex)