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.
Source name="login" の場合、userbnameテキストボックスのユーザー名値ソースHtmlを設定するにはどうすればよいですか:
でシンプルですGeckoBrowser。次の 2 行でTextbox値が設定されます。
GeckoBrowser
Textbox
GeckoInputElement txtbox = new GeckoInputElement(geckobrowser1.Document.GetElementByName("login").DomObject); txtbox.Value = "Your string";