gpt4 book ai didi

python - 在 Selenium 中使用 find_element_by_class_name 遍历多个类

转载 作者:太空宇宙 更新时间:2023-11-03 14:32:27 27 4
gpt4 key购买 nike

我在 Python 中使用 Selenium webdriver 进行网络抓取项目。

我正在处理的网页有许多具有相同类名的表条目。

<table class="table1 text print">

我正在使用 find_element_by_class_name。但是我收到一个错误:

*不允许使用复合类名 *

另一个问题:

如何遍历具有相同 css 类名的所有表?

谢谢

最佳答案

您应该使用 find_elements_by_class_name。这将返回一个可迭代对象。

关于python - 在 Selenium 中使用 find_element_by_class_name 遍历多个类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8285383/

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