Determines whether a specific element exists in the document.
[VB.NET] Public Function HasXPathAsync(ByVal XPath As String) As Task<bool>
[C#] public Task<bool> HasXPathAsync(string XPath);