From f799bf97d8e193219f37ea94a34281dc2bb22b15 Mon Sep 17 00:00:00 2001 From: T800 Date: Sun, 3 May 2020 00:19:43 +0200 Subject: [PATCH 1/6] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 76ac921..fc57709 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # SeleniumBasic A Selenium based browser automation framework for VB.Net, Visual Basic Applications and VBScript + +## Updates +Compiled for .NET 4 +Tested and working on Windows 10 and Office 2016. +Can be installed per-user (no admin required). From cbdbc4632c07d76df148176e6199f42606d692f3 Mon Sep 17 00:00:00 2001 From: T800 Date: Sun, 3 May 2020 00:19:55 +0200 Subject: [PATCH 2/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc57709..8c434e9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ A Selenium based browser automation framework for VB.Net, Visual Basic Applications and VBScript ## Updates -Compiled for .NET 4 -Tested and working on Windows 10 and Office 2016. +Compiled for .NET 4
+Tested and working on Windows 10 and Office 2016.
Can be installed per-user (no admin required). From 7c15f7a03b2e8eed766dc2e7aa590ae9b885208b Mon Sep 17 00:00:00 2001 From: T800 Date: Sun, 3 May 2020 00:20:41 +0200 Subject: [PATCH 3/6] compiled for .NET 4 --- Selenium/Selenium.csproj | 487 ++++++++++++++++++++------------------- 1 file changed, 245 insertions(+), 242 deletions(-) diff --git a/Selenium/Selenium.csproj b/Selenium/Selenium.csproj index 53020c5..8426da1 100644 --- a/Selenium/Selenium.csproj +++ b/Selenium/Selenium.csproj @@ -1,249 +1,252 @@ - - - - - Debug - AnyCPU - {B30CE36F-3653-4610-9519-FAA61E8FC12B} - Library - Properties - Selenium - Selenium - v3.5 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 2 - true - false - x86 - true - - - pdbonly - false - bin\Release\ - TRACE - prompt - 4 - true - bin\Release\Selenium.XML - false - AnyCPU - false - - - - - - true - ..\..\..\AppData\Local\SeleniumBasic\ - TRACE;DEBUG;Test - true - full - x86 - false - prompt - MinimumRecommendedRules.ruleset - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Form - - - ExceptionDialog.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xcopy /D /Y "$(ProjectDir)\..\References\firefoxdriver.xpi" . -xcopy /D /Y "$(ProjectDir)\..\References\chromedriver.exe" . -xcopy /D /Y "$(ProjectDir)\..\References\operadriver.exe" . -xcopy /D /Y "$(ProjectDir)\..\References\iedriver.exe" . -xcopy /D /Y "$(ProjectDir)\..\References\iedriver64.exe" . -xcopy /D /Y "$(ProjectDir)\..\References\phantomjs.exe" . - + + + + + Debug + AnyCPU + {B30CE36F-3653-4610-9519-FAA61E8FC12B} + Library + Properties + Selenium + Selenium + v4.0 + 512 + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 2 + true + false + x86 + false + + + pdbonly + false + bin\Release\ + TRACE + prompt + 4 + true + + + false + AnyCPU + false + + + + + + true + ..\..\..\AppData\Local\SeleniumBasic\ + TRACE;DEBUG;Test + true + full + x86 + false + prompt + MinimumRecommendedRules.ruleset + false + + + true + + + key.snk + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Form + + + ExceptionDialog.cs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --> \ No newline at end of file From 045f0c62910bda733dd0db3783ef7881f35b370c Mon Sep 17 00:00:00 2001 From: T800 Date: Sun, 3 May 2020 00:21:29 +0200 Subject: [PATCH 4/6] updated version info --- Selenium/Properties/AssemblyInfo.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Selenium/Properties/AssemblyInfo.cs b/Selenium/Properties/AssemblyInfo.cs index e36a124..e804afb 100644 --- a/Selenium/Properties/AssemblyInfo.cs +++ b/Selenium/Properties/AssemblyInfo.cs @@ -8,11 +8,11 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Selenium .Net/COM binding")] +[assembly: AssemblyTitle("Selenium .Net 4/COM binding")] [assembly: AssemblyDescription("Selenium Type Library")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Florent BREHERET")] -[assembly: AssemblyProduct("SeleniumBasic")] +[assembly: AssemblyProduct("SeleniumBasic 4")] [assembly: AssemblyCopyright("")] [assembly: AssemblyURL(@"https://github.com/florentbr/SeleniumBasic")] [assembly: AssemblyTrademark("")] @@ -36,9 +36,9 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.9.0")] -[assembly: AssemblyFileVersion("2.0.9.0")] -[assembly: TypeLibVersion(2, 0)] +[assembly: AssemblyVersion("4.0.9.0")] +[assembly: AssemblyFileVersion("4.0.9.0")] +[assembly: TypeLibVersion(4, 0)] [assembly: NeutralResourcesLanguage("en-US")] From 7e17edfaced8c39f5d32fbcbac4a38d4d7da0b1f Mon Sep 17 00:00:00 2001 From: T800 Date: Sun, 3 May 2020 00:24:31 +0200 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c434e9..a717966 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ A Selenium based browser automation framework for VB.Net, Visual Basic Applicati ## Updates Compiled for .NET 4
-Tested and working on Windows 10 and Office 2016.
+Tested and working on Windows 10, Office 2016, latest chromedriver.exe and Chrome 81.
Can be installed per-user (no admin required). From c2f0da09d62aa359b2ea2f75f94e920a5e936186 Mon Sep 17 00:00:00 2001 From: T800 Date: Sun, 3 May 2020 00:51:16 +0200 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a717966..3547578 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ A Selenium based browser automation framework for VB.Net, Visual Basic Applicati ## Updates Compiled for .NET 4
-Tested and working on Windows 10, Office 2016, latest chromedriver.exe and Chrome 81.
+Tested and working on Windows 10, Office 2016, chromedriver 81.0.4044.69 and Chrome 81.
Can be installed per-user (no admin required).