
исходники взял отсюда http://selenium.goog...e.com/svn/trunk
полный текст ошибки при сборке:
Error 1 The command "if %PROCESSOR_ARCHITECTURE% == x86 (
if not defined PROCESSOR_ARCHITEW6432 (
echo Detected 32-bit platform
if exist "D:\projects\Selenium 2\trunk\build\cpp\Win32\Debug\IEDriver.dll" (
echo Found IE 32-bit native binary, copying from Win32 build target D:\projects\Selenium 2\trunk\build\cpp\Win32\Debug\IEDriver.dll
copy /y "D:\projects\Selenium 2\trunk\build\cpp\Win32\Debug\IEDriver.dll" "D:\projects\Selenium 2\trunk\build\cli\Debug\" > NUL
) else (
echo Missing IE 32-bit native binary, copying from Win32 prebuilt location D:\projects\Selenium 2\trunk\cpp\prebuilt\Win32\Release\IEDriver.dll
copy /y "D:\projects\Selenium 2\trunk\cpp\prebuilt\Win32\Release\IEDriver.dll" "D:\projects\Selenium 2\trunk\build\cli\Debug\" > NUL
)
goto end
)
)
echo Detected 64-bit platform
if exist "D:\projects\Selenium 2\trunk\build\cpp\x64\Debug\IEDriver.dll" (
echo Found IE 64-bit native binary, copying from x64 build target D:\projects\Selenium 2\trunk\build\cpp\x64\Debug\IEDriver.dll
copy /y "D:\projects\Selenium 2\trunk\build\cpp\x64\Debug\IEDriver.dll" "D:\projects\Selenium 2\trunk\build\cli\Debug\" > NUL
) else (
echo Missing IE 64-bit native binary, copying from x64 prebuilt location D:\projects\Selenium 2\trunk\cpp\prebuilt\x64\Release\IEDriver.dll
copy /y "D:\projects\Selenium 2\trunk\cpp\prebuilt\x64\Release\IEDriver.dll" "D:\projects\Selenium 2\trunk\build\cli\Debug\" > NUL
)
:end
if exist D:\projects\Selenium 2\trunk\build\javascript\firefox-driver\webdriver.xpi (
echo Copying Firefox extension from D:\projects\Selenium 2\trunk\build\javascript\firefox-driver\webdriver.xpi
copy /y D:\projects\Selenium 2\trunk\build\javascript\firefox-driver\webdriver.xpi D:\projects\Selenium 2\trunk\build\cli\Debug\ > NUL
) else (
echo WARN: No Firefox extension found at D:\projects\Selenium 2\trunk\build\javascript\firefox-driver\webdriver.xpi
)
" exited with code 1. WebDriver