"发生JNI错误,请检查您的安装并尝试 再次"
线程中的异常" main" java.lang.NoClassDefFoundError: org / openqa / selenium / I nvalidArgumentException
我创建了jar
我制作的硒功能。我无法运行select col1, col2, col3, col4 from table1
where col4 is not null
and (
(#Prompt('p1','token','0')# = 1) OR
(#Prompt('p1','token','0')# = 2 and col1 is null and col2 is not null) OR
(#Prompt('p1','token','0')# = 3 and col1 is not null and col2 is null) OR
(#Prompt('p1','token','0')# = 4 and col1 is null and col2 is null)
)
文件。我已经在CLASS PATH中设置了Selenium罐子,虽然我收到了这个错误。需要帮助。