예제 #1
0
 public void tryUntil(
     BrowserAction tryThis, PredicateQuery until, TimeSpan waitBeforeRetry, Options options) {
   robustWrapper.tryUntil(tryThis, until, setOptions(options).Timeout, waitBeforeRetry);
 }