VisionAutomationFramework 2.0.28
dotnet add package VisionAutomationFramework --version 2.0.28
NuGet\Install-Package VisionAutomationFramework -Version 2.0.28
<PackageReference Include="VisionAutomationFramework" Version="2.0.28" />
paket add VisionAutomationFramework --version 2.0.28
#r "nuget: VisionAutomationFramework, 2.0.28"
// Install VisionAutomationFramework as a Cake Addin #addin nuget:?package=VisionAutomationFramework&version=2.0.28 // Install VisionAutomationFramework as a Cake Tool #tool nuget:?package=VisionAutomationFramework&version=2.0.28
Vision Automation Framework (VAF)
VAF is a robust QA automation solution built on top of Selenium WebDriver, providing a comprehensive set of tools for web application testing.
Features
- Multi-browser support (Chrome, Firefox, IE, Safari)
- BrowserStack integration
- Page Object Model implementation
- Element-specific action and assertion classes
- Scope management (Browser, Page, Section)
- XML-based logging system
Installation
Install VAF via NuGet Package Manager:
Install-Package VisionAutomationFramework
Quick Start
using VisionAutomationFramework.Browsers;
using VisionAutomationFramework.Extensions;
// Initialize browser
var browser = Testing.On<Chrome>();
// Navigate to a page
browser.LetsNavigateTo("https://www.visionautomationframework.com/");
Documentation
For detailed documentation, please visit https://www.visionautomationframework.com/quick-start-guide.
Contributing
We welcome contributions! Please see our Contact Us for details.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- Castle.Core (>= 5.1.1)
- DotNetSeleniumExtras.PageObjects (>= 3.11.0)
- DotNetSeleniumExtras.WaitHelpers (>= 3.11.0)
- Microsoft.Bcl.TimeProvider (>= 9.0.0)
- Microsoft.IdentityModel.Tokens (>= 8.2.1)
- morelinq (>= 4.3.0)
- Newtonsoft.Json (>= 13.0.3)
- NUnit (>= 3.14.0)
- RestSharp (>= 106.15.0)
- Selenium.Support (>= 4.26.1)
- Selenium.WebDriver (>= 4.26.1)
- Selenium.WebDriver.ChromeDriver (>= 131.0.6778.6900)
- Selenium.WebDriver.GeckoDriver (>= 0.35.0)
- Selenium.WebDriver.IEDriver (>= 4.14.0)
- System.Buffers (>= 4.6.0)
- System.Drawing.Common (>= 9.0.0)
- System.Memory (>= 4.6.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.0)
- System.Security.AccessControl (>= 6.0.1)
- System.Text.Json (>= 9.0.0)
- System.Threading.Tasks.Extensions (>= 4.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.28 | 60 | 11/19/2024 |
2.0.27 | 89 | 10/28/2024 |
2.0.24 | 87 | 7/29/2024 |
2.0.23 | 137 | 5/29/2024 |
2.0.22 | 125 | 5/29/2024 |
2.0.21 | 131 | 5/28/2024 |
2.0.20 | 137 | 5/16/2024 |
2.0.19 | 391 | 1/4/2024 |
2.0.18 | 550 | 10/26/2023 |
2.0.17 | 487 | 9/13/2023 |
2.0.16 | 463 | 9/12/2023 |
2.0.15 | 604 | 4/28/2023 |
2.0.14 | 613 | 4/11/2023 |
2.0.13 | 775 | 12/5/2022 |
2.0.12 | 1,119 | 2/10/2022 |
2.0.11 | 802 | 12/7/2021 |
2.0.10 | 805 | 12/7/2021 |
2.0.9 | 1,011 | 12/6/2021 |
2.0.8 | 893 | 9/7/2021 |
2.0.7 | 846 | 7/22/2021 |
2.0.6 | 893 | 6/30/2021 |
2.0.5 | 876 | 2/25/2021 |
2.0.4 | 966 | 1/20/2021 |
2.0.3 | 802 | 1/20/2021 |
Updated dependency packages to their latest versions for improved performance and compatibility.