-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: comparison with webdriver package #19
Comments
I've just ported a (small-ish) project to this library, to avoid some of Pros
ConsI have more faith in these being solvable than I do in
|
For cross-build, I've done a fully static build with musl based on Haskell.nix without any problem except need to fix Aeson 2 dependency. What specific issues have you met? |
Yeah, okay, I'm being a bit fussier here and talking specifically about cross-compilation without Nix, which does have some workarounds for custom setups and TH. |
This looks like a great package! I was wondering if you could clarify how this compares with the older webdriver package. It looks like this package is more directly aimed at complying with the W3C spec, and has a different API design (monad transformer vs. typeclass). I see there's a brief mention of
webdriver
in the README but it would be super helpful if you could say more about this package's motivation/differences/when to choose one versus the other. Thanks!The text was updated successfully, but these errors were encountered: