我正在使用Java与WebDriver.I必须在两帧之间切换.我已经在selenium IDE中记录了测试用例,并且我得到的值为selectFrame relative = top select Frame = middle Frame
但是有一个问题是它无法识别relative = top和middleFrame.如何使用Java在Selenium WebDriver中解决此问题?
我无法切换到给定示例的模态对话框
http://samples.msdn.microsoft.com/workshop/samples/author/dhtml/refs/showModalDialog2.htm
我不知道如何在模态对话框上获取元素
