How to get the InnerHTML contents in CefSharp ?
Using DevTools.DOM.GetOuterHTMLAsync method i am able to fecth OuterHTML value of below node of link(
https://www.virustotal.com/gui/home/search ) in cefsharp.
<p class="mb-0 col-md-8 text-center"> Search for a hash, domain, IP address, URL or gain additional context and threat landscape visibility with <a class="link-primary text-uppercase" href="
https://www.virustotal.com/gui/intelligence-overview">VT Enterprise</a>. </p>
But i am not finding any DevTools.DOM method to fetch InnerHTML.
Is there any option other than running a JavaScript command?