gpt4 book ai didi

Selenium WebDriver C#通过href路径查找元素

转载 作者:行者123 更新时间:2023-12-04 05:04:01 36 4
gpt4 key购买 nike

我该如何点击
<a href="Vacancies.aspx?param=apply:16 " title="Please click to apply ">Apply</a>
我在页面上有一些“应用”链接。我应该单击apply:16(不适用:10,11,n)。

我有一个脚本(watir,ruby):
browser.link(:href, "Vacancies.aspx?param=apply:16").click
Selenium WebDriver C#应该如何?

我试过了driver.FindElement(By.LinkText("Apply")).Click();但是如您所知,这是行不通的。

谢谢

最佳答案

试试看下面的定位器。

By.CssSelector("[href*='Vacancies.aspx?param=apply:16']")

关于Selenium WebDriver C#通过href路径查找元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16208925/

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