selenium之 定位以及切换frame(iframe)

 Set<String> windows = driver.getWindowHandles();
        int count = 0;
        for(String handle:windows){
            if(count == windows.size() - 1){
                driver.switchTo().window(handle);
            }else{
                count++;
            }
        }

selenium之 定位以及切换frame(iframe)

http://blog.csdn.net/huilan_same/article/details/52200586

 

 

定位撤回诉讼、查询框?

 

 

 

http://blog.csdn.net/anniejunyan/article/details/23257327

http://blog.csdn.net/huilan_same/article/details/52200586

 找不到ifame?

 

posted @ 2016-11-04 14:37  dieyaxianju  阅读(1795)  评论(0编辑  收藏  举报