VisionAutomationFramework 2.0.27

There is a newer version of this package available.
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                
#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                

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 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.

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.