webdrivers VS Poltergeist

Compare webdrivers vs Poltergeist and see what are their differences.

webdrivers

Keep your Selenium WebDrivers updated automatically (by titusfortner)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
webdrivers Poltergeist
2 2
592 2,546
- -
5.4 0.0
3 months ago over 5 years ago
Ruby Ruby
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

webdrivers

Posts with mentions or reviews of webdrivers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-04.
  • Setup RSpec Tests in Rails with Gitlab CI
    1 project | dev.to | 2 Apr 2024
    Note: Previously "webdrivers" gem was required to automate the installation and update browser specific drivers. But Selenium 4 ships with webdrivers now leading to the webdrivers being deprecated. Quoting the webdrivers Github:
  • Migrating Selenium system tests to Cuprite
    10 projects | dev.to | 4 Oct 2021
    For a lot of these features, we previously had to adopt various 3rd party gems, such as the Puffing Billy proxy (for blocking domains), the webdrivers gem (for auto-updating the Chrome drivers), etc. and although they certainly did a good job for us, now we were able to finally rip them off the project completely:

Poltergeist

Posts with mentions or reviews of Poltergeist. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-04.
  • Stripe Financial Connections
    1 project | news.ycombinator.com | 4 May 2022
    Hostile integrations using scripts to obtain financial data is trivial. Frameworks such as:

    https://github.com/teampoltergeist/poltergeist

    is an excellent example of such a framework. Implementing "bank drivers" using such frameworks would not be difficult.

    Plaid and others seem to have done an awesome job scaling the hostile integration pattern. However, the idea that Stripe decided to build this in-house rather than rely on Plaid is perfectly reasonable.

    After all, the tools to implement such a product are well known.

  • Migrating Selenium system tests to Cuprite
    10 projects | dev.to | 4 Oct 2021
    In our project, we’ve been running system tests (then called rather "Feature tests") since around 2016. System tests use a real browser in the background and test all layers of a Rails application at once: from the database all the way up to the nuances of JavaScript loaded together with the web pages. Back then, we wrote our system tests using Capybara with Poltergeist, a driver that ran a headless Phantom JS browser. Since this browser stopped being actively developed, we migrated our test suite to the Selenium / Webdriver wrapper around Chrome browser around ~2018. Chrome was itself fine for tests automation but the Selenium API was quite limited and we had to rewrite several Poltergeist features using 3rd party gems and tools.

What are some alternatives?

When comparing webdrivers and Poltergeist you can also consider the following projects:

cuprite - Headless Chrome/Chromium driver for Capybara

Selenium WebDriver - A browser automation framework and ecosystem.

puffing-billy - A rewriting web proxy for testing interactions between your browser and external sites. Works with ruby + rspec.

Watir - Watir Powered By Selenium

Capybara - Acceptance test framework for web applications

capybara-webkit

manga2pdf - Simple Ruby script to download manga and merge the images into a single pdf file. Available with both CLI and GUI.

Fix - Specing framework.

ferrum - Headless Chrome Ruby API

API Taster - A quick and easy way to visually test your Rails application's API.

phantomjs - Scriptable Headless Browser

TapReportParser - TAP Report Parser