titan
Testing Infrastructure for Temporal AbstractioNs (by keera-studios)
webdriver
A Haskell client for the Selenium WebDriver protocol. (by kallisti-dev)
Our great sponsors
titan | webdriver | |
---|---|---|
0 | 6 | |
16 | 179 | |
- | - | |
0.0 | 0.0 | |
over 2 years ago | 8 days ago | |
Haskell | Haskell | |
GNU General Public License v3.0 only | 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.
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.
titan
Posts with mentions or reviews of titan.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning titan yet.
Tracking mentions began in Dec 2020.
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
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?
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
If you look at the GitHub page of the project you can see that there has been no activity in this project for a long time: https://github.com/kallisti-dev/hs-webdriver
What are some alternatives?
When comparing titan and webdriver you can also consider the following projects:
checkers - Check properties on standard classes and data structures
curl-runnings - A declarative test framework for quickly and easily writing integration tests against JSON API's.
DocTest - An implementation of Python's doctest for Haskell
ghc-prof-flamegraph
smartcheck - A Smarter QuickCheck
QuickCheck - Automatic testing of Haskell programs.
fitspec - refine properties for testing Haskell programs
quickspec - Equational laws for free
genvalidity - Validity and validity-based testing
StrictCheck - Keep your laziness in check!
hspec-wai - Helpers to test WAI applications with Hspec
HUnit - A unit testing framework for Haskell