nightmare icon indicating copy to clipboard operation
nightmare copied to clipboard

A high-level browser automation library.

Results 114 nightmare issues
Sort by recently updated
recently updated
newest added

I am trying to create a docker file for a simple mobile test script I tried my hands on. below is the Dockerfile I created. The build has not been...

@allen1991 nightmare is dead. Use something like puppeteer or playwright 😄 _Originally posted by @sean-hill in https://github.com/segmentio/nightmare/issues/1097#issuecomment-744517796_ thank you so much, it seems to be i did a wrong thing...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependency bug

Hi, it seems to me that the DuckDuckGo example from the main MD document is not working: ```const Nightmare = require('nightmare') const nightmare = Nightmare({ show: true }) nightmare .goto('https://duckduckgo.com')...

I'm experiencing some different behaviour when using nightmare with devTools open, and when devTools are not open. I have an input field with autosuggestion(twitter typeahead) where I enter some data...

- Hi everyone, i'm facing with issue that my nightmare project is keeping electron threads everytime cronjob call. Currently, i workaround by kill threads that exist more than 2 min....

Currently `nightmare` assumes that it will be running inside a normal `node.js` app so it ends using `child_process.spawn(/path/to/electron)` to do its job, what i'm proposing is support a way to...

Waiting on PR
3.x

Are there any future plans to work on this project or can we safely assume that it is no longer actively maintained and probably won't be in the future?

Here's a trace when attempting to run the config: ``` MOCHA Testing... RUNTIME EXCEPTION Exception occurred while loading your tests Error: Cannot find module 'D:\Projects\JavaScript\JS\MasterClass\node_modules\nightmare\package.json' at webpackEmptyContext (D:\Projects\JavaScript\JS\MasterClass\public\scripts\bundle.js:35022:10) at Object....