-
Is there a way to disable webrtc on electron !
-
```
~$ npm install electron --save-dev
-
> electron@1.4.6 postinstall /home/arjun/node_modules/electron
> node install.js
/home/arjun/node_modules/electron/install.js:22
throw err
^
Er…
-
[Nightmarejs](http://www.nightmarejs.org/) might be a better suit for aspects that still require Phantomjs. It is chromium based, and is actually kept up to date... it also has a way better API than P…
-
I have an issue with a web application we develop in our company: There are presented the first results of a search and to see more results you have to scroll down. As there are many indexes to choose…
-
What about if I have the follow test case:
``` javascript
nightmare
.goto('http://yahoo.com')
.type('form[action*="/search"] [name=p]', 'github nightmare')
.click('form[action*="/search"] [type…
-
One notable feature of PhantomJS is its ability to take the screenshot of a web page and save it as an image (see WebPage's [render](http://phantomjs.org/api/webpage/method/render.html) function). For…
ariya updated
8 years ago
-
It is easy to break a single-page application, so running tests on the CI server before every deploy would be safer.
There are several strategies to write tests for a single page application made with…
-
The **end()** function ends queue, disconnects, ends the program. But isn't it possible just to end the queue but not disconnect or end the program so that we can start the queue anew and avoid possib…
-
When visiting a page that prompts a download window after the onload, is there a way to prevent it to pop up, so that I can use nightmarejs without needing to interact and close those windows?
Someth…
-
I'm running the example yahoo.js code locally on windows 8 with electron and node v6.0.0 installed locally.
iI'ved tried both `node yahoo.js` and `node --harmony yahoo.js` but i get this error mes…