Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
分区 ID:ct100_cphRoblox_CommentsPane_BlueCommentBtn 类:BlueCommentBtn
请帮忙,我只需要按下按钮即可。
假设你想运行附加到它的 onclick 处理程序的东西,你可以;
Dim id As String = "ct100_cphRoblox_CommentsPane_BlueCommentBtn" WebBrowser1.Document.GetElementById(id).InvokeMember("click")
(类似地.InvokeMember("onmousedown")等人)
.InvokeMember("onmousedown")