gpt4 book ai didi

testing - selenium rc 中不存在 waitfornottext

转载 作者:行者123 更新时间:2023-11-28 21:34:26 24 4
gpt4 key购买 nike

我正在使用 Selenium RC 进行测试,但其中不存在大多数 waitforNottext 等。知道为什么吗?

我是不是漏了什么

最佳答案

如果您使用 java 和 Selenium RC,则可以将条件更改为否定,即 -

while(count>0)
if(!selenium.isTextPresent("text")) {
Thread.Sleep(1000)[
}
count--;
}

关于testing - selenium rc 中不存在 waitfornottext,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5218429/

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