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

Hi, I am trying to detect events / function calls (more specifically an alert) that is fired directly when the document loads (it is placed directly on the script tag,...

- "Complementary" -> "complimentary" - "argument gets" -> "argument get" - "paritition" -> "partition"

Bumps [electron](https://github.com/electron/electron) from 2.0.18 to 15.5.5. Release notes Sourced from electron's releases. electron v15.5.5 Release Notes for v15.5.5 Other Changes Backported fix for CVE-2022-1482. #34040 Backported fix for CVE-2022-1483. #34009...

dependency bug

Bumps [async](https://github.com/caolan/async) from 2.1.5 to 2.6.4. Release notes Sourced from async's releases. v2.3.0 Added support for ES2017 async functions. Wherever you can pass a Node-style/CPS function that uses a callback,...

dependency bug

When I install nightmare in macOS (m1 CPU) It is not working like this. How can I fix it?

How do I configure Nightmaer todo single sign on? Any help would be appreciated.

npm provides the following after installing nightmare latest , the workaround (since its not actually fixing the underlying problems) was to downgrade to v2.8.1 unfortunately this earlier version does not...

I'm getting the following error: `Error: Timeout of 30000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise` I set the timeout to 90 seconds:...

In the chrome debug tools of the window that pops up I am getting the following error. Uncaught TypeError: Cannot read properties of undefined (reading 'nightmare') VM131:3 Which references the...

Hi folks, just a question I am trying to automate our analytics that is stored in window.digitalData object. I would like to verify that after each action on our website...