![]() |
VOOZH | about |
dotnet add package Okapi --version 2.1.4
NuGet\Install-Package Okapi -Version 2.1.4
<PackageReference Include="Okapi" Version="2.1.4" />
<PackageVersion Include="Okapi" Version="2.1.4" />Directory.Packages.props
<PackageReference Include="Okapi" />Project file
paket add Okapi --version 2.1.4
#r "nuget: Okapi, 2.1.4"
#:package Okapi@2.1.4
#addin nuget:?package=Okapi&version=2.1.4Install as a Cake Addin
#tool nuget:?package=Okapi&version=2.1.4Install as a Cake Tool
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 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 is compatible. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 is compatible. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
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