VisionAutomationFramework 2.0.30
dotnet add package VisionAutomationFramework --version 2.0.30
NuGet\Install-Package VisionAutomationFramework -Version 2.0.30
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VisionAutomationFramework" Version="2.0.30" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VisionAutomationFramework" Version="2.0.30" />
<PackageReference Include="VisionAutomationFramework" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VisionAutomationFramework --version 2.0.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: VisionAutomationFramework, 2.0.30"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=VisionAutomationFramework&version=2.0.30
#tool nuget:?package=VisionAutomationFramework&version=2.0.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Appium.WebDriver (>= 7.2.0)
- Castle.Core (>= 5.2.1)
- DotNetSeleniumExtras.PageObjects (>= 3.11.0)
- DotNetSeleniumExtras.WaitHelpers (>= 3.11.0)
- Microsoft.Bcl.Memory (>= 9.0.3)
- Microsoft.Bcl.TimeProvider (>= 9.0.3)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.3)
- Microsoft.IdentityModel.Tokens (>= 8.7.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.31.0)
- Selenium.WebDriver (>= 4.31.0)
- Selenium.WebDriver.ChromeDriver (>= 135.0.7049.4200)
- Selenium.WebDriver.GeckoDriver (>= 0.36.0)
- Selenium.WebDriver.IEDriver (>= 4.14.0)
- System.Buffers (>= 4.6.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Diagnostics.DiagnosticSource (>= 9.0.3)
- System.Drawing.Common (>= 9.0.3)
- System.Memory (>= 4.6.3)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
- System.Security.AccessControl (>= 6.0.1)
- System.Text.Json (>= 9.0.3)
- System.Threading.Tasks.Extensions (>= 4.6.3)
- System.ValueTuple (>= 4.6.1)
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 | 169 | 4/7/2025 |
2.0.29 | 158 | 4/7/2025 |
2.0.28 | 126 | 11/19/2024 |
2.0.27 | 119 | 10/28/2024 |
2.0.24 | 107 | 7/29/2024 |
2.0.23 | 151 | 5/29/2024 |
2.0.22 | 139 | 5/29/2024 |
2.0.21 | 143 | 5/28/2024 |
2.0.20 | 150 | 5/16/2024 |
2.0.19 | 411 | 1/4/2024 |
2.0.18 | 560 | 10/26/2023 |
2.0.17 | 498 | 9/13/2023 |
2.0.16 | 472 | 9/12/2023 |
2.0.15 | 622 | 4/28/2023 |
2.0.14 | 629 | 4/11/2023 |
2.0.13 | 796 | 12/5/2022 |
2.0.12 | 1,149 | 2/10/2022 |
2.0.11 | 833 | 12/7/2021 |
2.0.10 | 837 | 12/7/2021 |
2.0.9 | 1,042 | 12/6/2021 |
2.0.8 | 927 | 9/7/2021 |
2.0.7 | 883 | 7/22/2021 |
2.0.6 | 930 | 6/30/2021 |
2.0.5 | 921 | 2/25/2021 |
2.0.4 | 1,008 | 1/20/2021 |
2.0.3 | 845 | 1/20/2021 |
Icon added