UFT Developer for Selenium SDK (.NET) Reference

UFT Developer for 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 UFT Developer for Selenium .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 UFT Developer for Selenium, see UFT Developer for Selenium.

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

LeanFT.Selenium Namespace

Classes

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