开发者

waitfornottext not present in selenium rc

I am testi开发者_高级运维ng using Selenium RC but most of the waitforNottext etc are not present in it. Any idea why?

Am I missing something


If you use java and Selenium RC then can change condition to negation i.e. -

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

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜