Object identification in leanft in C sharp

You can launch Object Identification Center in visual studio by clicking on the object identification center menu item under LeanFT menu. Below screenshot shows the Object Identification Center showing the properties of the Calculator window.The rectangle tool in the bottom is used to highlight the object. Another important tool is code generator (Just adjacent to the highlight tool). When I hit the generate code button, below code was generated to identify the calculator window.
 
Desktop.Describe<IWindow>(new WindowDescription
    {
    IsOwnedWindow = false,
    IsChildWindow = false,
    WindowClassRegExp = @”CalcFrame”,
    WindowTitleRegExp = @”Calculator”
    });
    

Web development and Automation testing

solutions delivered!!