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.
我的页面中有一个框架。我正在尝试使用以下内容更改输入字段:
Frame.TextField(Find.ById("blah")).Value ="test";
这设置了值,但是当我提交表单时,什么也没有发生,因为在输入信息时对输入进行了一些验证。
如果我有以下
Frame.TextField(Find.ById("blah")).TypeText("test");
输入框内没有文字会突出显示。我得到一个超时。可能出了什么问题?
约翰 - 继续使用您的代码
但也许然后单击其他字段,以便浏览器验证该值。另一方面 - 你得到什么错误?你能给我们一个代码片段吗