#
selenium
Here are 5,077 public repositories matching this topic...
-
Updated
Nov 13, 2018 - TypeScript
python
twitter-bot
selenium
facebook-login
spiders
weixinbot
jingdong
sina-spider
github-login
zhihu-spider
tuchong
taobao-spider
bilibili-login
lagou-spider
163mail-login
douban-spider
guoke-spider
-
Updated
Oct 1, 2020 - Python
End-to-end testing framework written in Node.js and using the Webdriver API
nodejs
javascript
testing
discussion
webdriver
selenium
chromedriver
selenium-server
end-to-end-testing
nightwatch
automated-testing
nightwatchjs
w3c-webdriver
-
Updated
Sep 26, 2020 - JavaScript
一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
python
crawler
spider
example
selenium
multithreading
stock
wechat
taobao
pyquery
tmall
fund
agent-pool
wechat-report
-
Updated
May 15, 2020 - Python
E2E test framework for Angular apps
-
Updated
Sep 1, 2020 - JavaScript
Docker images for the Selenium Grid Server
-
Updated
Oct 1, 2020 - Shell
Android in docker solution with noVNC supported and video recording
android
emulator
docker
kubernetes
jenkins
aws
cloud
azure
terraform
selenium
gcp
mobile-app
novnc
saltstack
android-emulator
selenium-grid
mobile-web
docker-android
genymotion
alibabacloud
-
Updated
Sep 2, 2020 - Shell
INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰 ,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、中国移动、中国联通、中国电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源中国博客、简书。
-
Updated
Sep 15, 2020 - Python
Web Extension for Firefox/Chrome/Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file
nodejs
javascript
chrome-extension
cli
firefox
screenshot
chrome
osint
browser
firefox-addon
annotations
snapshot
selenium
archive
web-extension
add-on
puppeteer
auto-save
offline-reading
-
Updated
Oct 1, 2020 - JavaScript
jsfehler
commented
Sep 24, 2020
ie: Update https://splinter.readthedocs.io/en/latest/drivers/chrome.html with
from selenium import webdriver
chrome_options = webdriver.chrome.options.Options()
chrome_options.binary_location = "/path/to/canary"
browser = Browser('chrome', options=chrome_options)
but for Firefox as well.
A flexible and scalable container based Selenium Grid with video recording, live preview, basic auth & dashboard.
-
Updated
Sep 9, 2020 - Java
2
grachevko
commented
Oct 5, 2018
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
Oct 1, 2020 - Go
python
testing
jenkins
webdriver
selenium
e2e-tests
pytest
functional-testing
recorder
end-to-end-testing
selenium-python
azure-devops
github-actions
-
Updated
Sep 30, 2020 - Python
Integration layer between Requests and Selenium for automation of web actions.
-
Updated
Oct 17, 2019 - Python
-
Updated
Nov 25, 2019 - JavaScript
corevo
commented
Sep 20, 2019
- 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 30, 2020 - Java
A New Version of 30 Days of Python is nearly here. Get started today.
python
api
flask
automation
tutorial
csv
jupyter
rest-api
selenium
pandas
python3
web-scraping
selenium-webdriver
fastapi
-
Updated
Oct 1, 2020 - HTML
Automation-friendly framework for Continuous Testing by
-
Updated
Sep 30, 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
ElementToBeClickable
suggests 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