0

为了设置此功能,我应该添加什么maven依赖项以及应该导入什么库?pom.xmlChromeOptions

opts.setCapability(CapabilityType.UNEXPECTED_ALERT_BEHAVIOUR, UnexpectedAlertBehaviour.IGNORE);

需要设置它以避免出现以下异常:

org.openqa.selenium.UnhandledAlertException:意外警报打开:{警报文本:滥用限制触发}

4

1 回答 1

0

好吧,这里的进口是:

import org.openqa.selenium.remote.CapabilityType;
import org.openqa.selenium.UnexpectedAlertBehaviour;

我真的不明白为什么我的 IDE 没有自动向我推荐它们?

于 2021-08-25T20:01:31.717 回答