Reputation: 73
No way to get html element like ie WebBrowser?WebBrowser.Document.GetElementById(string id); I am a new user of CefSharp,thanks!
Upvotes: 4
Views: 5021
Reputation: 307
browser.ExecuteScriptAsync("document.getElementById('element_Id');");
Upvotes: 3