Closed lukeis closed 8 years ago
Reported by a.u.savchuk
on 2013-08-13 14:18:05
Reported by andreastt@opera.com
on 2013-08-13 14:22:08
Fixed by https://code.google.com/p/selenium/source/detail?r=85152130998a7956a3bc1e0117d20b9c603067d2
Reported by andreastt@opera.com
on 2013-08-13 15:19:57
Fixed
Any idea, when this fix will be available in the official selenium jars?
Reported by JCrown.new2sky
on 2013-08-17 10:42:43
It will be available in 2.35.0.
Reported by andreas.tolf.tolfsen
on 2013-08-19 06:48:26
I upgraded to Selenium version to 2.35.0, and I am getting this exception :
Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/Keyboard
at www.learn.selenium.opera.main(opera.java:20)
Caused by: java.lang.ClassNotFoundException: org.openqa.selenium.Keyboard
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 1 more
When i downgraded to 2.33.0, it worked fine.
Reported by JCrown.new2sky
on 2013-08-19 17:20:53
@JCrown.new2sky: how do you use Selenium? if you use it via maven please update operadriver
version too.
Reported by barancev
on 2013-08-19 19:20:09
We still need to push a new operadriver version against 2.35.0 for the driver dependency
to work as expected. In the meantime you can build operadriver from HEAD to get it
working against 2.35.0.
Reported by andreastt@opera.com
on 2013-08-20 09:39:56
Ah, I did not catch operadriver is not in the maven central yet, sorry.
Reported by barancev
on 2013-08-20 09:59:42
I am not using maven. may be I should wait for the next release.
Reported by JCrown.new2sky
on 2013-08-20 17:36:10
So you can download an updated operadriver from [1]
[1] https://selenium.googlecode.com/git/third_party/java/opera-driver/operadriver-1.4-5-g0310e9d.jar
Reported by barancev
on 2013-08-20 20:32:12
Hi,
I have the same problem, also with the driver pointed out in the comment form barancev
from Aug 20th
Reported by dermicha.MDS
on 2013-08-23 09:18:29
https://selenium.googlecode.com/git/third_party/java/opera-driver/operadriver-1.5.jar
I added the above jar and it worked fine with Selenium server standalone 2.35. Thanks.
Reported by JCrown.new2sky
on 2013-08-31 14:22:21
I believe you introduced a bug when committing code. See issue opened today:
https://code.google.com/p/selenium/issues/detail?id=7632&thanks=7632&ts=1406035456
Basically the problem still exists. Started in 2.36 - 2.41
Reported by majones713
on 2014-07-22 13:27:27
Reported by luke.semerau
on 2015-09-17 18:17:46
Originally reported on Google Code with ID 6094
Reported by
a.u.savchuk
on 2013-08-13 14:16:56