org.openqa.selenium.WebDriverException: cannot find : {platform=WINDOWS, browserName=firefox}
Build info: version: '2.0.0', revision: '12817', time: '2011-07-14 23:50:51'
System info: os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.6.7', java.version: '1.6.0_24'
Driver info: driver.version: RemoteWebDriver
.
.
.
Secondly, trying to run Chrome doesn't seem to work. I've downloaded the ChromeDriver and updated my path variable to include it, but still getting the following error(same when setting system property).
org.openqa.selenium.WebDriverException: The path to the chromedriver executable must be set by the webdriver.chrome.driver system property; for more information, see http://code.google.com/p/selenium/wiki/ChromeDriver. The latest version can be downloaded from http://code.google.com/p/chromium/downloads/list
Build info: version: '2.0.0', revision: '12817', time: '2011-07-14 23:50:51'
System info: os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.6.7', java.version: '1.6.0_24'
Driver info: driver.version: RemoteWebDriver
.
.
.
Finally, trying to run opera with 2.1.0 is giving the following error
org.openqa.selenium.WebDriverException: Unrecognized Windows Sockets error: 0: JVM_Bind
Build info: version: '2.0.0', revision: '12817', time: '2011-07-14 23:50:51'
System info: os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.6.7', java.version: '1.6.0_24'
Driver info: driver.version: RemoteWebDriver
.
.
.
Is Selenium 2 compatible with Windows 7 and/or Java service wrappers?
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/TT7chEjX3foJ.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.
org.openqa.selenium.WebDriverException: Could not start the process : Cannot run program "C:\\.launcher\launcher-win32-i86pc.exe": CreateProcess error=14001, This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem
Build info: version: '2.1.0', revision: '12971', time: '2011-07-18 11:18:42'
System info: os.name: 'Windows XP', os.arch: 'x86', os.version: '5.1', java.version: '1.6.0_06'
Driver info: driver.version: OperaDriver
Build info: version: '2.0.0', revision: '12817', time: '2011-07-14 23:50:51'
System info: os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.6.7', java.version: '1.6.0_26'
Driver info: driver.version: RemoteWebDriver
Any ideas?
Ok, so after some research, I found out that Windows doesn't updated the environment variables for the "Local System User" until you reboot the machine. However, even with the reboot, I'm still seeing errors with IE/Chrome/Opera, though my Opera error has now changed to
org.openqa.selenium.WebDriverException: Unrecognized Windows Sockets error: 0: JVM_Bind
Build info: version: '2.1.0', revision: '12971', time: '2011-07-19 23:39:39'
System info: os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.6.7', java.version: '1.6.0_26'
Driver info: driver.version: RemoteWebDriver
.
.
.
As for Chrome, still seeing the webdriver.chrome.driver error even though its clearly defined on my Path and IE is complaining about the Protected Mode even though I've set them all to the same value. This may be due to group privledges on the machine though and need to look into this further.
Anyone have any help they can privde with getting Chrome/Opera/Ie up and running with Grid 2?
org.openqa.selenium.WebDriverException: Unrecognized Windows Sockets error: 0: JVM_Bind
Build info: version: '2.1.0', revision: '12971', time: '2011-07-19 23:39:39'
System info: os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.6.7', java.version: '1.6.0_26'
Driver info: driver.version: RemoteWebDriver
.
.
.
As for Chrome, still seeing the webdriver.chrome.driver error even though its clearly defined on my Path and IE is complaining about the Protected Mode even though I've set them all to the same value. This may be due to group privledges on the machine though and need to look into this further.
Anyone have any help they can privde with getting Chrome/Opera/Ie up and running with Grid 2?