如果文本不在硒中的标签之外,该如何获取?

发布于 2025-01-24 16:22:42 字数 170 浏览 0 评论 0原文

<i class="icon solr-icon icon-ic-city"></i>"Solapur"

所以我想在标签的帮助下获取文本,但问题是 文字“浦那”在i标签外面。我可以使用李标签,但我不这样做。任何人都可以告诉我如何获得文字吗? 在标签外?

<i class="icon solr-icon icon-ic-city"></i>"Solapur"

So I want to get the text with the help of i tag, but the problem is
text "Pune" is out side the i tag. I can make use of li tag but I do not to do that. Can anyone tell me how to get text if the text is
outside the tag?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

メ斷腸人バ 2025-01-31 16:22:42

我不相信有一个特定的选择是硒,您必须选择封闭元素,然后检索innerhtml以获取源来获取源,包括您的文本,然后分析源很可能只是删除标签。

element.get_attribute('innerhtml')

I dont believe that there is a specific option to do this is selenium and you would have to select the enclosing element and then retrieve the innerHTML to get the source including the text you are interesed and then parse the source by most likely just removing the tag.

element.get_attribute('innerHTML')

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文