public static bool hasLink(this API_GuiAutomation guiAutomation, string text) //search on the first window
 {
     return(guiAutomation.link(text).notNull());
 }