javascript-SetValue无法处理到textArea的大量数据
发布时间:2022-04-13 22:55:40 316
相关标签: # 前端
请帮忙。我正在尝试使用javascript automation测试textarea控件的最大字符限制,但它被卡住了,测试在超时3分钟后失败。
它只适用于较小的文本值,比如100到500个字符左右。
let text='this is random text is used and will be repeated to reach the limit of 5000 characters in this text area field this is random text is used and will be repeated to reach the limit of 5000 characters in this text area field.';
for(let count=0;count<10;count++)
{
text += text;
}
myTextAreaControl().click();
myTextAreaControl().setValue([text]);
特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报