标签: selenium selenium-ide
我想在网页上提供“登录”链接。如果它在页面上不可用,则意味着用户已经登录。
如何使用Selenium IDE进行此操作?
答案 0 :(得分:0)
对于链接,您可以使用以下selenium IDE命令。
Command : waitForText Target : link=textpresent on the link Value : text that should be present on the link