我正在使用Oracle示例:2) 1,2,3,5,11第一个例子是我遇到的问题。我正在编写一个select查询,如: SELECT * from Table where Value IN (1,2,3,6-8,9-11)SELECT * from Table where Value IN (1,2,3,6,7,8,9,10,11)将解决我的问题
但在使用IE版本(9-11)时-
org.openqa.selenium.NoSuchElementException: Unable to find element with注意:我设置了IE9的所有先决条件,例如将所有internet区域设置为相同的级别、缩放级别、环境变量等。
如果你对此有任何解决办法,请建议我。