hackium icon indicating copy to clipboard operation
hackium copied to clipboard

Results 24 hackium issues
Sort by recently updated
recently updated
newest added

Hackium scripts that output data via console.log() can not output cleanly because hackium outputs at least one `Info` log, the return value of the hackium script, and the REPL prompt....

enhancement

REPL's created manually via hackium.startRepl or hackium.pause do not store their history locally. ```js await hackium.pause(); // enter anything in the REPL, then unpause() await hackium.pause(); ``` ## Expected Press...

enhancement

```bash hackium --version 1.0.9 ``` ```bash $ hackium -e script.js -d Error: Hackium failed during bootup and may be in an unstable state. Error: Error: Failed to launch the browser...

can-not-reproduce

It would be great if the common functionality and stuff used in the more common use cases are either self-documented or refer to documentation that help explain it. I think...

`UnhandledPromiseRejectionWarning: Error: Protocol error (Fetch.getResponseBody): Can only get response body on requests captured after headers received.` ### First thing I tried to do after installing hackium. `node@12` ``` > page.goto('https://google.com')...

Debating whether it should be a dumb string override or something smarter.

enhancement