All Projects → macacajs → Macaca Chromedriver

macacajs / Macaca Chromedriver

Licence: mit
Node.js wrapper for the selenium chromedriver.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Macaca Chromedriver

TikTok
Download public videos on TikTok using Python with Selenium
Stars: ✭ 37 (+48%)
Mutual labels:  chromedriver
dockerfile
A collection of dockerfile I use
Stars: ✭ 90 (+260%)
Mutual labels:  chromedriver
Whatsapp Play
Command line software through which you can play with your WhatsApp. It is having different options to play with your WhatsApp like message blast, online tracking, whatsapp chat..
Stars: ✭ 289 (+1056%)
Mutual labels:  chromedriver
pyderman
Install Selenium-compatible Chrome/Firefox/Opera/PhantomJS/Edge webdrivers automatically.
Stars: ✭ 24 (-4%)
Mutual labels:  chromedriver
yt-videos-list
Create and **automatically** update a list of all videos on a YouTube channel (in txt/csv/md form) via YouTube bot with end-to-end web scraping - no API tokens required. Multi-threaded support for YouTube videos list updates.
Stars: ✭ 64 (+156%)
Mutual labels:  chromedriver
headless-chrome
Implementation of the new headless chrome with chromedriver and selenium.
Stars: ✭ 34 (+36%)
Mutual labels:  chromedriver
chameleon-crawler
Browser automation for Chameleon.
Stars: ✭ 17 (-32%)
Mutual labels:  chromedriver
Docker Python Chromedriver
Dockerfile for running Python Selenium in headless Chrome (Python 2.7 / 3.6 / 3.7 / 3.8 / Alpine based Python / Chromedriver / Selenium / Xvfb included in different versions)
Stars: ✭ 385 (+1440%)
Mutual labels:  chromedriver
mediaforge
A Discord bot for editing and creating videos, images, GIFs, and more!
Stars: ✭ 45 (+80%)
Mutual labels:  chromedriver
Whatsapp Web
WhatsApp chat from [command line, terminal, console, cli] 📵
Stars: ✭ 259 (+936%)
Mutual labels:  chromedriver
Insta-Bot
Python bot using Selenium increasing Instagram Followers.
Stars: ✭ 62 (+148%)
Mutual labels:  chromedriver
dusker
Stand alone Laravel Dusk test suit, which do not require Laravel framework itself
Stars: ✭ 28 (+12%)
Mutual labels:  chromedriver
whatabomb
A whatsapp bombing GUI Script
Stars: ✭ 84 (+236%)
Mutual labels:  chromedriver
devtools-proxy
Multiplexing proxy for Chrome DevTools. Fully compatible with Selenium and ChromeDriver
Stars: ✭ 64 (+156%)
Mutual labels:  chromedriver
Undetected Chromedriver
Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
Stars: ✭ 365 (+1360%)
Mutual labels:  chromedriver
docker-selenium-lambda
The simplest demo of chrome automation by python and selenium in AWS Lambda
Stars: ✭ 172 (+588%)
Mutual labels:  chromedriver
Auto-Download-QQMail-Attach
Python + Selenium + Chrome 模拟登陆QQ邮箱,批量下载附件,本地重命名
Stars: ✭ 38 (+52%)
Mutual labels:  chromedriver
12306python
An automatic 12306 hacking program by Python. 12306自动抢票程序
Stars: ✭ 487 (+1848%)
Mutual labels:  chromedriver
Node Chromedriver
An installer and wrapper for Chromedriver.
Stars: ✭ 378 (+1412%)
Mutual labels:  chromedriver
Thorium
Chromium fork for linux named after radioactive element No. 90. Windows and Special builds are in different repositories, links are towards the top of the README.md.
Stars: ✭ 45 (+80%)
Mutual labels:  chromedriver

macaca-chromedriver

NPM version build status Test coverage node version npm download

Node.js wrapper for the selenium chromedriver.

Contributors


xudafeng


ziczhu


paradite


Super-Ps


Yinxl


kyowang


Chan-Chun


zjhch123

This project follows the git-contributor spec, auto updated at Tue Oct 08 2019 13:15:48 GMT+0800.

Installment

$ npm i macaca-chromedriver --save-dev

Custom port

Another option is to use port variable MACACA_CHROMEDRIVER_PORT

$ MACACA_CHROMEDRIVER_PORT=9516 macaca run --verbose

Custom binaries url

To use a mirror of the ChromeDriver binaries use npm config property chromedriver_cdnurl. Default is http://chromedriver.storage.googleapis.com.

$ npm install chromedriver --chromedriver_cdnurl=http://npm.taobao.org/mirrors/chromedriver

Or add property into your .npmrc file.

$ chromedriver_cdnurl=http://npm.taobao.org/mirrors/chromedriver

Another option is to use PATH variable CHROMEDRIVER_CDNURL.

$ CHROMEDRIVER_CDNURL=http://npm.taobao.org/mirrors/chromedriver npm install chromedriver

Quick Start

$ chromedriver

Custom Version

$ CHROMEDRIVER_VERSION=2.2x npm i macaca-chromedriver -g

versioning list: https://chromedriver.chromium.org/downloads

License

The MIT License (MIT)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].