nightmare
nightmare copied to clipboard
A high-level browser automation library.
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](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...
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...
propogate -> propagate
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...
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...
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 }`