/// <summary> /// Method to check whether the 'greetings' textlabel is displayed. /// </summary> /// <returns>True if the element is displayed, false otherwise.</returns> public bool GreetingsAreDisplayed() { return(WaitHelpers.IsDisplayed(this.driver, this.textlabelGreetings)); }