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.
Div 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")