Skip to content
#

Selenium

selenium logo

Selenium is an umbrella project encapsulating a variety of tools and libraries enabling web browser automation. Selenium specifically provides an infrastructure for the W3C WebDriver specification — a platform and language-neutral coding interface compatible with all major web browsers.

Here are 8,416 public repositories matching this topic...

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

  • Updated Mar 12, 2022
  • Python
fakeid30
fakeid30 commented Feb 7, 2021

Is your feature request related to a problem? Please describe.
A new contributor will feel overwhelmed when they will try to contribute to this project.

Describe the solution you'd like
Add a architecture.md as described in this blog post

Describe alternatives you've considered
Not having architecture.md.

**Add

enhancement help wanted good first issue
eikobear
eikobear 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

selenium-ide
mattmundell
mattmundell commented Feb 19, 2022

🚀 Feature Proposal

Reduce UI overhead of switching from recording to playing:

  • enable the play button in the top bar when recording is active
  • remove the confirmation dialog from the "Play From Here" menu item.

Motivation

When I'm creating and editing tests I am constantly switching between recording and playing. These two items get in the way. For instance I reach for the p

good first issue
Organization
SeleniumHQ
Website
www.selenium.dev
Wikipedia
Wikipedia