[WIP] PureScript bindings for Playwright
Go to file
fetsorn 6d0aba0f34
Merge all forks upstream + latest spago and fix tests (#3)
* Fix compiling errors building with purs/psc-set 0.14.2

* Remove bower and pulp

* Add pacakge-lock.json

* Update playwright minimum version

* evaluation needs to be one expression/statement

* Add connect/connectOverCDP functions

* Convert FFI to more modern JS

* Add bindings for focus, fill, connect among others

* Make ready for 0.15 but drop tests

* Use milliseconds for timeouts

* update spago and esm

* fix tests

* Revert "fix tests"

This reverts commit aec92cb08e.

* fix effectfulGetter

* add package-lock.json

* update .gitignore

* update CI, aff affCall to context

---------

Co-authored-by: kamoii <>
Co-authored-by: Mark Eibes <mark.eibes@gmail.com>
Co-authored-by: phtz <spamsucks@posteo.de>
2024-07-11 17:59:58 +03:00
.github/workflows Merge all forks upstream + latest spago and fix tests (#3) 2024-07-11 17:59:58 +03:00
src Merge all forks upstream + latest spago and fix tests (#3) 2024-07-11 17:59:58 +03:00
test Merge all forks upstream + latest spago and fix tests (#3) 2024-07-11 17:59:58 +03:00
.gitignore Merge all forks upstream + latest spago and fix tests (#3) 2024-07-11 17:59:58 +03:00
LICENSE Initial commit 2020-08-24 12:07:39 +03:00
package-lock.json Merge all forks upstream + latest spago and fix tests (#3) 2024-07-11 17:59:58 +03:00
package.json Merge all forks upstream + latest spago and fix tests (#3) 2024-07-11 17:59:58 +03:00
README.md Better tests. 2020-09-26 16:56:36 +03:00
spago.lock Merge all forks upstream + latest spago and fix tests (#3) 2024-07-11 17:59:58 +03:00
spago.yaml Merge all forks upstream + latest spago and fix tests (#3) 2024-07-11 17:59:58 +03:00

purescript-playwright

PureScript bindings for Playwright.