diff --git a/.gitignore b/.gitignore
index 967502a..b41063a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -130,3 +130,7 @@ Generated_Code #added for RIA/Silverlight projects
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
+
+# Exceptions
+!SwdPageRecorder/SwdPageRecorder.WebDriver/chromedriver.exe
+
diff --git a/SwdPageRecorder/SwdPageRecorder.ConfigurationFiles/profiles/ChromeProfile.json b/SwdPageRecorder/SwdPageRecorder.ConfigurationFiles/profiles/ChromeProfile.json
index d736bea..34ddb36 100644
--- a/SwdPageRecorder/SwdPageRecorder.ConfigurationFiles/profiles/ChromeProfile.json
+++ b/SwdPageRecorder/SwdPageRecorder.ConfigurationFiles/profiles/ChromeProfile.json
@@ -2,7 +2,7 @@
"profile": {
"profileId": "Chrome",
"displayName": "Chrome",
- "displayPriority": 1,
+ "displayPriority": 0,
"canUseWithLocalWebdriver": true,
"canUseWithRemoteWebdriver": true
},
diff --git a/SwdPageRecorder/SwdPageRecorder.ConfigurationFiles/profiles/FirefoxProfile.json b/SwdPageRecorder/SwdPageRecorder.ConfigurationFiles/profiles/FirefoxProfile.json
index e82b3aa..f79f08c 100644
--- a/SwdPageRecorder/SwdPageRecorder.ConfigurationFiles/profiles/FirefoxProfile.json
+++ b/SwdPageRecorder/SwdPageRecorder.ConfigurationFiles/profiles/FirefoxProfile.json
@@ -2,7 +2,7 @@
"profile": {
"profileId": "Firefox",
"displayName": "Firefox",
- "displayPriority": 0,
+ "displayPriority": 1,
"canUseWithLocalWebdriver": true,
"canUseWithRemoteWebdriver": true
},
diff --git a/SwdPageRecorder/SwdPageRecorder.UI/Properties/AssemblyInfo.cs b/SwdPageRecorder/SwdPageRecorder.UI/Properties/AssemblyInfo.cs
index f709c42..cc8196f 100644
--- a/SwdPageRecorder/SwdPageRecorder.UI/Properties/AssemblyInfo.cs
+++ b/SwdPageRecorder/SwdPageRecorder.UI/Properties/AssemblyInfo.cs
@@ -37,7 +37,7 @@
public class Build
{
- public const string Version = "2016.02.09";
- public const string WebDriverVersion = "v2.51";
+ public const string Version = "2016.07.01";
+ public const string WebDriverVersion = "v2.53";
}
diff --git a/SwdPageRecorder/SwdPageRecorder.WebDriver/SwdPageRecorder.WebDriver.csproj b/SwdPageRecorder/SwdPageRecorder.WebDriver/SwdPageRecorder.WebDriver.csproj
index 0052911..2ab1c7e 100644
--- a/SwdPageRecorder/SwdPageRecorder.WebDriver/SwdPageRecorder.WebDriver.csproj
+++ b/SwdPageRecorder/SwdPageRecorder.WebDriver/SwdPageRecorder.WebDriver.csproj
@@ -110,6 +110,9 @@
+
+ PreserveNewest
+
PreserveNewest
diff --git a/SwdPageRecorder/SwdPageRecorder.WebDriver/chromedriver.exe b/SwdPageRecorder/SwdPageRecorder.WebDriver/chromedriver.exe
new file mode 100644
index 0000000..d632f3c
Binary files /dev/null and b/SwdPageRecorder/SwdPageRecorder.WebDriver/chromedriver.exe differ
diff --git a/SwdPageRecorder/webdrivers/.not empty b/SwdPageRecorder/webdrivers/.not empty
deleted file mode 100644
index e69de29..0000000
diff --git a/build/go.bat b/build/go.bat
index 5d87a7f..9fe81b6 100644
--- a/build/go.bat
+++ b/build/go.bat
@@ -66,39 +66,42 @@ del /F /Q SwdPageRecorder_Latest\SwdPageRecorder.pdb
@echo [6/8] Shovelling coal into the build...
@REM Copy license, javascript files, code templates and WebDriver.dll
-@echo Copy JavaScript scripts
+@echo .... Copy JavaScript scripts
xcopy %SwdUiPath%\JavaScript SwdPageRecorder_Latest\JavaScript /e/y/i >>%STDOUT_DEFAULT%
-@echo Copy Code Templates
+@echo .... Copy Code Templates
xcopy %SwdUiPath%\CodeTemplates SwdPageRecorder_Latest\CodeTemplates /e/y/i >>%STDOUT_DEFAULT%
-@echo Copy JavaScript Snippets
+@echo .... Copy JavaScript Snippets
xcopy %SwdUiPath%\Snippets SwdPageRecorder_Latest\Snippets /e/y/i >>%STDOUT_DEFAULT%
-@echo Copy Nlog configuration file
+@echo .... Copy Nlog configuration file
copy %SwdUiPath%\NLog.config SwdPageRecorder_Latest\*.* /y >>%STDOUT_DEFAULT%
-@echo Copy license file
+@echo .... Copy license file
copy ..\license.md SwdPageRecorder_Latest\license.txt /y >>%STDOUT_DEFAULT%
-@echo Copy Selenium Start batch file
+@echo .... Copy Selenium Start batch file
copy %SwdUiPath%\start_selenium_server.bat SwdPageRecorder_Latest\start_selenium_server.bat /y >>%STDOUT_DEFAULT%
-@echo .NET Application Configuration file
+@echo .... .NET Application Configuration file
copy %SwdUiPath%\SwdPageRecorder.UI.exe.config SwdPageRecorder_Latest\SwdPageRecorder.exe.config /y >>%STDOUT_DEFAULT%
-@echo Copy Samples
+@echo .... Copy Samples
copy %SwdUiPath%\sample_ParserWebElements.js SwdPageRecorder_Latest\*.* /y >>%STDOUT_DEFAULT%
copy %SwdUiPath%\sample_ParserWebElements.lib.json2.js SwdPageRecorder_Latest\*.* /y >>%STDOUT_DEFAULT%
-@echo SWD Recorder configuration files and browser profiles
+@echo .... Copy chromedriver.exe
+copy %SwdUiPath%\chromedriver.exe SwdPageRecorder_Latest\*.* /y >>%STDOUT_DEFAULT%
+
+@echo .... SWD Recorder configuration files and browser profiles
copy %SwdUiPath%\_defaultConfiguration.json SwdPageRecorder_Latest\*.* /y >>%STDOUT_DEFAULT%
copy %SwdUiPath%\myConfiguration.json SwdPageRecorder_Latest\*.* /y >>%STDOUT_DEFAULT%
xcopy %SwdUiPath%\profiles SwdPageRecorder_Latest\profiles /e/y/i >>%STDOUT_DEFAULT%
-@echo Copy -- DONE
+@echo .... Copy -- DONE
-@echo create empty folder for Screenshots
+@echo .... create empty folder for Screenshots
md SwdPageRecorder_Latest\Screenshots
@REM # Copy WebDriver DLL files