nickjs icon indicating copy to clipboard operation
nickjs copied to clipboard

Web scraping library made by the Phantombuster team. Modern, simple & works on all websites. (Deprecated)

Results 15 nickjs issues
Sort by recently updated
recently updated
newest added

You won't maintain this project anymore?

Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. Changelog Sourced from extend's changelog. 3.0.2 / 2018-07-19 [Fix] Prevent merging __proto__ property (#48) [Dev Deps] update eslint, @ljharb/eslint-config, tape [Tests] up to node...

dependencies

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. Commits fee31c5 0.0.6 2f4a9d4 Merge pull request #9 from mhart/fix-buffer-constructor-vuln afbc744 Ensure data is not a number in Buffer constructor See full diff in...

dependencies

There is a function to clear the cookies. but there is no function to clear the rest such as local storage, indexedDB, webSql, session storage, etc.

I dont see any documentation or example where you can change the driver or browser that is used for navigating.

I just paste `npm install nickjs` and I received some warnings. Shouldn't a chromium browser gets downloaded as part of nickJS installation instead of manually pointing chromium executable path? Thanks...

I often get this error after running for while. Also, when I get this error, I have to restart the node process. Do you have any suggestion for this? Google...

`could not connect to chrome debugger after 24 tries (10s): Error: connect ECONNREFUSED 127.0.0.1:9222` this just popped up for some reason on heroku, i have legacy dynos running the same...

**Tabs** - goBack - goForward - selectOption i think there is a lot to be learned from cypress https://www.cypress.io/ it just isn't made to do scrapping.

I am trying to use a SOCKS5 proxy to connect and "http://" is getting appended to the front. The SOCKS5 proxy url takes this form "socks5://username:password@domain:1080".