selenium
Here are 4,933 public repositories matching this topic...
-
Updated
Nov 13, 2018 - TypeScript
-
Updated
Aug 18, 2020 - Python
End-to-end testing framework written in Node.js and using the Webdriver API
-
Updated
Sep 4, 2020 - 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
Sep 1, 2020 - JavaScript
Docker images for the Selenium Grid Server
-
Updated
Sep 5, 2020 - Shell
Android in docker solution with noVNC supported and video recording
-
Updated
Sep 2, 2020 - Shell
Web Extension for Firefox/Chrome/Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file
-
Updated
Sep 5, 2020 - JavaScript
Please, provide access to HTML attributes through item getters.
The following code makes three assertions of which only one works.
import operator
import splinter
b = splinter.Browser()
b.visit('https://www.google.com/')
q = b.find_by_name('q').first
assert 'q' == q.get('name')
assert 'q' == operator.itemgetter('name')(q)
assert 'q' == q['name']
_I would write the chang
A flexible and scalable container based Selenium Grid with video recording, live preview, basic auth & dashboard.
-
Updated
Aug 30, 2020 - Java
My project have routing based on hosts. But web driver make request to http://127.0.0.1:9080.
How can i change host?
Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary.
-
Updated
Sep 2, 2020 - Go
-
Updated
Sep 5, 2020 - Python
Integration layer between Requests and Selenium for automation of web actions.
-
Updated
Oct 17, 2019 - Python
-
Updated
Nov 25, 2019 - JavaScript
- 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
Sep 4, 2020 - Java
A New Version of 30 Days of Python is nearly here. Get started today.
-
Updated
Sep 3, 2020 - HTML
Automation-friendly framework for Continuous Testing by
-
Updated
Sep 3, 2020 - Python
-
Updated
Aug 25, 2020
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."


What are you trying to achieve? (Expected behavior)
Sometimes, async elements overlaying another element intercept clicks, even though
ElementToBeClickablesuggests that the underlying element is clickable (it's not)What do you get instead? (Actual behavior)
The method to return true only when the element really is clickable. When other