gpt4 book ai didi

java - Webdriver/Java/Xpath : How can I click the second "Login" link

转载 作者:行者123 更新时间:2023-12-01 14:17:00 25 4
gpt4 key购买 nike

如何使用 xpath 表达式告诉 Selenium Webdriver 单击页面上的第二个“登录”链接?

或者:

如何将其转换为绝对 xpath

(//输入[@name='commit'])[2]

最佳答案

在 Chrome 中打开网页,检查元素,右键单击突出显示的节点,然后单击“复制 XPath”。

它应该看起来像:

//a[text()="Login"]

关于java - Webdriver/Java/Xpath : How can I click the second "Login" link,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18041202/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com