marlo VS webdriver

Compare marlo vs webdriver and see what are their differences.

webdriver

A Haskell client for the Selenium WebDriver protocol. (by haskell-webdriver)
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
marlo webdriver
1 6
18 189
- 1.1%
10.0 4.7
over 1 year ago 25 days ago
HTML Haskell
BSD 3-clause "New" or "Revised" License BSD 3-clause "New" or "Revised" 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.

marlo

Posts with mentions or reviews of marlo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-04.
  • Web scraping library
    3 projects | /r/haskell | 4 Oct 2022
    Check out my library lasercutter. It's good at scraping data out of trees. As-is, it's probably too low level for what you want, but there is an HTML tree parser and then set of combinators which I'd be happy to turn into a library if it were desired.

webdriver

Posts with mentions or reviews of webdriver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-04.
  • Web scraping library
    3 projects | /r/haskell | 4 Oct 2022
    Here's a slightly different solution which could work: this Haskell library for Selenium works fine - I've used it. You could navigate to the page using Selenium and whatever supported browser you like (Chrome, Firefox, Edge etc.) and then evaluate a Javascript snippet on the page, via the Selenium API, to retrieve the value you want. One potential advantage of this is it'll work on highly Javascript-dependent pages.
  • Does the Haskell client for Selenium still work?
    7 projects | /r/haskell | 29 Jun 2022
    Also, we tried to update the webdriver 4 years ago and were not met with much enthusiasm: https://github.com/kallisti-dev/hs-webdriver/pull/144
  • Need help with webdriver
    1 project | /r/haskell | 18 Jan 2022
    There is an attempt to get it updated, but I don't know how usable it is.
  • Webscraping - Wait for data to load
    1 project | /r/haskell | 16 May 2021
    You can use selenium with Haskell using webdriver.

What are some alternatives?

When comparing marlo and webdriver you can also consider the following projects:

scalpel - A high level web scraping library for Haskell.

StrictCheck - Keep your laziness in check!

fitspec - refine properties for testing Haskell programs

titan - Testing Infrastructure for Temporal AbstractioNs

quicktest

http-mock - HTTP mocking and expectations library for Haskell

bdd - A domain-specific language for testing programs using Behavior-Driven Development (BDD) process in Haskell

woo - A fast non-blocking HTTP server on top of libev

monad-mock - A Haskell package that provides a monad transformer for mocking mtl-style typeclasses

darkflow - Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices

devtools - Haskell development tooling

smartcheck - A Smarter QuickCheck