VisionAutomationFramework 2.0.27
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package VisionAutomationFramework --version 2.0.27
NuGet\Install-Package VisionAutomationFramework -Version 2.0.27
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.27" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VisionAutomationFramework --version 2.0.27
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: VisionAutomationFramework, 2.0.27"
#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.
// Install VisionAutomationFramework as a Cake Addin #addin nuget:?package=VisionAutomationFramework&version=2.0.27 // Install VisionAutomationFramework as a Cake Tool #tool nuget:?package=VisionAutomationFramework&version=2.0.27
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.
-
- Castle.Core (>= 5.1.1)
- DotNetSeleniumExtras.PageObjects (>= 3.11.0)
- DotNetSeleniumExtras.WaitHelpers (>= 3.11.0)
- Microsoft.IdentityModel.Tokens (>= 8.1.2)
- morelinq (>= 4.3.0)
- Newtonsoft.Json (>= 13.0.3)
- NUnit (>= 3.14.0)
- RestSharp (>= 106.15.0)
- Selenium.Support (>= 4.25.0)
- Selenium.WebDriver (>= 4.25.0)
- Selenium.WebDriver.ChromeDriver (>= 130.0.6723.6900)
- Selenium.WebDriver.GeckoDriver (>= 0.35.0)
- Selenium.WebDriver.IEDriver (>= 4.14.0)
- System.Drawing.Common (>= 8.0.10)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Security.AccessControl (>= 6.0.1)
- System.Text.Json (>= 8.0.5)
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 |
Update of Actions and Assertions. Icon added.