Legerity.Core 0.6.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Legerity.Core --version 0.6.4
NuGet\Install-Package Legerity.Core -Version 0.6.4
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="Legerity.Core" Version="0.6.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Legerity.Core --version 0.6.4
#r "nuget: Legerity.Core, 0.6.4"
#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 Legerity.Core as a Cake Addin
#addin nuget:?package=Legerity.Core&version=0.6.4

// Install Legerity.Core as a Cake Tool
#tool nuget:?package=Legerity.Core&version=0.6.4

This package is the core framework for speeding up the development of automated UI tests with Selenium/Appium including:
     - Page Object Pattern classes, for providing the base framework to build maintainable UI tests
     - AppManager, for configuring, launching, and managing the lifecycle of the application driver
     - ElementWrapper, for providing a base to build custom element wrappers for platform-specific elements
     - ByExtras, for providing additional query constraints for finding elements

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Legerity.Core:

Package Downloads
Legerity.Web

This package is a Web core extension to the Legerity framework for speeding up the development of automated UI tests with Selenium/Appium including: - WebElementWrapper, for creating element wrappers for custom controls - Button, a clickable button element - CheckBox, a checkable element - FileInput, an input element for uploading files - Image, a visual element for display images - List, an ordered or unordered list element with items - NumberInput, a text input element for numeric values - Option, an child option for a drop down element - RadioButton, a selectable button element - RangeInput, a value selection element that allows a value to be selected in a range - Select, a drop down selector - TextArea, a multi-line text input element - TextInput, a default text input element

Legerity.Windows

This package is a Windows core extension to the Legerity framework for speeding up the development of automated UI tests with Selenium/Appium including: - WindowsElementWrapper, for creating element wrappers for custom controls - AppBarButton, a clickable app bar button element - AppBarToggleButton, an app bar button element with a toggle state - AutoSuggestBox, a text input element which also has auto-complete capabilities - Button, a clickable button element - CalendarDatePicker, a popup element with capabilities to select a date from a calendar - CalendarView, a calendar date picker element - CheckBox, a checkable element - ComboBox, a drop down selector - CommandBar, a wrapper element for displaying app bar button elements - DatePicker, an element for selecting and validating dates - FlipView, a carousel-like element for viewing items within a collection - GridView, a visual list based element which shows items in a grid - Hub, a layout element for displaying content within sections - HyperlinkButton, a clickable URL button element - InkToolbar, a wrapper element for displaying ink selection elements - ListBox, a list item selector - ListView, a visual list based element which shows items in a vertical list - MenuFlyoutItem, a clickable element from a menu flyout - MenuFlyoutSubItem, a clickable sub element of a menu flyout item - PasswordBox, a text input element for secret values - Pivot, a layout element for displaying content on pivotal pages - ProgressBar, a visual indicator element for percentage progress - ProgressRing, a visual indicator element for progress - RadioButton, a selectable button element - Slider, a value selection element that allows a value to be selected in a range - TextBlock, a readonly text element - TextBox, a text input element - TimePicker, an element for selecting and validating time - ToggleButton, a button element with a toggle state - ToggleSwitch, a slider element with an on/off toggle state

Legerity.Android

This package is an Android core extension to the Legerity framework for speeding up the development of automated UI tests with Selenium/Appium including: - AndroidElementWrapper, for creating element wrappers for custom controls - Button, a clickable button element - CheckBox, a checkable element - DatePicker, an element for selecting and validating dates - EditText, a text input element - RadioButton, a selectable button element - Spinner, a drop down selector - Switch, a slider element with an on/off toggle state - TextView, a readonly text element - ToggleButton, a button element with a toggle state - View, a base for Android elements

Legerity.IOS

This package is an iOS core extension to the Legerity framework for speeding up the development of automated UI tests with Selenium/Appium including: - IOSElementWrapper, for creating element wrappers for custom controls

Legerity

This is a meta-package for the Legerity framework for speeding up the development of automated UI tests with Selenium/Appium including: - Page object pattern framework. - Windows core element wrappers. - Android core element wrappers. - iOS core element wrappers. - Web core element wrappers.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-alpha1 45 3/15/2024
0.14.0 20,262 2/17/2023
0.13.1 7,184 12/30/2022
0.13.0 3,104 12/23/2022
0.12.0 13,199 9/8/2022
0.12.0-preview2 2,327 6/9/2022
0.12.0-preview1 968 6/9/2022
0.11.1 3,716 6/6/2022
0.11.0 4,550 6/4/2022
0.10.0 4,106 4/28/2022
0.9.0 3,830 4/5/2022
0.8.2 3,476 3/24/2022
0.8.1 3,489 3/20/2022
0.8.0 3,482 3/19/2022
0.7.0 3,799 1/12/2022
0.7.0-preview1 1,233 11/12/2021
0.6.6 2,410 11/11/2021
0.6.5 2,964 9/25/2021
0.6.4 3,540 6/12/2021
0.6.3 2,276 6/6/2021
0.6.2 2,265 6/5/2021
0.6.1 2,262 6/3/2021
0.6.0 2,298 5/31/2021
0.6.0-pre1 1,470 3/27/2021