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