All Projects → dezeroku → GeckoDriver_ARMv6

dezeroku / GeckoDriver_ARMv6

Licence: MPL-2.0 license
Compiled binaries of Gecko Driver for ARMv6 architecture (cross-compiled)

Projects that are alternatives of or similar to GeckoDriver ARMv6

Marionette client
Mozilla's Gecko Marionette client in golang
Stars: ✭ 21 (-4.55%)
Mutual labels:  firefox, selenium
Nvidia Sniper
🎯 Autonomously buy Nvidia Founders Edition GPUs as soon as they become available.
Stars: ✭ 193 (+777.27%)
Mutual labels:  firefox, selenium
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (+259.09%)
Mutual labels:  firefox, selenium
Geckodriver
WebDriver for Firefox
Stars: ✭ 5,641 (+25540.91%)
Mutual labels:  firefox, geckodriver
jest-selenium
This project shows how to drive your selenium tests with Jest.
Stars: ✭ 22 (+0%)
Mutual labels:  selenium, geckodriver
Foxr
🦊 Node.js API to control Firefox
Stars: ✭ 783 (+3459.09%)
Mutual labels:  firefox, selenium
Marionette
Selenium alternative for Crystal. Browser manipulation without the Java overhead.
Stars: ✭ 119 (+440.91%)
Mutual labels:  firefox, selenium
TestLeafSeleniumTraining
This is public repository for Selenium Learners at TestLeaf
Stars: ✭ 80 (+263.64%)
Mutual labels:  firefox, selenium
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 (+190.91%)
Mutual labels:  selenium, geckodriver
Dockselpy
Dockerized Selenium and Python with support for Chrome, Firefox and PhantomJS
Stars: ✭ 237 (+977.27%)
Mutual labels:  firefox, selenium
Singlefile
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
Stars: ✭ 4,417 (+19977.27%)
Mutual labels:  firefox, selenium
WaWebSessionHandler
(DISCONTINUED) Save WhatsApp Web Sessions as files and open them everywhere!
Stars: ✭ 27 (+22.73%)
Mutual labels:  firefox, selenium
Playwright Go
Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
Stars: ✭ 272 (+1136.36%)
Mutual labels:  firefox, selenium
Singlefilez
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a self-extracting HTML/ZIP polyglot file
Stars: ✭ 882 (+3909.09%)
Mutual labels:  firefox, selenium
WhatsApp-Scraping
Python script to get WhatsApp iformation frrom WhatsApp Web
Stars: ✭ 76 (+245.45%)
Mutual labels:  firefox, selenium
Docker Python Xvfb Selenium Chrome Firefox
Dockerfiles for Python 3.6/2.7 & Selenium in a headless Chrome or Firefox environment
Stars: ✭ 82 (+272.73%)
Mutual labels:  firefox, selenium
Webdrivermanager
WebDriverManager (Copyright © 2015-2021) is a project created and maintained by Boni Garcia and licensed under the terms of the Apache 2.0 License.
Stars: ✭ 1,808 (+8118.18%)
Mutual labels:  selenium, geckodriver
Openrunner
Computest Openrunner: Benchmark and functional testing for frontend-heavy web applications
Stars: ✭ 16 (-27.27%)
Mutual labels:  firefox, selenium
Selenium Python Helium
Selenium-python but lighter: Helium is the best Python library for web automation.
Stars: ✭ 2,732 (+12318.18%)
Mutual labels:  firefox, selenium
pyderman
Install Selenium-compatible Chrome/Firefox/Opera/PhantomJS/Edge webdrivers automatically.
Stars: ✭ 24 (+9.09%)
Mutual labels:  selenium, geckodriver

TL;DR

This repo contains geckodriver binaries compiled for ARMv6. These should work for example on Raspberry Pi Zero W and similar hardware. GeckoDriver version you are going to download has to match with your selenium version and Firefox version. You should find necessary information in Selenium documentation.

How to download

Open Releases tab, find version that suits you, click on Assets and download attached geckodriver binary.

Disclaimer

Sad thing is, if you own RPi Zero or anything of similar computing capacities, it's probably too slow to run firefox anyway. First try to run firefox alone and check if it's performance is enough for you. If it is, have some fun with binaries in these repo.

I have not used binaries newer than v.0.18.0 so I am not sure whether they work or not. Download and try your luck with those.

Issues

Please DO NOT open issues which are about Selenium or Firefox. If your program does not run and it outputs some error, first try to google for answer, take a quick look at documentation and if this does not help then consider adding issue to adequate repository (Selenium, GeckoDriver). Remember that you should always try to find answer for your problems first, and only if you don't find anything open a new issue.

If output of your program clearly indicates that there was a problem with this particular compiled binary, you should:

  1. Redownload binary and try again
  2. Give binary permission to execute (chmod +x geckodriver) and run it. If it runs, it means that binary probably is not the problem. If you get some strange error trying just to run the binary, then open a new issue.

Versions

Already compiled:

  • Release v0.26.0

  • Release v0.25.0

  • Release v.0.24.0

  • Release v.0.22.0

  • Release v.0.21.0

  • Release v.0.19.1

  • Release v.0.19.0

  • Release v.0.18.0

  • Release v.0.17.0

  • Release v.0.16.1

Error in compilation:

  • Release v.0.20.0

  • Release v.0.20.1

  • Release v.0.23.0

Inspiration:

I could not find any compiled geckodriver binaries for my RPi Zero W. That was quite frustrating so I googled a bit, found Docker crosscompiler for Rust image by dlecan, and decided to gve it a try.

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].