Exemplo n.º 1
0
 internal Task CheckAsync(bool isPageCall, string selector, int?timeout = null, bool force = false, bool?noWaitAfter = null)
 => _channel.CheckAsync(selector, timeout, force, noWaitAfter, isPageCall);
Exemplo n.º 2
0
 internal Task CheckAsync(bool isPageCall, string selector, Position position, bool?force, bool?noWaitAfter, float?timeout)
 => _channel.CheckAsync(selector, position, timeout, force ?? false, noWaitAfter, isPageCall);