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.
我有一个页面需要填写文本字段并按下搜索按钮。我终于想出点击这样的按钮:
ie.Eval("$('#btnSearch').click();");
但是,成功单击按钮后,会出现一个新按钮。这个新按钮是我的问题。它不在源代码中。在IE中,使用开发工具,当我点击它时它不会选择。但要继续沿着 watin 自动化路径前进,我必须点击它。
如果有人能对此有所了解,我将不胜感激。我需要单击该按钮,因为它不仅会转到 url,而且会根据在原始文本框中输入的数据传递参数。
谢谢