Controls
A Control is a declaration in a PageObject, and is a representation in code of an element. An element is the representation from the UI.

QualityMate uses interfaces to declare a control in the PageObject class.
To use a QualityMate interface you need to add it as a type of the defined control from the Mobilize.Qualitymate.ControlInterfaces
namespace.
Check the control types we support in the following link.
Last updated
Was this helpful?