我在 Selenium IDE 中记录了我的测试;它在 Firefox 和 Chrome 中运行良好。当我在 IE 9 中运行它时,我不断收到此错误。我是编码新手,无法找到答案。如果有人可以用外行的方式向我解释正在发生的事情/为什么会这样,我将不胜感激。
org.openqa.selenium.NoSuchElementException: Unable to find element with css selector == BODY (WARNING: The server did not provide any stacktrace information)
Java 代码:
assertTrue(driver.findElement(By.cssSelector("BODY")).getText().matches("^[\\s\\S]*Final[\\s\\S]*$"));