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 |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.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