gpt4 book ai didi

watin - 我可以使用 WatiN 读取 JavaScript 警报框吗?

转载 作者:行者123 更新时间:2023-12-04 02:04:08 25 4
gpt4 key购买 nike

我想使用 WatiN 来验证 JavaScript 警报框中的错误消息。这可能吗?谢谢。

最佳答案

Trev's Bloghere以及。

using(IE ie = new IE("http://hostname/pagename.htm"))
{
AlertDialogHandler alertDialogHandler = new AlertDialogHandler();
using (new UseDialogOnce(ie.DialogWatcher, alertDialogHandler ))
{
/*************************************
* -- alert -- *
* *
* must use the "NoWait" to allow *
* the code to goto the next line *
* *
*************************************/

alertDialogHandler.WaitUntilExists();
alertDialogHandler.OKButton.Click();
ie.WaitForComplete();
}
}

关于watin - 我可以使用 WatiN 读取 JavaScript 警报框吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/458177/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com