diff --git a/README.md b/README.md index 76ac921..3547578 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, Office 2016, chromedriver 81.0.4044.69 and Chrome 81.
+Can be installed per-user (no admin required). 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")] 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