selenium
Here are 6,767 public repositories matching this topic...
-
Updated
Jul 24, 2021 - Python
-
Updated
Nov 13, 2018 - TypeScript
End-to-end testing framework written in Node.js and using the Webdriver API
-
Updated
Aug 6, 2021 - JavaScript
一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
-
Updated
May 15, 2020 - Python
E2E test framework for Angular apps
-
Updated
Jun 3, 2021 - JavaScript
INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱
-
Updated
Jul 22, 2021 - Python
Docker images for the Selenium Grid Server
-
Updated
Aug 4, 2021 - Shell
PHP client for Selenium/WebDriver protocol. Previously facebook/php-webdriver
-
Updated
Jul 25, 2021 - PHP
Android in docker solution with noVNC supported and video recording
-
Updated
Aug 5, 2021 - Shell
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file
-
Updated
Aug 6, 2021 - JavaScript
Selenium-python but lighter: Helium is the best Python library for web automation.
-
Updated
May 24, 2021 - Python
My project have routing based on hosts. But web driver make request to http://127.0.0.1:9080.
How can i change host?
A flexible and scalable container based Selenium Grid with video recording, live preview, basic auth & dashboard.
-
Updated
Jul 22, 2021 - Java
-
Updated
Aug 6, 2021 - Python
Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary.
-
Updated
Jul 29, 2021 - Go
- Linux
- Windows
- Firefox
Linux is pretty similar and even easier than macOS, there is a google-chrome binary in PATH and it can be parsed to any of the channels. (google-chrome --version)
Automated driver management for Selenium WebDriver
-
Updated
Aug 6, 2021 - Java
Learn Python for the next 30 (or so) Days.
-
Updated
Jun 11, 2021 - HTML
Integration layer between Requests and Selenium for automation of web actions.
-
Updated
Oct 17, 2019 - Python
-
Updated
Aug 4, 2021
-
Updated
May 20, 2021 - JavaScript
Automation-friendly framework for Continuous Testing by
-
Updated
Aug 6, 2021 - Python
Today, I stumbled upon the lack of ability to set the page load timeout defined by the W3C WebDriver standard [1]. The underlying Python Selenium implementation does provide a corresponding set_page_load_timeout method in selenium.webdriver.remote.webdriver.WebDriver [2].
Too me, it is not completely clear how this should be handled on the library level. SeleniumLibrary currently has two ki
Improve this page
Add a description, image, and links to the selenium topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the selenium topic, visit your repo's landing page and select "manage topics."


The current implementation of
find_by_textuses 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