我的为什么启动失败了。。。
(好像是缺什么驱动?)
===============================
D:\selenium-server>java -jar selenium-server-standalone-3.3.1.jar
11:56:49.121 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
11:56:49.122 INFO - Launching a standalone Selenium Server
2017-03-22 11:56:49.224:INFO::main: Logging initialized @1216ms to org.seleniumh
q.jetty9.util.log.StdErrLog
11:56:49.327 INFO - Driver class not found: com.opera.core.systems.OperaDriver
11:56:49.328 INFO - Driver provider com.opera.core.systems.OperaDriver registrat
ion is skipped:
Unable to create new instances on this machine.
11:56:49.329 INFO - Driver class not found: com.opera.core.systems.OperaDriver
11:56:49.329 INFO - Driver provider com.opera.core.systems.OperaDriver is not re
gistered
11:56:49.354 INFO - Driver provider org.openqa.selenium.safari.SafariDriver regi
stration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform
=MAC}] does not match the current platform VISTA
2017-03-22 11:56:49.485:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-03-22 11:56:49.564:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletC
ontextHandler@d62f43{/,null,AVAILABLE}
2017-03-22 11:56:49.938:INFO:osjs.AbstractConnector:main: Started ServerConnecto
r@12b07fd{HTTP/1.1,[http/1.1]}{0.0.0.0:4444}
2017-03-22 11:56:49.940:INFO:osjs.Server:main: Started @1931ms
11:56:49.940 INFO - Selenium Server is up and running
这是启动后的信息。哪里错了呢??
缺少selenium-safari-driver。
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-safari-driver</artifactId>
<version>2.48.2</version>
</dependency>
怎么没看到哪写的。
而且我没装过safari