gpt4 book ai didi

selenium - 在 selenium webdriver 中将 xpath 转换为 css 无法正常工作?

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

在这里,我尝试如下从 xpath 更改为 css,但它对我不起作用。

Xpath 为

//*[@id='testPopups']/div[5]/div[1]/div[2]/div[7]/div/span 

CSS 作为
css=div[id='testPopups'] >div:nth-child(5) >div:nth-child(1) >div:nth-child(2) >div:nth-child(7)

当我将 FF 作为 EVAL 选项 checkin 时,它不起作用。任何人都可以指导我如何将 xpath 更改为上述的 css。

最佳答案

请尝试以下方法:

css=div#testPopups >div:nth-child(5) >div:nth-child(1) >div:nth-child(2) >div:nth-child(7) > div>span

关于selenium - 在 selenium webdriver 中将 xpath 转换为 css 无法正常工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36639368/

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