internal Task <bool> IsHiddenAsync(bool isPageCall, string selector, int?timeout = null) => _channel.IsHiddenAsync(selector, timeout, isPageCall);