Java+Selenium 如何实现 关闭 当前窗口 并返回上一个 窗口 使用selenium中的driver.close()函数如果直接使用driver.close()函数,程序会报错,找不到页面tagat,可以使用以下方法实现public void closeWindow() { try { String winHandleBefore = driver.getWindowHandle();// 关闭 当前 任务:一个页面里包含两个iframe(暂且叫left iframe和right iframe),现在要求right iframe加载一个特定页面时,立即将此页面在主 窗口 显示。 这里设计3个页面,index.html、left.html、right.html。其中index中有两个iframe(left iframe和right iframe), left iframe显示页面为l