Selenium Server - driver class not found?

Hi All,

I’m trying to get Selenium Server up and running for the first time but have encountered an issue. I am expecting to get a ‘RemoteWebdriverInstances should connect to…’ line but instead I’m getting ‘driver class not found’ issues. I have added Java bin folder and even the location of my various drivers to my path; any ideas?

22:55:35.803 INFO - Selenium build info: version: ‘3.4.0’, revision: ‘unknown’
22:55:35.804 INFO - Launching a standalone Selenium Server
2017-06-29 22:55:35.818:INFO::main: Logging initialized @197ms to org.seleniumhq.jetty9.util.log.StdErrLog
22:55:35.860 INFO - Driver class not found: com.opera.core.systems.OperaDriver
22:55:35.861 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
22:55:35.861 INFO - Driver class not found: com.opera.core.systems.OperaDriver
22:55:35.861 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
22:55:35.862 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
_ registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform WIN10_
2017-06-29 22:55:35.896:INFO:osjs.Server:main: jetty-9.4.3.v20170317
2017-06-29 22:55:35.920:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@1057a39{/,null,AVAILABLE}
2017-06-29 22:55:35.980:INFO:osjs.AbstractConnector:main: Started ServerConnector@85bdee{HTTP/1.1,[http/1.1]}{0.0.0.0:4444}
2017-06-29 22:55:35.981:INFO:osjs.Server:main: Started @360ms
22:55:35.981 INFO - Selenium Server is up and running

Thanks :slight_smile:
sad_muso

Problem now resolved but cannot find a way to delete post!

Do not delete
Post your solution so others can learn from it.

2 Likes

Hi all,

Really sorry, but I have forgotten what the fix was now as moved away from Selenium Server for the time being. In future I’ll always provide a solution once found.

Thanks

James