gremlins.js
gremlins.js copied to clipboard
Monkey testing library for web apps and Node.js
Hi, Is there a way i can run this on an android webview? i am currently interacting with the device webview using chrome remote interface [**CRI**](https://github.com/cyrus-and/chrome-remote-interface) that uses chrome devtools...
Bumps [terser](https://github.com/terser/terser) from 4.6.10 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
**What**: feature, maybe bug **Why**: when use `clicker` with `scroller`, `clicker`'s default `showAction` draw red circles without considering `window.scrollY`, which may bring confusion. **How**: add `document.documentElement.scrollTop` (`window.scrollY`'s compatible version) **Checklist**:...
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. 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...
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...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
- `gremlins.js` version: 2.2.0 - `node` version: - - `npm` (or `yarn`) version : - - browser version: 98.0.2 ## Steps To Reproduce When executing code below, `gremlins.js` aborted too...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
### Describe the feature you'd like: Extend the clicker with button options to allow, for instance right clicks. ### Suggested implementation: Maybe extend click types to `click-button-2` or `rightclick` ?...