VisionAutomationFramework 2.0.29
See the version list below for details.
dotnet add package VisionAutomationFramework --version 2.0.29
NuGet\Install-Package VisionAutomationFramework -Version 2.0.29
<PackageReference Include="VisionAutomationFramework" Version="2.0.29" />
<PackageVersion Include="VisionAutomationFramework" Version="2.0.29" />
<PackageReference Include="VisionAutomationFramework" />
paket add VisionAutomationFramework --version 2.0.29
#r "nuget: VisionAutomationFramework, 2.0.29"
#:package VisionAutomationFramework@2.0.29
#addin nuget:?package=VisionAutomationFramework&version=2.0.29
#tool nuget:?package=VisionAutomationFramework&version=2.0.29
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. |
-
- Appium.WebDriver (>= 7.0.0)
- Castle.Core (>= 5.1.1)
- DotNetSeleniumExtras.PageObjects (>= 3.11.0)
- DotNetSeleniumExtras.WaitHelpers (>= 3.11.0)
- Microsoft.Bcl.Memory (>= 9.0.2)
- Microsoft.Bcl.TimeProvider (>= 9.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.2)
- Microsoft.IdentityModel.Tokens (>= 8.4.0)
- Microsoft.Win32.Registry (>= 5.0.0)
- morelinq (>= 4.4.0)
- Newtonsoft.Json (>= 13.0.3)
- NUnit (>= 3.14.0)
- RestSharp (>= 106.15.0)
- Selenium.Support (>= 4.28.0)
- Selenium.WebDriver (>= 4.28.0)
- Selenium.WebDriver.ChromeDriver (>= 133.0.6943.5300)
- Selenium.WebDriver.GeckoDriver (>= 0.35.0)
- Selenium.WebDriver.IEDriver (>= 4.14.0)
- System.Buffers (>= 4.6.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Diagnostics.DiagnosticSource (>= 9.0.2)
- System.Drawing.Common (>= 9.0.2)
- System.Memory (>= 4.6.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.0)
- System.Security.AccessControl (>= 6.0.1)
- System.Text.Json (>= 9.0.2)
- 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.30 | 191 | 4/7/2025 |
2.0.29 | 178 | 4/7/2025 |
2.0.28 | 142 | 11/19/2024 |
2.0.27 | 134 | 10/28/2024 |
2.0.24 | 122 | 7/29/2024 |
2.0.23 | 169 | 5/29/2024 |
2.0.22 | 156 | 5/29/2024 |
2.0.21 | 160 | 5/28/2024 |
2.0.20 | 166 | 5/16/2024 |
2.0.19 | 438 | 1/4/2024 |
2.0.18 | 578 | 10/26/2023 |
2.0.17 | 518 | 9/13/2023 |
2.0.16 | 496 | 9/12/2023 |
2.0.15 | 659 | 4/28/2023 |
2.0.14 | 665 | 4/11/2023 |
2.0.13 | 834 | 12/5/2022 |
2.0.12 | 1,195 | 2/10/2022 |
2.0.11 | 878 | 12/7/2021 |
2.0.10 | 883 | 12/7/2021 |
2.0.9 | 1,090 | 12/6/2021 |
2.0.8 | 972 | 9/7/2021 |
2.0.7 | 928 | 7/22/2021 |
2.0.6 | 971 | 6/30/2021 |
2.0.5 | 972 | 2/25/2021 |
2.0.4 | 1,055 | 1/20/2021 |
2.0.3 | 894 | 1/20/2021 |
Update of NuGet packages and small changes inside Page and WebElement assertions.