/// <summary> /// get the description text /// </summary> /// <returns>text</returns> public string GetDescription() { DescriptionLabel.Wait(2); if (Driver.WrappedDriver.GetType() == typeof(DummyDriver)) { DescriptionLabel.Text = FakeText; } return(DescriptionLabel.Text); }