Okapi 2.1.4
dotnet add package Okapi --version 2.1.4
NuGet\Install-Package Okapi -Version 2.1.4
<PackageReference Include="Okapi" Version="2.1.4" />
paket add Okapi --version 2.1.4
#r "nuget: Okapi, 2.1.4"
// Install Okapi as a Cake Addin #addin nuget:?package=Okapi&version=2.1.4 // Install Okapi as a Cake Tool #tool nuget:?package=Okapi&version=2.1.4
Robust Web UI test automation API with the capability of searching web elements by anchors, i.e. "anchor `First Name` search <input>", "Sign In", "parent `Is this true?` anchor <label> `Yes` search <button/span>", etc., more intuitive and easier than traditonal methods (xpath, css selector, id, name, class name, link, etc.), making Web UI automation testing much simpler and more cost effective
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- DotNetSeleniumExtras.WaitHelpers (>= 3.11.0)
- ExtSelenium (>= 1.2.6)
- LiteDB (>= 4.1.4)
- Newtonsoft.Json (>= 12.0.2)
- Ninject (>= 3.3.4)
- Okapi.Common (>= 1.1.0)
-
.NETFramework 4.6
- DotNetSeleniumExtras.WaitHelpers (>= 3.11.0)
- ExtSelenium (>= 1.2.6)
- LiteDB (>= 4.1.4)
- Newtonsoft.Json (>= 12.0.2)
- Ninject (>= 3.3.4)
- Okapi.Common (>= 1.1.0)
-
.NETFramework 4.7
- DotNetSeleniumExtras.WaitHelpers (>= 3.11.0)
- ExtSelenium (>= 1.2.6)
- LiteDB (>= 4.1.4)
- Newtonsoft.Json (>= 12.0.2)
- Ninject (>= 3.3.4)
- Okapi.Common (>= 1.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Add
- ITestObject ForEach<T, V>(Action<ITestObject, T, V> action, IDictionary<T, V> dataSet);
- ITestObject ForEach<T, V>(IDictionary<T, V> dataSet, Action<ITestObject, T, V> action);
to ITestObject