0

我只想在页面上可用时“登录”链接。如果它在页面上不可用,则表示用户已经登录。

我如何使用 Selenium IDE 来做到这一点?

4

1 回答 1

0

对于链接,您可以使用以下 selenium IDE 命令。

Command : waitForText
Target  : link=textpresent on the link
Value   : text that should be present on the link
于 2013-09-27T07:45:51.937 回答