gpt4 book ai didi

java - 无法单击 '100' 搜索结果类和 xpath - selenium webdriver java

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

无法单击“100”按钮来显示所提供的 HTMl 的 100 个结果。我已经尝试过 Xpath、类、cssselector,但是我显然做错了一些事情。

HTML: https://pastebin.com/miyyVLP7

页面网址:https://www.dlapiper.com/en/uk/people/#q=london&sort=relevancy

        WebElement hundredResults = driver.findElement(By.xpath("//div[@id='peoplesearch']/div[3]/div[4]/div[9]/ul/li[4]/a"));

hundredResults.click();

最佳答案

这会起作用:

element=driver.find_element_by_xpath("//[@id='peoplesearch']/div[3]/div[4]/div[9]/ul/li[a")
driver.execute_script("arguments[0].click();", element)

按钮前面似乎还有另一个元素。

关于java - 无法单击 '100' 搜索结果类和 xpath - selenium webdriver java,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62374383/

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