gpt4 book ai didi

javascript - Jmeter - WebDriver 采样器

转载 作者:行者123 更新时间:2023-11-29 16:01:37 27 4
gpt4 key购买 nike

我需要等待一个元素从屏幕上消失。我知道如何等待元素可见,我使用了以下代码:

wait.until(conditions.presenceOfElementLocated(pkg.By.xpath("mainLoadingDialog")))

现在我只需要做相反的事情,等到元素不再可见。

最佳答案

使用ExpectedConditions.invisibilityOfElementLocated :

 until(ExpectedConditions.invisibilityOfElementLocated(pkg.By.xpath("mainLoadingDialog")));

An expectation for checking that an element is either invisible or not present on the DOM.

关于javascript - Jmeter - WebDriver 采样器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52479224/

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