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(使用 eclipse 的服务器),我需要在网页上找到一个链接,例如这是链接,然后单击该链接。这样做的最佳方法是什么 - 在此先感谢您提供任何有用的建议。
编辑:链接本身不是静态的
假设链接文本发生变化,但位置保持不变。
driver.findElement(By.cssSelector("css")).click();
我能够简单地使用以下内容:
selenium.click("链接=登录"); //其中“登录”是链接的文本