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.
如何在 sahi 中编写自定义脚本以在弹出窗口中记录文本框文本?拜托,有人建议我主文件,我可以在哪里编写用于 sahi 工具录制的自定义函数?
对于弹出窗口,使用 _selectWindow() API。例如:
_selectWindow("/1/"); //这里在 Sahi 控制器中,您可以在前缀字段中看到弹出窗口 id,如果它是动态的,您也可以使用 id 作为正则表达式,就像我使用的那样。
_click(_span(15));
_selectWindow();