/// <summary> /// Try wait until the page object is visible on screen . /// </summary> /// <returns>Whether the page object is visible on screen.</returns> public bool TryWaitFor() => waiter.TryWaitFor(value => value);
/// <summary> /// Try wait until the page object is visible on screen . /// </summary> /// <returns>Whether the page object is visible on screen.</returns> public bool TryWaitFor() { return(waiter.TryWaitFor(value => value)); }