Ejemplo n.º 1
0
 /// <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);
Ejemplo n.º 2
0
 /// <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));
 }