Exemplo n.º 1
0
 internal Task <string[]> PressAsync(bool isPageCall, string selector, string key, int delay, int?timeout, bool?noWaitAfter)
 => _channel.PressAsync(selector, key, delay, timeout, noWaitAfter, isPageCall);