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,718 public repositories matching this topic...

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

  • Updated Jun 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
blueyed
blueyed commented Jun 10, 2022

Using Browser('firefox') results in a DeprecationWarning:

~/Vcs/splinter/splinter/browser.py:113: in Browser
    return get_driver(driver, retry_count=retry_count, *args, **kwargs)
~/Vcs/splinter/splinter/browser.py:84: in get_driver
    return driver(*args, **kwargs)
~/Vcs/splinter/splinter/driver/webdriver/firefox.py:32: in __init__
    firefox_profile = FirefoxProfile(profile)
_
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