gpt4 book ai didi

Selenium 的CSS查询

转载 作者:太空宇宙 更新时间:2023-11-03 19:13:07 24 4
gpt4 key购买 nike

css=table#playlistTable tr:nth(0) span[class='playlistNumDisplay smallFont']

我在上面的 CSS 中遇到错误。我想基本上转到“PlaulistTable”下的第一个“tr”,然后在第一个“tr”下我想选择 span[class='playlistNumDisplay smallFont']

我在这里做错了什么?谢谢你的帮助

最佳答案

您的意思可能是 :nth-child(1):nth-of-type(1) 而不是简单的 :nth(0) 这是无效的 CSS。

如果您专门寻找第一个匹配项,您还可以使用 :first-child:first-of-type 而不是 nth -() 变体。

Quirksmode 在这里有一个很好的可用选择器列表 http://www.quirksmode.org/css/contents.html (连同浏览器兼容性图表,但我认为在 Selenium 查询的上下文中这与您无关)

希望对您有所帮助。

关于 Selenium 的CSS查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7634163/

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