Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只想在页面上可用时“登录”链接。如果它在页面上不可用,则表示用户已经登录。
我如何使用 Selenium IDE 来做到这一点?
对于链接,您可以使用以下 selenium IDE 命令。
Command : waitForText Target : link=textpresent on the link Value : text that should be present on the link