如何在 WatiN 中的文本字段中插入批量文本

发布于 2024-10-25 00:29:35 字数 73 浏览 2 评论 0原文

只是想知道是否有办法将批量短信插入到 WatiN 的文本字段中?我正在寻找一种快速方法来插入数据而不是使用 .TypeText 函数

Just wondering whether there is a way to insert a bulk text message into a text field in WatiN? I am looking for a fast method to insert data instead of using .TypeText function

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

<逆流佳人身旁 2024-11-01 00:29:35

您在寻找 Value 属性吗?

Are you looking for Value property?

梦明 2024-11-01 00:29:35

您可以用来

txtFeild.SetAttributeValue("value", "your vaue");

设置文本框或文本区域的值;

You can use

txtFeild.SetAttributeValue("value", "your vaue");

to set the value of a textbox or textarea;

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文