Skip to content
#

selenium

Here are 7,238 public repositories matching this topic...

INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、中国移动、中国联通、中国电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源中国博客、简书。

  • Updated Sep 8, 2021
  • Python
eiko
eiko commented Mar 11, 2021

The current implementation of find_by_text uses the following xpath: //*[text()="some text"], which only looks at the first text node within an element. This makes it difficult to query for elements with text split across multiple text nodes.

I think it would be useful to add an alternative that acts more like element.textContent(), querying against all inner text of an element rather tha

Improve this page

Add a description, image, and links to the selenium topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the selenium topic, visit your repo's landing page and select "manage topics."

Learn more