「.NET版のSeleniumでTextAreaにテキストを入力する」の版間の差分

提供:MonoBook
編集の要約なし
編集の要約なし
 
7行目: 7行目:
   textarea.SendKeys(text);
   textarea.SendKeys(text);
</source>
</source>
== 関連項目 ==
* [[.NET版のSeleniumでTextAreaのテキストを取得する]]


[[category: Selenium]]
[[category: Selenium]]
[[category: Xamarin.Mac]]
[[category: Xamarin.Mac]]

2021年9月9日 (木) 06:30時点における最新版

SeleniumでTextAreaにテキストを入力するには「SendKeys」だ。 TextプロパティかSetStringメソッドあたりがあるのかと思ったがまったく違った。

「SendKeys」だ。

  textarea.SendKeys(text);

関連項目[編集 | ソースを編集]