Releases: jsoverson/hackium
Releases · jsoverson/hackium
Fixed importing to typescript
QoL fixes
Breaking changes:
- Fixed how options are merged when passed to
hackium.launch()
which may break scripts that already accounted for broken behavior. Previously, passing options likehackium.launch({headless:false})
would not stick, now they will.
All changes:
- type checking input to mouse.click, fixes #49, cleanup 48d43ee
- Merge branch 'jbransom-fix/browser-setProxy-error-handling' 9cb1335
- added pause/unpause, startRepl/closeRepl, clearSiteData, Page lifecycle methods for plugins, converted most tests to headless, fixed .launch() arg types and override behavior f6c057d
- Update README.md af83e9e
- added pause/unpause, startRepl/closeRepl, clearSiteData, Page lifecycle methods for plugins, converted most tests to headless, fixed .launch() arg types and override behavior 02fc166
- fix/handle HackiumBrowser setProxy errors d6062f3
- Update README.md 7e982df
- fix url and add minimum nodeJS version f7013c4