-
Sorry another non-issue from me.
I'm working on a book called [Data Wrangling with JavaScript](http://bit.ly/2t2cJu2) and am currently writing a chapter on using Nightmare for rendering server-side…
-
quickscrape --scraper acs.json --url http://pubs.acs.org/doi/abs/10.1021/acs.jnatprod.6b00118 --output acs.jnatprod.6b00118 --outformat bibjson
It is stuck here:
info: quickscrape 0.4.7 launched with…
-
this is how the error looks like
![npm](https://user-images.githubusercontent.com/30670233/38768823-5d38e25a-3fc7-11e8-8e12-80f14506b6af.png)
$sudo npm i -S nightmare
> electron@1.8.4 postin…
-
We should run tests to ensure the interface is responding as expected.
Selenium with Selenium IDE could be an option.
I also noticed http://nightwatchjs.org/ that may be clean and more maintainable.
-
I'm using **vscode**, **typescript** and **nightmarejs**.
Since node v8, `inspector` debugging protocol has been recommended and `legacy` has been depreciated. I've just upgraded and can no longer …
-
After scraping several hundred sites and having NightmareJS working flawlessly... I've experienced a new issue where Electron throws a JavaScript error (from an empty try/catch block in a referenced…
-
Hey,
Im getting the following error:
```
PhantomJS 2.1.1 (Mac OS X 0.0.0) ERROR
ReferenceError: Can't find variable: System
at blob:http://localhost:9876/06e2d137-ede4-4078-92da-28f33c3e83e4:2
…
-
[This PR](https://github.com/Behat/MinkExtension/pull/158/files) seems to add noProxy and other necessary properties to the proxy but is missing from [mink-extension v2.2](https://github.com/Behat/Min…
-
I am running in a docker container that runs node red. I install this, but when i try to run it, it throws this error:
[red] Uncaught Exception:
6 Dec 05:19:09 - Error: spawn /data/node_modules/el…
-
We don't have any UI tests right now. This created issues multiple times when we refactored B2Share and is slowing down the development as the code base grows. We cannot release the B2Share V2 softwar…