简体   繁体   中英

C# InvokeMember, GetElementById, SetAttribute in CefSharp ChromiumWebBrowser

有什么方法可以在CefSharp ChromiumWebBrowser中使用这三个功能,也可以使用类似的功能。

use ExecuteScript method

chromeBrowser.ExecuteScript("document.getElementById('element_id')")
chromeBrowser.ExecuteScript("document.getElementById('element_id')[0].setAttribute('name','value')")

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM