Exemplo n.º 1
0
 internal Task <string> GetAttributeAsync(bool isPageCall, string selector, string name, int?timeout = null)
 => _channel.GetAttributeAsync(selector, name, timeout, isPageCall);