selenium-webdriver
Here are 2,267 public repositories matching this topic...
After the introduction of Public workers API, run-workers can be refracted with the help of this API. This will help us to make enhancements and fixes on workers seamlessly.
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
Automated driver management for Selenium WebDriver
-
Updated
Sep 3, 2020 - Java
A New Version of 30 Days of Python is nearly here. Get started today.
-
Updated
Jul 29, 2020 - Jupyter Notebook
A complete test automation tool
-
Updated
Aug 5, 2020 - Python
An installer and wrapper for Chromedriver.
-
Updated
Aug 27, 2020 - JavaScript
C#/.NET test automation framework for web
-
Updated
Sep 1, 2020 - C#
Linkedin Scraper using Selenium Web Driver, Chromium headless, Docker and Scrapy
-
Updated
Aug 23, 2020 - Python
Html Elements is a Java framework providing easy-to-use way of interaction with web-page elements in web-page tests.
-
Updated
Apr 1, 2020 - Java
headless chrome + selenium webdriver in AWS Lambda using the serverless application model
-
Updated
Apr 23, 2019 - JavaScript
Connect Jest tests to Selenium WebDriver
-
Updated
Aug 13, 2019 - JavaScript
C# Framework to automate tests using Selenium WebDriver
-
Updated
Aug 21, 2020 - C#
Simple yet powerful automation stuffs.
-
Updated
Jul 17, 2020 - Python
PHP libraries that makes Selenium WebDriver + PHPUnit functional testing easy and robust
-
Updated
Feb 17, 2020 - PHP
Hello,
I need to scrape linkedin POSTS: extract coments, views, frofiles of peoples who interact wth the post...
So please, Austin or anyone else, have you any idea to do it using scrape company !!
JUnit 5 extension for Selenium
-
Updated
Sep 3, 2020 - Java
Perl Bindings to the Selenium Webdriver server
-
Updated
Mar 23, 2020 - Perl
Tools that will make writing tests, bots and scrapers using Selenium much easier
-
Updated
Sep 2, 2020 - Python
Webium is a Page Object pattern implementation library for Python (http://martinfowler.com/bliki/PageObject.html). It allows you to extend WebElement class to your custom controls like Link, Button and group them as pages.
-
Updated
Jan 4, 2017 - Python
Both firefox and chrome (with some noise from Edge) support headless, and the selenium images referenced in the readme allow disabling running the display server if the inner browsers support headless. Would be great to either A) have a headless option or B) have the abilities to append capabilities.
Browser test automation using Selenium WebDriver in Java
-
Updated
Apr 15, 2020 - Java
Build more expressive integration tests with webdriver sugar for chai.js
-
Updated
Jun 11, 2020 - CoffeeScript
Powerful Visual Subdomain Enumeration at the Click of a Mouse
-
Updated
Jun 6, 2019 - Python
Automated end-to-end tests for WordPress.com
-
Updated
Apr 15, 2019 - JavaScript
An example using Selenium webdrivers for python and Scrapy framework to create a web scraper to crawl an ASP site
-
Updated
Feb 28, 2019 - Python
Browser test automation using Selenium WebDriver in C#
-
Updated
Aug 5, 2019 - C#
lots of spider (很多爬虫)
-
Updated
Nov 8, 2018 - Python
Improve this page
Add a description, image, and links to the selenium-webdriver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the selenium-webdriver 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