.NET SDK Reference (for Selenium)

OpenText Functional Testing for Developers (Selenium) is a solution that extends the Selenium API, increasing productivity and enabling you to create Selenium tests that are more robust and more maintainable.

This reference describes the classes provided by the .NET LeanFTForSelenium assembly and provides .NET code samples.

Use this SDK to create more robust or generic identifications for your objects, and use built-in utilities rather than writing them yourself from scratch.

For details about working with OpenText Functional Testing for Developers for Selenium, see Testing with Selenium.

This SDK includes the LeanFTForSelenium assembly, which contains one namespace: LeanFT.Selenium.

LeanFT.Selenium Namespace

Classes

 ClassDescription
By
Contains all OpenText Functional Testing for Developers (Selenium) By methods for locating elements.
ByAny
A locator that locates elements that match one or more of the specified locators (for example, attributes, tags, or styles).
ByEach
A locator that locates elements that match all of the specified locators (for example, attributes, tags, or styles).
Utils
OpenText Functional Testing for Developers (Selenium) utilities: Utils.GetSnapshot, Utils.Highlight, Utils.ScrollIntoView