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

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependency bug

Hi Guys, There is no information regarding browser supported for nightmare, could you please let me know the information ASAP.

I use nightmare on electron. it works fine in debugging mode. but when I build electron app with electron-builder, it not work and it open multiple window of electron main...

I am using Nightmare.js inside an electron app with the webpack. But when I try to use Nightmare.js I am getting the following error ``` TypeError: window.Main.nightmare(...).goto is not a...

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 script...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependency bug

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependency bug

Hello, i go to the site and look for an authorization form, if I find it, then I log in, if not, then I do the actions I need let...

I can't set a cookie for a domain if I am not on that domain. `Search failed: [Error: Setting cookie failed] { code: -1 }`