I got an old computer that had an older version of Selenium on it so I uninstalled it and downloaded 3.3.1 but when I tried to install it I got a "A Java Exception has occurred" error. I want to use Python not java. How do I fix this?
Can you please help elaborate as to what do you mean by “I tried to install 3.3.1” ??
Maybe you could help list out all the steps that you followed one by one ?
I think you ended up downloading the uber jar from here and you are trying to run it as below
09:11 $ java -jar selenium-server-standalone-3.3.1.jar
09:11:35.152 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
09:11:35.153 INFO - Launching a standalone Selenium Server
2017-03-16 09:11:35.223:INFO::main: Logging initialized @579ms to org.seleniumhq.jetty9.util.log.StdErrLog
09:11:35.382 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform MAC
09:11:35.382 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform MAC
09:11:35.383 INFO - Driver class not found: com.opera.core.systems.OperaDriver
09:11:35.383 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
09:11:35.383 INFO - Driver class not found: com.opera.core.systems.OperaDriver
09:11:35.383 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
2017-03-16 09:11:35.622:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-03-16 09:11:35.668:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@1bce4f0a{/,null,AVAILABLE}
2017-03-16 09:11:35.720:INFO:osjs.AbstractConnector:main: Started ServerConnector@3fee9989{HTTP/1.1,[http/1.1]}{0.0.0.0:4444}
For running the uber jar you definitely need JDK8 to be installed on your machine. So please check if that pre-requisite is satisfied.
Thanks & Regards
Krishnan Mahadevan
"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"
My Scribblings @ http://wakened-cognition.blogspot.com/
My Technical Scribbings @ http://rationaleemotions.wordpress.com/
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/ece6b786-7081-43ea-8af7-9a092dd7eee6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Have you tried opening up a command prompt and then starting the server as a :
1. Standalone (or)
2. Hub (or)
3. Node
Via java -jar command ?
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/0c0d6ed1-3ac2-486b-b53b-f166130c7549%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
C:\Python34
" folder and all the install directions I have found call for that.To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/7b1d101f-2f69-477b-9f1d-36b72dd5ebc4%40googlegroups.com.