0

我一定会使用 IE 进行某个测试,并且一切顺利,直到我尝试按下一个按钮,它会生成一个报告。

WebElement btn=driver.findElement(....);//gets the button
btn.click(); // this does indeed click the button
println("Random message") //<-it doesn't get to this

我在源代码中看到的是该按钮有一个 onClick 以开头的很多行:

return document.getElementById(...[LOTS OF elements and attributes....validation]....)

那么,鉴于我能够提供的信息量很少,以前有没有人遇到过这种情况?在运行时没有提供任何异常或任何类型的提示。

4

0 回答 0