Hello I'm looking to check for an element within an html document within a CefSharp browser. CefSharp is an embeded, full-featured standards-complaint web browser for C# / .NET website here
Previously, You where able to check for html element ID's via this method:
If (Form2.WebBrowser1.Document.GetElementById("getnamehistory_arrow") IsNot Nothing) Then
End if
I have gone through some of the Frequently asked questions sections of the GitHub but cannot find anything that relates. If anyone here if familiar with CefSharp please feel free to give suggestions!