python + selenium + iewebdriver自动测试时,在打开ie浏览器显示网页内容后,调用find_element(BY.ID)查找元素时,发生异常。信息显示:selenium.common.Exceptions.NoSuchWindowException: message:Unable to find element on closed window。同样的网页在Chrome和Firefox下运行正常。不知道该怎么处理。